Difference between revisions of "Machine learning"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 48: Line 48:
  
 
* [https://en.wikipedia.org/wiki/Machine_learning Machine learning] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Machine_learning Machine learning] @ Wikipedia
 +
* [https://blog.paralleldots.com/data-science/machine-learning/ten-machine-learning-algorithms-know-become-data-scientist/?utm_source=fb&utm_medium=group_post&utm_campaign=Strong%20Artificial%20IntelligenceLearning Ten Machine Learning Algorithms You Should Know to Become a Data Scientist]
  
 
[[Category:Artificial intelligence]]
 
[[Category:Artificial intelligence]]
 
[[Category:Computer science]]
 
[[Category:Computer science]]

Revision as of 10:36, 20 March 2018

Machine learning is a subfield of computer science (more particularly soft computing) that evolved from the study of pattern recognition and computational learning theory in artificial intelligence.

Description

In 1959, Arthur Samuel defined machine learning as a "Field of study that gives computers the ability to learn without being explicitly programmed".

Machine learning explores the study and construction of algorithms that can learn from and make predictions on data. Such algorithms operate by building a model from example inputs in order to make data-driven predictions or decisions, rather than following strictly static program instructions.

Machine learning is closely related to (and often overlaps with) computational statistics; a discipline which also focuses in 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 employed in a range of computing tasks where designing and programming explicit algorithms is unfeasible.

Example applications include spam filtering, optical character recognition (OCR), search engines and computer vision.

Machine learning is sometimes conflated with data mining, where the latter sub-field focuses more on exploratory data analysis and is known as unsupervised learning.

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.

See also

External links