Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/program247365/intro-to-machine-learning
Presentation on Machine Learning.
https://github.com/program247365/intro-to-machine-learning
Last synced: about 6 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T12:01:33.000Z (over 9 years ago)
- Last Synced: 2024-04-16T07:02:06.967Z (9 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
```