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
- Host: GitHub
- URL: https://github.com/leanh153/dat256x
- Owner: leanh153
- Created: 2019-04-05T01:51:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T02:49:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T21:32:54.877Z (about 1 year ago)
- Topics: ai, essential, machinelearning-python, math, python
- Language: Jupyter Notebook
- Size: 621 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.