In addition to the main model, I also wrote a small custom library — originally tailored for the Iris dataset, but designed to be easily scalable and adaptable to other tasks.
- A fully from-scratch neural network written in pure Python
- Flexible configuration of the architecture and activation functions
- Training and testing on the Iris Dataset
- Clean and readable code structure for experiments
-
Git clone
git clone https://github.com/ownNurzh/neural-network-in-python.git -
Poetry install
Pippip install poetry
Windows Powershell(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
Linuxcurl -sSL https://install.python-poetry.org | python3 - -
Install dependencies
poetry install -
Run
poetry run main.py