Metadata-Version: 2.4
Name: denrey_neural_network
Version: 0.1.3
Summary: A simple Neural Network library.
Author-email: Denrey Christy <denreyc@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

# NeuralNetwork
Basic neural network, shamelessly stolen from https://medium.com/data-science/math-neural-network-from-scratch-in-python-d6da9f29ce65, and then some other stuff added on top.

# Virtual Environment
Windows Activation Command: .\venv\Scripts\activate
Save Required Dependencies: pip freeze > requirements.txt
Install Required Dependencies: pip install -r requirements.txt
