Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 3.07 KB

README.md

File metadata and controls

38 lines (31 loc) · 3.07 KB

Machine Learning

Machine learning is closely related to (and often overlaps with) computational statistics, which also focuses on prediction-making through the use of computers. It has strong ties to mathematical optimization, which delivers methods, theory and application domains to the field. Machine learning is sometimes conflated with data mining, where the latter subfield focuses more on exploratory data analysis and is known as unsupervised learning. Machine learning can also be unsupervised and be used to learn and establish baseline behavioral profiles for various entities and then used to find meaningful anomalies.

Within the field of data analytics, machine learning is a method used to devise complex models and algorithms that lend themselves to prediction; in commercial use, this is known as predictive analytics. These analytical models allow researchers, data scientists, engineers, and analysts to "produce reliable, repeatable decisions and results" and uncover "hidden insights" through learning from historical relationships and trends in the data.

Table of contents

Machine Learning Algorithms

ML cheat-sheet

NumPy

Numpy cheat-sheet

Pandas

Pandas cheat-sheet

Matplotlib

Matplotlib cheat-sheet