Minimalistic implementation of a simple feedforward Neural Network
Video
This project requires Poetry to install the required dependencies. Check out this link to install Poetry on your operating system.
Make sure you have installed Python 3.8 or higher! Otherwise Step 3 will let you know that you have no compatible Python version installed.
- Clone/Download this repository
- Navigate to the root of the repository
- Run
poetry install
to create a virtual environment with Poetry - Run
poetry run python nn.py
to run the program. Alternatively you can runpoetry shell
followed bypython nn.py
- Enjoy and Subscribe :)
Nothing in here so far!