easyNeurons 神经网络入门教程
To create and train Supervised Hebbian neural network with easyNeurons do the following:
Step 1. 選擇 Networks > Supervised Hebbian??
?
?Step 2. Enter number of neurons in input and output layer, chooseRamp transfer function as shown on picture below and click Create button.
?
?This will create the Supervised Hebbian neural network with two neurons in input, and one in output layer.
?
?Now we shall train this network to learn logical OR function. First we have to create thetraining set according to OR truth table, and we will use supervised learning method.
?Step 3.? In main menu click Training > New Training Set to open training set training set wizard
?
Enter training set name, number of inputs, number of outputs as shown on picture below and clickCreate button.
Then create training set by entering training elements as input and desired output values of neurons in input and output layer. UseAdd row button to add new elements or press Enter, and click OK button when finished.
Step 4. To start network training procedure, in network window select training set from drop down list and clickTrain button.
In Set Learning parameters dialog use default learning parameters, and just click theTrain button.
When the Total Net Error is zero, the training is complete.
Step 5. After the training is complete, you can test network by usingSet Input button. This opens Set Network Input dialog in which you can enter input values for network separated with white space.
The result of network test is shown on picture below. Network learned logical OR function,so the value of output neuron is 1. Test to see how the network behaves for other inputs.
總結
以上是生活随笔為你收集整理的easyNeurons 神经网络入门教程的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: BP人工神经网络的介绍与实现
- 下一篇: Neuroph studio max n