Documentation
Technical documentation
API documantation
Javadoc generated documentation for the library classes
Diagram of Neuroph framework
This is the ' big picture' of framework, and it will help you understand what are its basic components and how it is organized.
Basic concepts in Neuroph framework
This picture shows the basic concepts in Neuroph framework.
UML Class Diagrams
Basic Class Diagram
Core Class Diagram
Learning Rules Class Diagram
Tutorials
Note: Some instructions in these tutorials are for older versions of Neuroph (before 2.6), however the principles are same. We're working on updateing them.
Getting Started with Neuroph 2.7.pdf
A short introductory tutorial.
Various sample projects with Neuroph
Includes classification, recognition, predction controll an dmore using datasets from UCI Machine Learning Repository
http://www.certpal.com/blogs/2010/04/java-neural-networks-and-neuroph-a-tutorial/
Basic Neuroph tutorial at CertPal
Image Recognition HOWTO
How to use Multi Layer Perceptron from Neuroph for image recognition
Creating Android Image Recognition Application Using NetBeans, NbAndroid and Neuroph
How to do image recognition on Android using Neuroph
Time Series prediction with Feed-Forward Neural Networks [ pdf ]
How to use Multi Layer Perceptron from Neuroph for prediction and function approximation
Stock Market Prediction
How to use Multi Layer Perceptron from Neuroph for stock market prediction.
Chicken Price Prediction
How to use Multi Layer Perceptron from Neuroph for chicken price (or any other economic) prediction.
Stock Prediction on Android
Example android stock prediction application by Christos Tzoumakis.
Simple fraud detection (in german) with sources
http://www.certpal.com/NeuralWeb/index.html
http://www.certpal.com/blogs/2010/07/java-neuroph-tutorial-the-code-classifier/
Code classifier application and tutorial
Neuroph: Smart Java Apps with Neural Networks
Part two of the interview on DZone gives a vey brief howto for Neuroph GUI.
NeurophRM: integration of the Neuroph framework into RapidMiner 1 How to integrate Neuroph with Rapid Miner
Synergy of Neuroph framework and RapidMiner 2 How to use Neuroph with Rapid Miner
Adaline
How to create and train simple Adaline neural network with LMS learning rule.
Perceptron
How to create and train basic Perceptron.
MultiLayerPerceptron
How to create and train Multi Layer Perceptron with Backpropagation learning rule - XOR example.
Hopfield
How to create and train simple Hopfield neural network - TH example.
MaxNet
How to create and train MaxNet network
Hebbian Network
How to create and train network with Hebbian learning
|