搜索资源列表
NeuralNetworksAdaline
- A Neural Network DESIGN PROGRAM FOR ADALINE-A Neural Network DESIGN PROGRAM FOR ADALINE
FuzzyLogicVAdaline
- A neural network Program Fuzzy Logic versus ADALINE
lms_adaline.m
- Adaline algorithm of neural network in MATLAB -Adaline algorithm of neural network in MATLAB
adaptive-control
- adaptive noise cancelling based on Adaline neural network
adaline
- The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of
Neural-network-algorithm-source
- 神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序。神经网络算法源程序-Neural network algorithm source, such as the SOM, Hopfield, CPN, BPN, BOLTZMAN, ART, ADALINE demo source code for different algorithms.
adaline
- A simple adaline neural network implemented in matlab
Madaline
- Madaline Neural Network for character recognition. Designing a Madaline (Multiple Adaline) Neural Network to recognize 3 characters 0, C and F supplied in a binary format and represented using a 7x7 grid. The Neural Network should be trained and test
SAA
- The (MATLAB) code to design ADALINE Neural Network to distinguish four vowels (1, 5, 7, and 10 vowel). Using F1, F2 only for simplification.
Adaline
- this is Adaline Neural network in matlab.
Application-Example
- Example in Neural Networks.This package is raelated to one of the most popular neural networks(Adaline Network). this package will help you to understand more and even implement more and more easily.
1
- 实验一:基于LMS算法的“苹果-橘子”分类问题 实验二:基于LMS算法的T-G-F字符识别问题 通过以上两个实验,了解ADALINE网络的结构及计算机制,掌握LMS算法,并会利用该算法来解决简单的模式分类问题。1, 学习ADALINE网络的基本结构及其学习机制,并在Matlab中实现 2, 分别对上述两类分类问题进行实现,并根据实验结果完成实验报告 -Experiment 1: Based on LMS Algorithm Apple- Orange classificati