神经网络-1

使用java的神经网络库用于快速验证和学习神经网络

java neuroph
Neuroph provides Java class library as well as GUI tool easyNeurons for creating and training neural networks.

Neuroph framework doesnt need any specific installation procedure, just add reference to
neuroph-core-xx.jar library to your Java project
download file:neurophstudio-windows-2.93b.exe, include the neuroph studio and needed jar file

要点1:学会使用图形界面快速验证
1. Create Neuroph Project.
2. Create Perceptron network. (from main menu choose File > New > Neural Network > Perceptron)
3. Create training set (from main menu choose File > New > Data Set)
4. Train network
5. Test trained network
要点2:使用java编写、训练网络
Creating Neural Networks in Java code with Neuroph

https://github.com/ceo1207/s1.git

原文地址:https://www.cnblogs.com/ceo1207/p/7009082.html