搜索资源列表
-
0下载:
本算法在训练步数、训练时间及其误差精度等方面都优于常规的模糊神经网络,其学习收敛速度快、误差曲线也更稳定。-the algorithm steps in training, training time and error accuracy is superior to the conventional fuzzy neural network, learning fast convergence, the error curve is more stable.
-
-
1下载:
RNNSIM ver. 1.0 is a program with an intercative graphical user interface
(GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used
in training and testing the Random Neural Network(RNN) models.
This version (ver. 1.0) impleme
-
-
0下载:
RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值-RBF (radial basis function neural network) network is an important neural network, RBF network training is divided into two steps, first step is to get through the initial clus
-
-
0下载:
This a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32.
Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons
respectively and 1 layer output with 1 neuron.This pr
-
-
0下载:
TRAINDIFFEVOL(NET,Pd,Tl,Ai,Q,TS,VV) takes these inputs,
NET - Neural network.
Pd - Delayed input vectors.
Tl - Layer target vectors.
Ai - Initial input delay conditions.
Q - Batch size.
TS - Time steps.
VV - Either
-
-
0下载:
人工神经网络,分别对不同的步长,训练网络,绘出相应的权值分布图,对于训练好的网络,选择特定的输入向量,得到网络的输出结果-Artificial neural networks are different steps, training network, plotted corresponding weight distribution, for the trained network, a specific input vector to obtain the output network
-
-
0下载:
steps -
1. run DigitRecognizer.m
2. mode to run
a. Test Mode
input pad will open with axes having a red dot.
left-click mouse and drag(dont unclick) mouse
to draw a numeric digit.
if you unclick mouse it won t draw anything.
if you w
-
-
0下载:
Program to teach various steps in a neural network
-
-
2下载:
该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易
-