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

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.

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 🙂