Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Machine learning
Machine learning is an area of artificial intelligence concerned with the development of techniques which allow computers to "learn". More specifically, machine learning is a method for creating computer programs by the analysis of data sets. Machine learning overlaps heavily with statistics, since both fields study the analysis of data. Some machine learning systems attempt to eliminate the need for human intuition in the analysis of the data, while others adopt a collaborative approach between human and machine. Human intuition cannot be entirely eliminated since the designer of the system must specify how the data are to be represented and what mechanisms will be used to search for a characterization of the data.Machine learning has a wide spectrum of applications including medical diagnosis , detecting credit card fraud, stock market analysis, classifying DNA sequences, speech and handwriting recognition, game playing and robot locomotion.
Machine learning algorithms are organized into a taxonomy, based on the desired outcome of the algorithm. Common algorithm types include:
- supervised learning --- where the algorithm generates a function that maps inputs to desired outputs. One standard formulation of the supervised learning task is the classification problem: the learner is required to learn (to approximate the behavior of) a function which maps a vector into one of several classes by looking at several input-output examples of the function.
- unsupervised learning --- which models a set of inputs: labeled examples are not available.
- reinforcement learning --- where the algorithm learns a policy of how to act given an observation of the world. Every action has some impact in the environment, and the environment provides feedback that guides the learning algorithm.
- learning to learn --- where the algorithm learns its own inductive biasInformally speaking, the inductive bias of a machine learning algorithm refers to additional assumptions, that the learner will use to predict correct outputs for situations that have not been encountered so far. In machine learning one aims at the constr based on previous experience.
The performance and computational analysis of machine learning algorithms is a branch of statistics known as computational learning theoryIn statistics, computational learning theory is a mathematical field related to the analysis of machine learning algorithms. Machine learning algorithms take a training set, form hypotheses or models, and make predictions about the future. Because the tra.
1 See also
2 Bibliography
- Bishop, C. M. (1995). Neural Networks for Pattern Recognition, Oxford University Press. BooksEnthsiast.com
Computer visionComputer Vision is a subfield of artificial intelligence. The purpose of computer vision is to program a computer to "understand" a scene or features in an image. Typical goals of computer vision include: The detection, segmentation, location, and recogni
Machine learningMachine learning is an area of artificial intelligence concerned with the development of techniques which allow computers to "learn". More specifically, machine learning is a method for creating computer programs by the analysis of data sets. Machine lear
Read more »