An open API service indexing awesome lists of open source software.

https://github.com/git-vish/soft-computing-lab

Final Year Computer Science Soft Computing Lab programs in Python
https://github.com/git-vish/soft-computing-lab

Last synced: 9 months ago
JSON representation

Final Year Computer Science Soft Computing Lab programs in Python

Awesome Lists containing this project

README

          

# Soft Computing Lab
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)

## Prerequisites
- [Python 3.x](https://www.python.org/)
- [numpy](https://pypi.org/project/numpy/)
```sh
pip install numpy
```
- [matplotlib](https://pypi.org/project/matplotlib/)
```sh
pip install matplotlib
```
- [keras](https://pypi.org/project/Keras/) (optional)
```sh
pip install keras
```

## List Of Experiments
1. [Experiment 1 (XOR gate)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Simple_XOR.py)
2. [Experiment 2 (McCulloch-Pitts AND)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/McP_AND.py)
3. [Experiment 3 (McCulloch-Pitts XOR)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/McP_XOR.py)
4. [Experiment 4 (Perceptron)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Perceptron.py)
5. [Experiment 5 (Adaline)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Adaline_ANDNOT.py)
6. [Experiment 6 (Madaline)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Madline_XOR.py)
7. [Experiment 7 (Back Propagation)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/BackProp_XOR.py)

**Optional** [Back Propagation in Keras](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/BackProp_XOR_keras.py)
8. [Experiment 8 (Classical Sets)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Set_Ops.py)
9. [Experiment 9 (Fuzzy Sets)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/Fuzzy_Ops.py)
10. [Experiment 10 (Maximization GA)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/GA_Max.py)
11. [Experiment 11 (Minimization GA)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/GA_Min.py)
11. [Experiment 12 (Travelling Salses Person GA)](https://github.com/cloud-VG/Soft-Computing-Lab/blob/master/GA_TSP.py)

## Reference for Genetic Algorithm
[_MorvanZhou's Website_](https://morvanzhou.github.io/tutorials/)

## © _Vishwajeet M. Ghatage_
[![LinkedIn](https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555)](https://www.linkedin.com/in/vishwajeet-ghatage/)
Computer Science and Technology,

Department Of Technology,

Shivaji University, Kolhapur

2019-20