sunipkm / NeuralNetworkFromScratch

Minimalistic implementation of a simple feedforward Neural Network

Home Page:https://youtu.be/9RN2Wr8xvro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

MIT License Code style: black
Twitter Discord Code style: black

Minimalistic implementation of a simple feedforward Neural Network
Video


Setup

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.

  1. Clone/Download this repository
  2. Navigate to the root of the repository
  3. Run poetry install to create a virtual environment with Poetry
  4. Run poetry run python nn.py to run the program. Alternatively you can run poetry shell followed by python nn.py
  5. Enjoy and Subscribe :)

Troubleshooting

Nothing in here so far!

About

Minimalistic implementation of a simple feedforward Neural Network

https://youtu.be/9RN2Wr8xvro

License:MIT License


Languages

Language:Python 100.0%