Neuroph is lightweight Java Neural Network Framework which can be used to develop common neural network architectures. Small number of basic classes which correspond to basic NN concepts, and GUI editor makes it easy to learn and use.
Features
- Supports Multi Layer Perceptrons with Backpropagation
- Image Recognition Support
- Easy to use GUI for creating and experimenting with NN
- Supports various other neural network and learning rules
- Easy to use API
License
Apache License V2.0Follow Java Neural Network Framework Neuroph
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Simple and easy to use java framework for neural networks! I made some code examples of Artificial Intelligence / Machine Learning experiments with the neuroph-2.94 library. The starting point into the github is located under Bagatur chess engine project. Although the ELO strength of the experimental version is with 50 ELO less than the version with the manually tuned evaluation function’s parameters, the results are successful meaning that the neural network’s backpropagation algorithm works as expected for multi layer perceptron neural network. This makes the experiments a good showcase of neuroph library.
-
Very interesting
-
As for Java, it is one of the best open source AI framework available.
-
Excellent project. Thanks
-
Great project! Can't wait for the implementation of spiking neural networks!