sar-gupta / neural-network-from-scratch

Implementation of a neural network from scratch in python.
MIT License
35 stars 23 forks source link

Refactored #9

Open clamytoe opened 5 years ago

clamytoe commented 5 years ago

Added requirements.txt and environment.yml files in order to facilitate with creating a virtual environment for this project. I've also refactored the code in order to make it PEP8 compliant.