Jupyter Lab notes covering different machine learning topics. Most of the training data comes from great machine learning course created by Andrew Ng - https://www.coursera.org/learn/machine-learning
Each directory contains Ipynb notebook with detailed explanation including mathematics background, as well as python code.
- Python 3.7 installed
- Pipenv installed
pipenv install
jupyter lab $nameOfDir
where #nameOfDir is name of directory within the project.