NeuralNetworkFromScratch
Minimalistic implementation of a simple feedforward Neural Network
Install / Use
/learn @Bot-Academy/NeuralNetworkFromScratchREADME
<p align="center">
<a href="https://www.youtube.com/BotAcademyYT"><img src="https://botacademy.s3.eu-central-1.amazonaws.com/9999_channel_design/logo/900x900.png" alt="Logo" width="150"/></a>
<br />
<br />
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-3C93B4.svg?style=flat" alt="MIT License"></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a>
<br />
<a href="https://twitter.com/bot_academy/"><img src="https://img.shields.io/twitter/follow/bot_academy?label=Follow" alt="Twitter"></a>
<a href="https://discord.gg/mMRrZQW"><img src="https://img.shields.io/discord/721253473194344518.svg?label=discord&color=3C93B4&logo=discord" alt="Discord"></a>
<a href="https://www.patreon.com/botacademy"><img src="https://img.shields.io/badge/patreon-gray?logo=Patreon" alt="Code style: black"></a>
<br />
<br />
<i>Minimalistic implementation of a simple feedforward Neural Network</i>
<br />
<a href="https://www.youtube.com/watch?v=9RN2Wr8xvro"><i>Video</i></a>
</p>
<hr />
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.
- Clone/Download this repository
- Navigate to the root of the repository
- Run
poetry installto create a virtual environment with Poetry - Run
poetry run python nn.pyto run the program. Alternatively you can runpoetry shellfollowed bypython nn.py - Enjoy and Subscribe :)
Troubleshooting
Nothing in here so far!
