搜索资源列表
bp_gui
- BP神经网络的GUI实现,提供方便实用的可视化界面
GUI-ga-bp
- 简要介绍gui界面操作的教程 适合初学者 里面包含部分实例 希望对各位有用-Brief tutorial gui interface operation for beginners which contains some examples you want to be useful
11
- 神经网络实例集。包括以下几个程序单层线性神经网络实例、感知器神经元解决较复杂输入向量的分类问题、基于感知器神经网络处理复杂的分类问题、数值分析程序matlab-GUI、用BP网络完成函数的逼近源程序、自组织特征映射应用实例-Examples of neural network sets. Procedures include the following examples of single-layer linear neural network, perceptron neuron input
NNDemo2.0
- 神经网络matlab代码。有GUI界面实现和讲解,很强大-Neural network matlab code. There are GUI interfaces to achieve and explain the very strong
feedforward_with_GUI
- design and implementation of feedforward neural network with BP training algorithm.(include the GUI)
BP-neural-network-image-compression
- 自己编写的一个基于matlab的图像压缩程序,有GUI界面,不能程度的压缩效果以及信噪比。-His writing of a based on the matlab image compression program, a GUI interface, can t degree of compression effect and signal-to-noise ratio.
matlab-GUI
- 这是本人编写的matlab的GUI程序,可以实现交互式的界面。里面的程序是bp神经网络的应用,另一个回归分析的程序还没有写。可以实现的功能是利用神经网络,然后上传数据,根据数据训练网络,然后可以输入部分数据,验证网络。-This is my GUI program written in matlab, you can achieve interactive interface. Bp inside the program is the application of neural networks
BP-nerve-network
- matlab gui编程实现BP神经网络仿真-matlab gui programming to achieve the BP neural network simulation
BP
- BP网络,matlab编程,数字归一化处理,GUI界面-BP net work, matlab programs,GUI interface
gui-bp-shenjing
- 里面的程序是bp神经网络的应用,另一个回归分析的程序还没有写。可以实现的功能是利用神经网络,然后上传数据,根据数据训练网络,然后可以输入部分数据,验证网络。通过界面来设计实现-Which the program is applied bp neural network, another regression analysis program also did not write. Function can be achieved by using neural network, and then
BP算法的手写数字识别
- 简单的应用gui界面编写的数字识别。。。。。。
gui-V3.7
- 进行波形数据分析,BP神经网络的整个训练过程,ldpc码的编解码实现。- Waveform data analysis, The entire training process BP neural network, Codec ldpc code implementatio.
bp用于故障实例
- 详细介绍在matlab中怎么样设计bp神经网络的故障诊断(Detailed descr iption of how to design gui interface in MATLAB?)
data_gui
- 数据处理 matlab gui BP 神经系统 matlab(data processing matlab gui BP)
BP神经网络 GUI
- 针对BP神经网络算法,使用MATLAB软件进行了编译,并给出了BPGUI的模型例子(An example of the GUI interface of BP neural network algorithm)
bp
- 这是一个bp短时预测的程序,含有界面GUI。大家可以参考。(This is a program for short-term prediction of BP, which contains interface GUI. You can refer to it.)
MATLAB神经网络手写数字识别(GUI,论文)
- 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易
基于MATLAB的手写识别(可以自行添加数据集)
- 本案例使用MATLAB的GUI设计的一个手写板,利用BP神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。
BP人脸识别GUI
- 在matlab环境下使用BP神经网络实现了人脸识别,该压缩包包括ORL人脸识别数据库、GUI界面及源代码,可实现人脸的快速识别及神经网络的参数调节。