Explore tens of thousands of sets crafted by our community.
Machine Learning Algorithms
8
Flashcards
0/8
Linear Regression
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.
Decision Trees
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.
Logistic Regression
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.
Random Forest
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.
K-Nearest Neighbors (KNN)
KNN is a simple, instance-based learning algorithm that classifies a new case based on the majority vote of its 'k' nearest neighbors.
Support Vector Machine (SVM)
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.
Naive Bayes
Naive Bayes classifiers are a family of simple probabilistic classifiers based on applying Bayes' theorem with strong independence assumptions between the features.
Neural Networks
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.
© Hypatia.Tech. 2024 All rights reserved.