al815 / Strong-ML-Foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strong-ML-Foundations

Start with Intro to Machine Learning.ipynb and keep following linked next notebooks at the bottom.

Installation Instructions:

Windows: If you're using Anaconda, open an Anaconda prompt (might need to run as admin). Navigate to the directory where this repo is, and run the following command: pip install -r requirements.txt If you're not running Anaconda, then simply open a cmd/powershell window in the repo directory and run the above command. Note, to install Pillow, you might need the VS Build Tools (https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16)

Mac/Linux: Navigate to the repo directory, and run the following: pip install -r requirements.txt. Note that you may need to change pip to pip3 depending on your default Python environment.

About

License:Other


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%