Section 2. Machine Learning#
Machine Learning (ML) is an approach to Artificial Intelligence (AI) in which a computer algorithm is developed to analyze data and make predictions or classifications based on what the algorithm has learned from the data [Artificial Intelligence (AI), n.d.].
Health Equity and Machine Learning
|
Types of Machine Learning#
Artificial Intelligence (AI) and Machine Learning (ML) have often been used interchangeably however, they are not exactly the same. We can think of artificial intelligence as enabling a computer program to simulate human intelligence through functions such as learning and problem-solving [Chandra, 2019]. A machine’s ability to learn and improve based on gained knowledge and experience is the core principle of AI. Machine learning is considered to be a subset of AI, as ML uses specific types of algorithms to perform learning and problem-solving tasks. Machine learning can be broken down into the following types:
Supervised learning models are defined by their use of labeled datasets to train algorithms to either predict which group an input belongs to (Classification) or predict/forecast a numeric value (Regression)[National Institute of Biomedical Imaging and Bioengineering, n.d.]. A labeled dataset refers to data that has been annotated with a label or class that the algorithm will be trained to predict.
Unsupervised learning models are defined by an ability to analyze and group unlabeled datasets. Unlabeled data refers to data that does not come with predefined group labels and can include photos, news articles, tweets, medical scans, and audio or video files. Unsupervised learning models can cluster observed data into partitions of distinct subgroups (Clustering), help quantify relationships between different associated variables (Association Rules), or help reduce the number of variables to the most significant for analysis (Dimensionality Reduction) [Carbonell et al., 1983].
Reinforcement learning models are defined by their trial and error structure where an agent learns how to achieve a desired goal through desired behaviors that are “rewarded” (Positive) and undesired behaviors that are “punished” (Negative). The model learns through repeated play and environmental feedback in order to maximize the cumulative reward of its actions [Ladosz et al., 2022].
Considerations for Project Planning
|
Resources#
SAS provides several practical resources and best practices for machine learning tasks in a concise format: