文件名称:lightweightbackpropagationneuralnetwork
介绍说明--下载内容来自于网络,使用问题请自行百度
* 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 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.
* 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 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.
相关搜索: backpropagation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
source/generate_sigma.c
source/interpolation.c
source/lwneuralnet.h
source/Makefile
source/network.c
source/README
source
source/interpolation.c
source/lwneuralnet.h
source/Makefile
source/network.c
source/README
source
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.