Skip to content

Bot-Academy/NeuralNetworkFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages