Caesar AI Atlas

Machine Learning (ML)

Also known as: ml Β· ML

Caesar AI Atlas Definition

Machine Learning (ML) is a subfield of artificial intelligence in which systems learn patterns from data or experience to make predictions, classifications, recommendations, or decisions without being explicitly programmed for every case. It works by optimizing model parameters so that the model's behavior reflects training data and can generalize to new inputs. ML includes methods such as supervised learning, unsupervised learning, semi-supervised learning, and reinforcement learning.

Other Definitions

Machine Learning Source

The scientific study of algorithms and statistical models that computer systems use in order to perform a specific task effectively without using explicit instructions, relying on patterns and inference instead.

Machine Learning Source

A program or system that trains a model from input data. The trained model can make useful predictions from new (never-before-seen) data drawn from the same distribution as the one used to train the model. Machine learning also refers to the field of study concerned with these programs or systems. See the Introduction to Machine Learning course for more information.

Machine Learning Source

Machine learning is a field of study with a range of approaches to developing algorithms that can be used in AI systems. AI is a more general term. In ML, an algorithm will identify rules and patterns in the data without a human specifying those rules and patterns. These algorithms build a model for decision making as they go through data. (You will sometimes hear the term machine learning model.) Because they discover their own rules in the data they are given, ML systems can perpetuate biases. Algorithms used in machine learning require massive amounts of data to be trained to make decisions. It's important to note that in machine learning, the algorithm is doing the work to improve and does not have the help of a human programmer. It is also important to note three more things. One, in most cases the algorithm is learning an association (when X occurs, it usually means Y) from training data that is from the past. Two, since the data is historical, it may contain biases and assumptions that we do not want to perpetuate. Three, there are many questions about involving humans in the loop with AI systems; when using ML to solve AI problems, a human may not be able to understand the rules the algorithm is creating and using to make decisions. This could be especially problematic if a human learner was harmed by a decision a machine made and there was no way to appeal the decision.

Also Referenced In

Concept Comparisons

Related Terms