Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 594 Bytes

Machine Learning Jupyter

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.

Prerequisites

  • Python 3.7 installed
  • Pipenv installed

Installation

pipenv install

Running

jupyter lab $nameOfDir where #nameOfDir is name of directory within the project.