Skip to content
Rupak Saha edited this page Sep 18, 2023 · 4 revisions

Welcome to the Neural-Network-Lab-Works wiki!

Genetic-Algorithm Based Neural Net

ga
Genetic Algorithom[selection->crossover->mutation] based learning implementation

Multilayer Perceptron

MLP Img
Back propagation learning algorithm hasbeen used to make the Program learn to classify patterns

Kohonen Self Organising Algorithm

Kohonen Self Organising Network
The Neurons organises themselves to identify clusters in traing Patterns

Hopfiled Network

Hopfield Network Img
The Netrork remembers Patterns. If a segment of previously learnt pattern is given as input it is able to retrive the whole pattern
Visualisation

Single Layer Perceptron

Perceptron Img
Widrow-Hoff-delta rule based learning: