Skip to content

This repository consists of codes regarding different neural network algorithom implementation.

License

Notifications You must be signed in to change notification settings

rupak10987/Neural-Network-Algorithoms

Repository files navigation

Neural-Network-Algorithoms

This repository consists of codes regarding different Neural Network algorithom implementation from scratch Using C++.

Genetic-Algorithm Based Neural Net

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

Multilayer Perceptron

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

Kohonen Self Organising Algorithm

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

Hopfiled Network

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

FUZZY Controller


VISUALISATION

Single Layer Perceptron

Perceptron Img
Widrow-Hoff-delta rule based learning: