Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Machine Learning Overview

20

Flashcards

0/20

Still learning
StarStarStarStar

Gradient Descent

StarStarStarStar

An iterative optimization algorithm used in machine learning to find the minimum of a function by moving in the direction of the steepest descent as defined by the negative of the gradient.

StarStarStarStar

Overfitting

StarStarStarStar

Occurs when a model learns the training data too well, capturing noise along with the underlying pattern, thus performing poorly on unseen data.

StarStarStarStar

Support Vector Machines (SVM)

StarStarStarStar

Supervised learning models that analyze data used for classification and regression analysis by finding the hyperplane that best divides a dataset into classes.

StarStarStarStar

Feature Selection

StarStarStarStar

The process of selecting a subset of relevant features for use in model construction, reducing dimensionality, and improving model performance.

StarStarStarStar

Cross-validation

StarStarStarStar

A statistical method used to estimate the skill of machine learning models by dividing the data into subsets and testing the model on each subset.

StarStarStarStar

Convolutional Neural Networks (CNN)

StarStarStarStar

A class of deep neural networks commonly applied to analyzing visual imagery, using a series of convolutional layers for feature extraction and pattern recognition.

StarStarStarStar

Random Forests

StarStarStarStar

An ensemble learning method for classification and regression that operates by constructing multiple decision trees during training and outputting the mode or mean prediction.

StarStarStarStar

Principal Component Analysis (PCA)

StarStarStarStar

A statistical procedure that uses orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables.

StarStarStarStar

K-Means Clustering

StarStarStarStar

A type of unsupervised learning algorithm that groups data into K number of sets by having each point belong to the cluster with the nearest mean.

StarStarStarStar

Unsupervised Learning

StarStarStarStar

A category of machine learning that involves training models on data without labeled outcomes, focusing on finding patterns or structures in the data.

StarStarStarStar

Regularization

StarStarStarStar

A technique used to prevent overfitting by adding a penalty term to the loss function or by artificially augmenting the dataset (e.g., L1, L2 regularization).

StarStarStarStar

Ensemble Methods

StarStarStarStar

Techniques that create multiple models and combine them to produce improved results, such as Random Forest, Boosting, and Bagging.

StarStarStarStar

Long Short-Term Memory (LSTM)

StarStarStarStar

A special kind of recurrent neural network (RNN) capable of learning long-term dependencies, LSTMs are widely used for sequence prediction problems.

StarStarStarStar

Supervised Learning

StarStarStarStar

A type of machine learning where models are trained using labeled data, meaning the training data includes the desired outputs.

StarStarStarStar

Reinforcement Learning

StarStarStarStar

A type of machine learning where an agent learns to make decisions by taking actions in an environment to achieve some notion of cumulative reward.

StarStarStarStar

Underfitting

StarStarStarStar

Happens when a model is too simple to capture the underlying trend in the data, resulting in poor performance both on training and new data.

StarStarStarStar

Decision Trees

StarStarStarStar

A non-parametric supervised learning method used for classification and regression that models decisions and possible consequences as a tree-like structure.

StarStarStarStar

Neural Networks

StarStarStarStar

A set of algorithms modeled after the human brain that are designed to recognize patterns and interpret sensory data through a kind of machine perception.

StarStarStarStar

Feature Scaling

StarStarStarStar

A method used to normalize the range of independent variables or features of data, often used in the preprocessing stage.

StarStarStarStar

Naive Bayes Classifier

StarStarStarStar

A probabilistic classifier based on applying Bayes' theorem with the 'naive' assumption of feature independence given a class.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.