Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kunalgupta777/neural-networks

This Repository contains scratch implementation of Soft Computing Lab practicals
https://github.com/kunalgupta777/neural-networks

adaline associative-memory backpropagation epoch jupyter-notebook matplotlib neuralnets softcomputing

Last synced: about 1 month ago
JSON representation

This Repository contains scratch implementation of Soft Computing Lab practicals

Awesome Lists containing this project

README

        

# Programs 1-11 of the Soft Computing/ Neural Networks Lab
Install *git* on your system if you don't have
```
sudo apt-get install git-core
```
Clone this repository by adding this command on your terminal
```
git clone https://github.com/kunalgupta777/Neural-Networks
```
Now switch to the folder
```
cd Neural-Networks
```
Run the scripts by typing
```
python .py
```

The Programs are numbered from 1-9
All scripts have information about the program and are commented accordingly
# Dependencies
- [x] Python 2.7.x
- [x] Numpy
- [x] Matplotlib

# To Do
- [ ] Add Manual Weights Addition in Backpropagation
- [ ] Add C/C++ support

Any suggestions and/or improvements are welcome.
Mail me at [email protected]