Arun Manglick - Artificial Intelligence & Machine/Deep Learning
Monday, July 31, 2017
XGBoost
›
Basics: XGBoost stands for eXtreme Gradient Boosting. It's an implementation of gradient boosted decision trees designed for Speed ...
Model Selection
›
1). k-fold cross-validation: In k-fold cross-validation, the original sample is randomly partitioned into k equal sized sub-samples. Of t...
Part 10: Model Selection & Boosting
›
Here we'll try to address few questions using Model Selection techniques. How to find the most appropriate Machine Learning model for...
Kernel PCA
›
Basics: In the field of multivariate statistics, Kernel Principal Component Analysis (kernel PCA) is an extension of principal component ...
Linear Discriminant Analysis (LDA)
›
Basics: From m independent variables of given dataset, LDA extracts p <= m new independent variables that separate most of the classes...
Principal Component Analysis (PCA)
›
Basics: From m independent variables of given dataset, PCA extracts p <= m new independent variables that explain most of the variance...
Part 9: Dimensionality Reduction
›
Basics: In Classification, we worked with datasets composed of only two independent variables. Two dimensions visualize better how Machi...
1 comment:
‹
›
Home
View web version