https://github.com/program247365/intro-to-machine-learning
Presentation on Machine Learning.
https://github.com/program247365/intro-to-machine-learning
Last synced: 3 months ago
JSON representation
Presentation on Machine Learning.
- Host: GitHub
- URL: https://github.com/program247365/intro-to-machine-learning
- Owner: program247365
- Created: 2015-02-23T23:20:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T12:01:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T13:54:15.221Z (5 months ago)
- Language: HTML
- Homepage: http://program247365.github.io/intro-to-machine-learning
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to Machine Learning
A brief introduction to Machine learning. Presentation created in [Remark](http://remarkjs.com/).
## To Run
- Install [Nodejs](http://nodejs.org).
- Run
```
npm install
```
- Start presentation:
```
gulp
```