n

neo-fuzzy-neuron

A simple library that describes neo-fuzzy-neuron as part of hybrid neural network based system modeling.
https://github.com/fixedorgo/neo-fuzzy-neuron
The Apache License, Version 2.0
Timur Zagorsky
文件下载
文件名 操作
neo-fuzzy-neuron-0.1.2.jar 下载
neo-fuzzy-neuron-0.1.2.pom 下载
neo-fuzzy-neuron-0.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fixedorgo</groupId>
  <artifactId>neo-fuzzy-neuron</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.fixedorgo:neo-fuzzy-neuron:0.1.2'
Gradle Kotlin
implementation("com.fixedorgo:neo-fuzzy-neuron:0.1.2")
Scala SBT
libraryDependencies += "com.fixedorgo" % "neo-fuzzy-neuron" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.fixedorgo', module='neo-fuzzy-neuron', version='0.1.2')
)
Apache Ivy
<dependency org="com.fixedorgo" name="neo-fuzzy-neuron" rev="0.1.2" />
Leiningen
[com.fixedorgo/neo-fuzzy-neuron "0.1.2"]
Apache Buildr
'com.fixedorgo:neo-fuzzy-neuron:jar:0.1.2'