An open API service indexing awesome lists of open source software.

https://github.com/leanh153/dat256x

Essential Math for Machine Learning: Python Edition on edX
https://github.com/leanh153/dat256x

ai essential machinelearning-python math python

Last synced: 7 months ago
JSON representation

Essential Math for Machine Learning: Python Edition on edX

Awesome Lists containing this project

README

          

# DAT256x
************
## Prerequisites
> Use python jupyter to open these files

### On windows
#### set chocolatey
> copy the following code paste to cmd and run one by one

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New- Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

#### Set python

choco install python -y

#### Set jupyter

pip install jupyter

> Then open cmd path to where contain ".ipynb" and type this:

*To explore all notebooks*

jupyter notebook

*To Open one file at a time*

jupyter [file name]

> To close notebook press `control + C`

### Course Infor

> this is [DAT256x course link](https://courses.edx.org/courses/course-v1:Microsoft+DAT256x+1T2019a/course/) on edX.