* Lightweight backpropagation neural network.
* This a lightweight library implementating a neura - 资源详细说明
* Lightweight backpropagation neural network.
* This a lightweight library implementating a neural network for use
* in C and C++ programs. It is intended for use in applications that
* just happen to need a simply neural network and do not want to use
* needlessly complex neural network libraries. It features multilayer
* feedforward perceptron neural networks, sigmoidal activation function
* with bias, backpropagation training with settable learning rate and
* momentum, and backpropagation training in batches.
* Lightweight backpropagation neural network.
* This a lightweight library implementating a neura - 源码文件列表