日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

easyNeurons 神经网络入门教程

發布時間:2025/6/15 编程问答 21 豆豆
生活随笔 收集整理的這篇文章主要介紹了 easyNeurons 神经网络入门教程 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

To create and train Supervised Hebbian neural network with easyNeurons do the following:

  • 選擇supervised
  • 選擇神經元參數
  • 創建訓練集
  • 設置訓練參數?訓練
  • 測試神經網絡?輸入
  • 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 神经网络入门教程的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。