clam004 / ML_MATH

repository for nuanced machine learning mathematical concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML_MATH

repository for nuanced machine learning mathematical concepts

I try to implement code along with equations in the most transparent way possible using only numpy

create a virtual environment

python3 -m venv env

and install the dependencies

pip3 install -r requirements.txt

About

repository for nuanced machine learning mathematical concepts


Languages

Language:Jupyter Notebook 65.8%Language:Python 34.2%