It is a very simple library with basic functions used in machine learning. It was created to better understand the basics of how machine learning works.
Project is created with:
-
Clone Network repository
git clone https://github.com/marekbaranowski98/Network cd Network
-
Install dependencies
pip install -r requirements.txt
-
Run example
python3 example.py
Network is MIT.
GitHub @marekbaranowski98