The amateur’s guide to explore machine learning#

Hey there!
Welcome aboard!
So, here’s the scoop: I put together this documentation while embarking on my epic journey through the realms of machine learning and data science.
But, here’s the thing: I’ve got a bit of a scatterbrain, and I tend to misplace my logic, methods, algorithms, and, oh, the endless lines of code. 🤯
So, to keep all the genius stuff in one handy place, I’ve crafted this treasure trove. It’s like my own personal cheat sheet to quickly dive into topics when I need ‘em. 📚
Now, let me spill the beans on my secret sauce. Most of the content in here comes from a bunch of free courses, juicy videos, brainy research papers, and some good old dusty books. 📖
And, just in case I’ve messed up the credits, don’t be shy – give me a holler. I’ll make things right ASAP! 🧐
Let’s dive into the wonderful world of ML and data science together, shall we? 🚀🤖📈
Contact Me#
github |
|
Basics
- Basics of Statistics
- Covariance and Correlations
- Sampling
- Probability
- Distributions
- References
- Data Distributions
- Normal(Gaussian) Distribution (Continuous)
- Chi-squared Distribution (Continuous)
- Student’s t distribition (Continuous)
- F Distribution (Continuous)
- Uniform Distribution (Continuous)
- Beta Distribution (Continuous)
- Binomial Distribution (Discrete)
- Hypergeometric Distribution (Discrete)
- Poisson Distribution (Discrete)
- Exponential Distribution (Discrete)
- Weibull Distribution (Discrete)
- Points to note
- Probability Estimation
- Bias-Variance Tradeoff
Experimentation
Linear Models
SVM
Proximity Models & Methods
Tree Based and Ensemble Models
Image & Signal Procressing
Unsupervised
- Singular Value Decomposition
- References
- Understanding SVD
- U & V orthogonality (Unitary matrices)
- Eckart-Young Theorem (Low rank approximation)
- SVD and Correlations
- Method of Snapshots (SVD using eigen values and vectors)
- Vector outer product
- SVD and Image Compression
- Log and Cumulative plots
- Rotation matrix
- Unitary transformation
- Principal Component Analysis
- SVD,Linear Systems and Least Square
Feature Engineering
Intuition & Evaluation
- Vectors
- Algorithm’s Classification Boundaries
- Classification Evaluation Metrics
- References
- Conditions
- Confusion Matrix
- Errors
- Accuracy
- Precision
- Recall / Sensitivity / True Positive Rate (TPR) / Hit Rate
- F1-score
- Classification Report
- Specificity / Selectvity / True Negative Rate (TNR)
- Fall Out / False Positive Rate (FPR)/ False Alarm
- Miss rate / False Negative Rate (FNR)
- PRC (Precision-Recall Curve)
- ROC (Receiver Operating Characteristic Curve)
- Loss Functions
- Matrix Multiplication
Visualizations
Miscellaneous
Additional Docs