Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Machine Learning Algorithms

8

Flashcards

0/8

Still learning
StarStarStarStar

Linear Regression

StarStarStarStar

Linear Regression is a statistical approach for modeling the relationship between a dependent variable and one or more independent variables using a linear equation. It is commonly used for predicting numerical values in data science.

StarStarStarStar

Decision Trees

StarStarStarStar

Decision Trees are a non-linear model used for both classification and regression. They split the data into subsets based on certain criterion, creating a tree-like model of decisions.

StarStarStarStar

Logistic Regression

StarStarStarStar

Logistic Regression is used for binary classification tasks, where the outcome is discrete. The algorithm predicts the probability that the given input belongs to a certain class.

StarStarStarStar

Random Forest

StarStarStarStar

Random Forest is an ensemble learning method that operates by constructing multiple decision trees at training time and outputting the class that is the mode of the classes from individual trees.

StarStarStarStar

K-Nearest Neighbors (KNN)

StarStarStarStar

KNN is a simple, instance-based learning algorithm that classifies a new case based on the majority vote of its 'k' nearest neighbors.

StarStarStarStar

Support Vector Machine (SVM)

StarStarStarStar

SVM is a powerful classifier that works by finding the hyperplane that best divides a dataset into classes. It is effective in high dimensional spaces.

StarStarStarStar

Naive Bayes

StarStarStarStar

Naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong independence assumptions between the features.

StarStarStarStar

Neural Networks

StarStarStarStar

Neural Networks are a set of algorithms, modeled loosely after the human brain, designed to recognize patterns. They interpret sensory data through a kind of machine perception, labeling, and learning.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.