K-Nearest Neighbors
Published:
KNN classifier and regressor: a non-parametric approach to classification and regression
Personal study notes from An Introduction to Statistical Learning (ISL) with Python implementations.
Published:
KNN classifier and regressor: a non-parametric approach to classification and regression
Published:
Measuring the quality of fit: MSE, bias-variance trade-off, and training vs. test error
Published:
Introduction to statistical learning concepts with Python (NumPy, Pandas, Matplotlib)
Published:
Optimization algorithm for minimizing the cost function in linear regression
Published:
Extending linear regression to multiple predictors, interaction terms, and polynomial regression
Published:
Fitting a linear model with a single predictor using OLS
Published:
Extending linear models beyond Gaussian: Poisson regression and the GLM framework
Published:
LDA, QDA, and Naive Bayes classifiers based on Bayes theorem
Published:
Binary classification using the logistic function and maximum likelihood estimation
Published:
Estimating uncertainty and standard errors through resampling
Published:
Model assessment and selection using validation set, LOOCV, and k-fold cross-validation
Published:
Best subset, forward stepwise, and backward stepwise selection methods
Published:
Shrinkage methods for regularization: L1 and L2 penalties
Published:
Non-linear extensions of linear models: polynomial, step functions, and regression splines
Published:
Boosting and other ensemble strategies for improved prediction
Published:
Ensemble methods using bootstrap aggregation and random feature selection
Published:
Recursive binary splitting for classification and regression trees
Published:
Dimensionality reduction using PCA: theory, implementation, and visualization