Neuroph is an open-source Java library and GUI tool that allows users to create and train neural networks. It provides core classes that correspond to neural network concepts like neurons, layers, weights, and learning rules. Neuroph supports common network architectures like multilayer perceptrons and Kohonen networks. It has built-in support for image recognition tasks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
60 views1 page
Neuroph
Neuroph is an open-source Java library and GUI tool that allows users to create and train neural networks. It provides core classes that correspond to neural network concepts like neurons, layers, weights, and learning rules. Neuroph supports common network architectures like multilayer perceptrons and Kohonen networks. It has built-in support for image recognition tasks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Neuroph
Neuroph is an object-oriented artificial neural network
framework written in Java. It can be used to create and train Neuroph neural networks in Java programs. Neuroph provides Java Stable release 2.98 / June 2, 2020 class library as well as GUI tool easyNeurons for creating Written in Java and training neural networks. Platform Java platform It is an open-source project hosted at SourceForge under the Available in English Apache License. Versions before 2.4 were licensed under Type Neural network LGPL 3, from this version the license is Apache 2.0 License. License Apache License
Features Website neuroph.sourceforge.net
(https://neuroph.sourcef Neuroph's core classes correspond to basic neural network orge.net/) concepts like artificial neuron, neuron layer, neuron connections, weight, transfer function, input function, learning rule etc. Neuroph supports common neural network architectures such as Multilayer perceptron with Backpropagation, Kohonen and Hopfield networks. All these classes can be extended and customized to create custom neural networks and learning rules. Neuroph has built-in support for image recognition.