Starsa / Mentorship

Projects for Mentorship
0 stars 0 forks source link

ML Flashcard completion and study #27

Closed Starsa closed 3 years ago

Starsa commented 3 years ago

Discuss flashcards reviewed and list any questions.

Starsa commented 3 years ago

ADA Boost vs. Gradient boost.

AdaBoost is the first designed boosting algorithm with a particular loss function. Gradient Boosting is a generic algorithm that assists in searching the approximate solutions to the model.

Gradient Boost is more flexible than AdaBoost.

Starsa commented 3 years ago

Gradient

The gradient of a function is a vector containing all its partial derivatives at some point (repeat I know, just trying to focus on the wording)

Starsa commented 3 years ago

Adjusted R2

Starsa commented 3 years ago

Agglomerative Clustering

Starsa commented 3 years ago

AIC

CLuiz commented 3 years ago

This is great! Good fodder for interview questions. AUC is one I typically poke at. R squared and adjusted R squared as well