Skip to content

neuroph/NeurophFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Neuroph - Java Neural Network Framework

Neuroph is an open source Java neural network framework and Development Environment for neural networks. It contains well designed, open source Java library with small number of basic classes which correspond to basic NN concepts, which makes it perfect for beginners and education. Also it provides nice GUI neural network editor and wizards to quickly create Java neural network components, along with various visualization tools. It has been released as open source under the Apache 2.0 license.

Adding Maven Dependency

Copy/Paste following code into your pom.xml file

<repositories>
        <repository>
            <id>neuroph.sourceforge.net</id>
            <url>http://neuroph.sourceforge.net/maven2/</url>
        </repository>        
</repositories>
    
<dependencies>
        <dependency>
            <groupId>org.neuroph</groupId>
            <artifactId>neuroph-core</artifactId>
            <version>2.96</version>
        </dependency>
</dependencies>

Getting and Building from Sources using NetBeans

Click: Main Menu > Team > Git > Clone

For Repository URL enter https://github.com/neuroph/NeurophFramework.git

Click Finish

Right click cloned project, and click Build

Getting and Building from Sources using command line

git clone https://github.com/neuroph/NeurophFramework.git

cd neuroph

mvn

About

Neuroph is an educational neural network framework in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages