Introduction to Machine Learning-1|A popular introduction to machine learning

What is machine learning?
Two definitions of machine learning are given here.
Arthur Samuel described it as: "Machine learning gives computers the ability to learn without explicit programming." This is an old, informal definition.
Tom Mitchell gave a more modern definition: "A computer program is considered to learn from experience E about a certain type of task T and performance measurement P experience, if its task performance in T (measured by P) Improve with experience E."
For example: playing checkers.
E=The experience of playing many checkers games.
T=The task of playing chess.
P=The probability that the program wins the next round.
Generally speaking, any machine learning problem can be divided into two categories:
supervised learning and unsupervised learning.

#This article was originally/reprinted by the BCIduino brain-computer interface open source community (public account "BCIduino brain-computer interface community"). The BCIduino brain-computer interface community was initiated and established by masters and doctors from Beihang University, Cornell University, Peking University, Capital Medical University, etc. Welcome to scan the code below to join the community, and also welcome to purchase BCIduino EEG modules and exoskeleton, etc. You can search for it or scan the code for detailed inquiry).
Insert picture description here

Guess you like

Origin blog.csdn.net/nvsirgn/article/details/108938697