Welcome![Sign In][Sign Up]
Location:
Search - bp train matlab

Search list

[Other resourceBPsimulationofpopulation

Description: ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
Platform: | Size: 36969 | Author: Dong Liang | Hits:

[GDI-Bitmap0~9bp_train

Description: 用matlab实现数字识别,方法为bp神经网络,该程序实现了对数字识别的训练过程.-using Matlab digital identification methods bp neural network, The realization of the digital identification of the training process.
Platform: | Size: 1024 | Author: 李守一 | Hits:

[matlabBPsimulationofpopulation

Description: ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
Platform: | Size: 36864 | Author: Dong Liang | Hits:

[AI-NN-PRGA-BP

Description: 利用遗传算法来训练BP神经网络的权值和阈值-The use of genetic algorithm to train the BP neural network weights and thresholds
Platform: | Size: 1024 | Author: shui | Hits:

[AI-NN-PRchengongde

Description: 用MATLAB仿真的BP神经网络,采用LM算法,训练出一个比较好的训练曲线,一块发上来共享!-MATLAB simulation with BP neural networks, the use of LM algorithm, to train a better training curve, a piece of hair up to share!
Platform: | Size: 2048 | Author: 余咏波 | Hits:

[Otherbp2

Description: bp神经网络源码, NEWFF---生成一个新的前向神经网络 TRAIN-----对BP神经网络进行训练 SIM----对BP神经网络进行仿真 -bp neural network source code
Platform: | Size: 1024 | Author: yuanru | Hits:

[AI-NN-PRMLPNetworksimulation

Description: Matlab 下 BP 神经网络的举例及详细说明。美国大学的一个实验。 虽然是 PDF文件,但程序可以直接粘贴下来运行。-The process to train and test a designed MLP neural network : 1) We make training patterns and test patterns. 2) A network architecture should be defined by newff MATLAB function with the number of layers, neurons and transfer functions. 3) The defined neural network architecture is trained by train MATLAB function with input patterns and training parameters. 4) We can easily check the result by using a sim MATLAB function.
Platform: | Size: 100352 | Author: zhulz | Hits:

[Special EffectsMatlab_Classification_based_on_BP

Description: 基于BP神经网络的遥感图像分类代码。从样本中提取崇明岛东滩十种地物的光谱特征,并训练BP网络,再利用网络进行分类-BP neural network-based remote sensing image classification code. Extracted from samples of 10 kinds of Chongming Island, Dongtan features of the spectral characteristics and to train BP network, and then use the network to classify
Platform: | Size: 1413120 | Author: 李琛 | Hits:

[matlabFuzzy_neural_network_Train

Description: source code of train function of fuzzy bp neural network
Platform: | Size: 1024 | Author: z | Hits:

[AI-NN-PRa-nerve-network-of-matlab

Description: matlab神经网络一例,运用比例共轭梯度动量算法来训练 BP网络 。-matlab neural network case, the use of the momentum ratio of conjugate gradient algorithm to train the BP network.
Platform: | Size: 4096 | Author: durongmao | Hits:

[AI-NN-PRBP_handwrittingRecognition

Description: 基于BP神经网络的数字图像识别 采用引进动量项和变步长法的改进型BP网络 train.m 训练 shibie.m 识别 actfun.m 激活函数 image.rar 图像库 -BP neural network-based digital image recognition and momentum term with the introduction of variable step method of improved BP network train.m training shibie.m identify actfun.m activation function image.rar Image Library
Platform: | Size: 857088 | Author: 赖昀 | Hits:

[AI-NN-PRMatlab-so-called-brann

Description: 用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据-train bp network, to fit a noisy-free sin sample data
Platform: | Size: 1024 | Author: mavis | Hits:

[matlabmatlab-bp

Description: 本源码用Matlab去解决神经网络中的利用Sigmoid函数去训练的经典异或问题-The classic source Matlab to solve with the use of neural networks to train the Sigmoid function XOR problem
Platform: | Size: 1024 | Author: 鲁寒凝 | Hits:

[matlabinter4

Description: bp for matlab and can be train each oder
Platform: | Size: 1024 | Author: wazlo | Hits:

[Othertrain

Description: matlab写的神经网络训练识别程序 用于识别火灾情况-matlab code for bp training and recognition
Platform: | Size: 979968 | Author: Endeavour | Hits:

[AI-NN-PRBP神经网络的非线性系统建模——非线性函数拟合

Description: 在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,难以用数学方 法准确建模。在这种情况下,可以建立 BP 神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱,首先用系统输入输出数据训练 BP 神经网络,使网络能够表达该未知函数,然后用训练好的 BP 神经网络预测系统输出 。(In engineering applications, some complicated nonlinear systems are often encountered. The equations of state of these systems are complex and difficult to model accurately by mathematical methods. In this case, BP neural networks can be established to express these nonlinear systems. The unknown system is regarded as a black box, first with the system input and output data to train the BP neural network, the network can express the unknown function, and then use the trained BP neural network to predict the output of the system.)
Platform: | Size: 50176 | Author: JackeeY | Hits:

[AI-NN-PRMATLAB

Description: 在matlab平台上搭建BP神经网络对26个字母进行训练识别(BP neural network is built on MATLAB platform to train and identify 26 letters.)
Platform: | Size: 2048 | Author: cnnbp | Hits:

[AI-NN-PRBP神经网络

Description: 第一个m文件:构造、训练BP神经网络并计算其识别率;第二个文件将进行人脸检测。注意:orl人脸数据库需要在网上下载。(The function of the first m file is to construct and train the BP neural network and calculate its recognition rate. The second is the detection of face. Note: the ORL face database needs to be downloaded from the Internet.)
Platform: | Size: 2048 | Author: 剑剑剑剑 | Hits:

[matlabMATLAB手写数字汉字识别[写字板,神经网络]

Description: 该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Chinese characters for training and testing. You can recognize any font. You just need to change it on the GUI interface panel. In the GUI interface, you can train Chinese as you write. You don't need to manually change the text training in the background. It is convenient and fast to upgrade the level.)
Platform: | Size: 332800 | Author: 可乐一生 | Hits:

[matlabMATLAB雾霾交通标志shibie[GUI]

Description: 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易上手。是个不错的选题。(This project is a traffic sign recognition system based on Matlab bp neural network in haze weather. There are two steps. One is image defogging, and the dark channel method is used to obtain light transmittance to remove haze. After getting clear pictures, use color method to locate traffic signs. As we all know, traffic signs are basically composed of red, blue and yellow. According to different combinations of RGB, different colors can be located. Because there are errors, we need to use morphological knowledge to remove the error interference area, so as to achieve accurate positioning. After positioning, the color icon is segmented on the basis of the original image. The BP neural network method is used to train and identify the color icon, and the result is obtained. This design is equipped with a GUI visual interface, which is easy to operate. It's a good topic.)
Platform: | Size: 83507200 | Author: 可乐一生 | Hits:
« 12 »

CodeBus www.codebus.net