Understanding LoRA-derived Techniques for Optimal LLM Fine-tuning
LoRA-variants explained in a beginner-friendly way.
367 posts published
LoRA-variants explained in a beginner-friendly way.
Understanding the challenges of traditional fine-tuning and addressing them with LoRA.
Train large deep learning models efficiently.
Become a Quadrilingual Data Scientist.
Four critical ways to reduce model footprint and inference time.
Deployment has possibly never been so simple.
Eliminating the dependence of PyTorch models on Python.
The guide that every data scientist must read to manage ML experiments like a pro.
...that every Data Scientist must add in their visualisation toolkit.
The guide that every data scientist must read to manage ML experiments like a pro.
The underappreciated, yet critical, skill that most data scientists overlook.
Mathematically understanding the surprising phenomena that arise when dealing with data in high dimensions.
Diving into the mathematical motivation for using bagging.
Speed up sklearn model inference up to 50x with GPU support.
Gaussian Mixture Models: A more robust alternative to KMeans.
A beginner-friendly introduction to HDBSCAN clustering and how it is superior to DBSCAN clustering.
Addressing major limitations of the most popular density-based clustering algorithm — DBSCAN.
The most extensive visual guide to never forget how t-SNE works.
The caveats of grid search and random search and how Bayesian optimization addresses them.
An extensive visual guide to never forget how XGBoost works.
Approaching PCA as an optimization problem.
The limitations of always using cross-entropy loss in ordinal datasets.
The lesser-known limitations of the R-squared metric.
The limitations of linear regression and how GLMs solve them.
What are we missing here?
The origin of log-loss.
The origin of the Sigmoid function and a guide on modeling classification datasets.
Where did the regularization term come from?
The most extensive and in-depth guide to linear regression.
The most intuitive guide to ReLU activation function ever.