ML Flashcards
What training is used for datasets without labels?
Unsupervised training
What training is used for datasets with labels?
Supervised
What training is used for smaller datasets with labels and bigger ones wo labels?
Semi-supervised
What training is used when positive and negative feedbacks are given?
Reinforcement
What training is used based on previous knowledge?
Trasnfer
What algorithm predicts the numerical value of a variable based on independent variables?
Linear regression
What algorithm predicts a binary outcome of independent variables?
Logistic regression (binary)
What algorithm predicts multiple outcomes of independent variables?
Logistic regression (multinomial)
What algorithm predicts outcome with order of independent variables?
Logistic regression (ordinal)
What algorithm predicts results on data with curvilineal patterns?
Polinomial regression
What algorithms try to decrease overfitting in linear regression?
Ridge and Lasso regressions
What is the name of how much changing training sets change the model?
Variance
What is the name of the phenomenon that measures how much the training set is different from real world scenarios?
Bias, vies
Simplistic models tend to have what kind of bias variance trade-off?
High Bias and low variance
Complex models tend to have what kind of bias variance trade-off?
Low bias and high variance