Implementation of algorithms for soft computing. It consists of
- Artificial Neural Networks
- Fuzzy logic
- Genetic algorithms
This repository contains all the labwork that I did during my Bachelors course on Soft computing.
Create a simulation of the MP neuron model for AND, NAND and OR gates. link
Implement a Perceptron Network to recognize patterns given from a input file. link
Example Pattern
* * *
. * .
* * *
Output = 1
* * *
* * *
* . .
Output = -1
The perceptron should output '1' on seeing the first pattern, and output '-1' after seeing the second pattern. Example pattern file