All Projects → Linzecong → BP-Neural-Network

Linzecong / BP-Neural-Network

Licence: other
一个三层神经网络模板,采用梯度下降算法,支持保存和读取训练好的网络

Programming Languages

C++
36643 projects - #6 most used programming language

BP-Neural-Network

一个三层神经网络模板

采用梯度下降算法,和sigmoid单元,因此输出应限定在0~1

支持保存和读取训练好的网络

main.cpp里有详细的用法介绍

main.cpp里的例子是训练出一个可以识别线性不可分的数据,即

          ┇
   1      ┇       0
          ┇
          ┇

┅┅┅┅┅┅┅┅┅┅┅┅┅

          ┇
          ┇
   0      ┇       1
          ┇
          ┇
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].