Major Algorithms for Dimensionality Reduction are: Linear Methods: PCA (Principal Component Analysis) Eigen Decomposition SVD (Singular Value Decomposition) NMF (Non-Negative Matrix Factorization) ICA (Independent Component Analysis) LDA (Linear Discriminant Analysis)
Statistics is the foundation for every Data Scientist. Without good Stats knowledge, its difficult to comprehend the internal working and inferencing power of any Machine Learning model. Statistics is the art of
Decision Tree Models …
Class Imbalance Problem in Classification Domain …
Continue reading…Class Imbalance Problem in Classification Domain
When Linear Models like Linear Regression (OLS) model starts to show signs of Overfit, we have to consider Generalization. One of the way to achieve the same is via Regularization.
Understand the UnderFitting and OverFitting in ML. Here I am mentioning techniques to avoid them in case of linear models, non-linear models and Deep learning …