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

https://github.com/rosa-lpz/machine-learning-handbook

Machine learning fundamentals and practical applications
https://github.com/rosa-lpz/machine-learning-handbook

machine-learning machine-learning-algorithms machine-learning-notes machine-learning-tutorials

Last synced: about 1 month ago
JSON representation

Machine learning fundamentals and practical applications

Awesome Lists containing this project

README

          

# Machine Learning Handbook
Machine Learning notes and tutorials

## Content

### Supervised Learning
#### Classification
#### [Regression](02_supervised_learning/regression/)
* [Linear Regression](02_supervised_learning/regression/linear-regression/)

### Unsupervised Learning
#### [Anomaly Detection](https://github.com/rosa-lpz/machine-learning-handbook/tree/86ab14e821cd6e104f310d0e1f1d59b3d0488efe/Unsupervised%20Learning/Anomaly%20Detection)

# What Is Machine Learning?
Machine learning is the science (and art) of programming computers so they can
learn from data.

Here is a slightly more general definition:
[Machine learning is the] field of study that gives computers the ability to learn
without being explicitly programmed.
—Arthur Samuel, 1959

And a more engineering-oriented one:
A computer program is said to learn from experience E with respect to some task
T and some performance measure P, if its performance on T, as measured by P,
improves with experience E.
—Tom Mitchell, 1997