https://github.com/garciparedes/machine-learning-formulas
This project pretends to be a survey about Machine Learning algorithms focusing on math definitions.
https://github.com/garciparedes/machine-learning-formulas
computer-science formula latex machine-learning maths statistics university-of-valladolid
Last synced: 4 months ago
JSON representation
This project pretends to be a survey about Machine Learning algorithms focusing on math definitions.
- Host: GitHub
- URL: https://github.com/garciparedes/machine-learning-formulas
- Owner: garciparedes
- License: mpl-2.0
- Created: 2017-05-26T08:44:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T19:11:05.000Z (over 8 years ago)
- Last Synced: 2025-01-16T02:25:30.985Z (9 months ago)
- Topics: computer-science, formula, latex, machine-learning, maths, statistics, university-of-valladolid
- Language: TeX
- Homepage:
- Size: 5.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Formulas
## Description
This project pretends to be a survey about Machine Learning algorithms focusing on math definitions.
## [Document](document.pdf)
- Introduction #1
- Supervised Learning #8
- Decision Trees #2
- Rule Based Systems #3
- Instance Based Learning #4
- Bayes Learning #5
- Linear Classifiers #6
- Neural Networks #7
- Unsupervised Leaning #9## Authors
- García Prado, Sergio ([@garciparedes](http://garciparedes.me))
- Taboada Rodero, Ismael José ([@ismtabo](https://github.com/ismtabo))## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request 🙂