SkillAgentSearch skills...

NeuralNetworkFromScratch

Minimalistic implementation of a simple feedforward Neural Network

Install / Use

/learn @Bot-Academy/NeuralNetworkFromScratch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<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.

  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!

View on GitHub
GitHub Stars172
CategoryDevelopment
Updated1mo ago
Forks64

Languages

Python

Security Score

100/100

Audited on Feb 7, 2026

No findings