搜索资源列表
bpxor
- 用c语言实现了bp神经网络解决异或问题的算法,已经调试通过了-implement the bp xor through c
BParithmetic
- 机器学习。神经网络算法。 用c语言开发。-Machine learning. Neural network algorithm. Using c language.
BP
- BP神经网络C语言算法,对了解神经网络原理非常有帮助。-BP neural network algorithm in C language, and very helpful to understand the neural network theory.
backprop
- 基于c语言的BP神经网络的实现,有中文注释,可供初学者参考-BP neural network based on the C language to achieve, Chinese Note for beginners
recognize
- 采用C++语言编写的基于BP神经网络的手写体数字识别程序,使用方式为通过命令提示符向main函数传递待识别的图像的绝对路径。-Using C++ language through the command prompt is passed to the main function to be identified image handwritten digit recognition based on BP neural network program, use absolute paths.
BPalgorithm
- 本例中用c语言编写一个简单的BP神经网络,并用这个网络对正正弦函数SIN(X)在(0,1)段部分进行拟合,适合初学者。-This example uses a simple c language BP neural network, and uses this network is the sine function SIN (X) in (0,1) segment part of the fitting, suitable for beginners.
duanqiyuce
- 利用用C#语言实现通过神经网络进行短期预测-Use with C# language through neural network for short-term forecasting
CyuyanshixianBP
- 使用C语言编程实现BP神经网络,很值得一看,值得学习。-Using the C programming language BP neural network, it is worth a visit, it is worth learning.
000
- C语言编写的BP神经网络程序,可将训练好的权值存放在文件中,并可直接读取此文件。-C language BP neural network program, trained weights can be stored in a file, this file can be read directly.
ANN_EXAMPLE
- 人工神经网络ANN进行预测的实例,用C语言编写,适合新手对人工神经网络进行学习和探究-ANN artificial neural network to predict instance, using C language, suitable for novices on artificial neural networks to learn and explore
neuralnetworks
- BP神经网络C语言实现,2个隐含层,隐含层节点可以调整,学习判断棋局胜负,数据已在压缩包中。-BP neural network C language, two hidden layer, hidden layer nodes can adjust and learn to judge the outcome of the chess game, the data is already compressed package.
BP
- bp 算法 人工神经网络中的经典算法用c语言实现的呃-bp artificial neural network algorithm classic algorithm c language uh
C-realization-neural-network
- 人工神经网络的c语言实现,用于模式识别、最优化问题求解等-C language realizing artificial neural networks for pattern recognition, optimization problem solving, etc.
BPNN
- 这是一个基于c语言的神经网络程序,可以在matlab中成功运行。-This is based on neural network program c language, you can run successfully in matlab.
BP_Test
- BP神经网络代码 c语言实现 可以用于模式识别 比如车牌识别等-BP神经网络编码 可用于模式识别 比如车牌识别等 BP neural network encoding can be used for pattern recognition, such as license plate recognition, etc.
bp_rbf
- rbf神经网络 c语言代码 包含整个C语言工程及示例-rbf neural networks
机器学习
- c++语言实现的bp神经网络 机器学习 输入3个数据输出第四个数据 误差根据学习迭代次数的增加而下降(C++ language BP neural network machine learning input, 3 data output, fourth data errors according to the number of learning iterations increase decline)