搜索资源列表
perceptron
- 自己编的VC++程序,是关于神经网络的多层感知器的
bp_xor
- 神经网络中的多层感知器的BP(反向传播)学习算法,并在MFC中以主观方式显示学习过程。
数字信号处理C语言集
- 共五篇十六章,第一篇是常用数字信号的产生;第二篇是数字信号处理,包括离散傅立叶变换的多种快速算法,各种离散正交交换的快速算法,快速卷积和相关,数字滤波器的时域和频域响应,IIR和FIR数字滤波器的设计;第三篇是随机数字信号处理,包括经典谱估计的周期图法和相关法,AR模型参数估计和现代谱估计算法,维纳与卡尔曼滤波,自适应滤波,Wigner分布,小波变换;第四篇是图像处理,包括图像基本运算,图像增强,边缘检测和细化;第五篇是人工神经网络,包
bp_algorithm_matlab
- 基于MATLAB的多层感知器神经网络BP算法的源程序-MATLAB-based multilayer perceptron neural network algorithm source code
perceptron
- 自己编的VC++程序,是关于神经网络的多层感知器的-Own the VC program, on the neural network of multi-layer perceptron
bp_xor
- 神经网络中的多层感知器的BP(反向传播)学习算法,并在MFC中以主观方式显示学习过程。-Neural network multilayer perceptron in the BP (back propagation) learning algorithm, and in MFC in order to show the subjective learning process.
perceptron
- 人工神经网络,多层感知器,C++源代码,可在文本中读写数据。-Artificial neural network, multilayer perceptron, C++ source code, can read and write data in the text.
ANNstabliaser
- 人工神经网络多层感知器9输入四维算法源程序-MLP artificial neural network input four-dimensional algorithm source code 9
BP
- 模拟BP神经网络,基于BP网络的多层感知器的模拟-BP neural network simulation
MLP_src_VC
- 多层感知器神经网络,BP神经网络的Visual C++ 2008源代码程序,一个外国人写的,很好用。需要一定的编程基础才能看懂.-MLP neural network, BP neural network Visual C++ 2008 source code program, a foreigner, is useful. Need to understand some basics of programming.
src_Backprop_ANN_XOR
- 人工神经网络ANN多层感知器BP神经网络算法的C#源代码,一个外国人编写,供大家研究学习使用。-ANN artificial neural network MLP BP neural network algorithm C# source code, a foreigner writing for everyone to learn.
psonn
- 粒子群算法优化神经网络,神经网络为传统的多层感知器。-pso optimizes neural networks. the neural networks are multilayer percetrons.
matlab_ANN_MLP
- matlab程序,使用神经网络估算信号频率,附训练及测试数据(The matlab program uses neural networks to estimate the frequency of signals, along with training and test data)
[MATLAB神经网络30个案例分析](已阅)
- 人工神经网络 /多层感知器 归一化 神经网络的30个案例(artificial neural network/Multilayer perceptron normalization)
深度学习(中英文双版)
- 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。(The concept of deep learning stems from the study of artificial neural networks. A multilayer perceptron with a hidden layer is a dept
shiyan4
- 解决非线性多类别分类问题,利用实际数据进行分类处理。(Solving nonlinear multi class classification problem, using actual data for classification processing.)
p_or
- 这个例子是感知器人工神经网络的异或门实现,这是多层感知器神经网络的一个典型例子。(This example is the XOR gate implementation of perceptron artificial neural network, that is a classic example of a multilayer perceptron neural network.)
network1
- 应用人工神经网络的建模方法,采用多层感知器的模型结构,利用自适应学习速率的BP学习算法(The application of artificial neural network algorithm and the model structure of multilayer perceptron)
多层感知器
- 神经网络中的多层感知器用python实现(Multilayer perceptrons in neural networks are implemented in python.)
MLP_iris
- 一个简单的多层感知器实现鸢尾花数据的分类的代码(use mlp to realize the classification of Iris dataset)