Field of study that gives computers the ability to learn without being explicitly programmed
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
It refers to the fact that we give the algorithm a data set in which the ‘‘right answers‘‘ were given. (also called a regression problem 回归问题... Regression-> continuous valued output )
Just to produce more ‘‘right answers‘‘
The other example : Breast cancer
A example: Cocktail party problem algorithm:
[W,s, v]= svd((repmat(sum(x .* x, 1), size (x, 1), 1).* x) *x‘);
Machine learning(1-Introduction)
原文:https://www.cnblogs.com/wangzheming35/p/14854543.html