ML4LM — Profiling torch.compile on DenseNet-121 Inference (GTX 1650)

Introduction

Sep 11
A clap icon81
ML4LM — Profiling torch.compile on DenseNet-121 Inference (GTX 1650)
ML4LM — Profiling torch.compile on DenseNet-121 Inference (GTX 1650)
Sep 11
A clap icon81

ML4LM — Guards vs Graph Breaks in PyTorch: What You Need to Know

Guards vs Graph Breaks in PyTorch torch.compile

Aug 24
ML4LM — Guards vs Graph Breaks in PyTorch: What You Need to Know
ML4LM — Guards vs Graph Breaks in PyTorch: What You Need to Know
Aug 24

ML4LM — A tiny Triton primer (toy example)

This is a toy example to help you understand Triton programming. I assume you can set up Triton by yourself since you’re here.

Aug 23
A clap icon50
ML4LM — A tiny Triton primer (toy example)
ML4LM — A tiny Triton primer (toy example)
Aug 23
A clap icon50

ML4LM — PyTorch — What Not to Do in PyTorch Models for Better Performance (dynamo)

With PyTorch 2.0+, torch.compile can make your models faster by capturing them as graphs and optimizing them.

Aug 17
ML4LM — PyTorch — What Not to Do in PyTorch Models for Better Performance (dynamo)
ML4LM — PyTorch — What Not to Do in PyTorch Models for Better Performance (dynamo)
Aug 17

Knowledge Distillation at a Low Level

We’ve all heard about knowledge distillation and how it helps in making models smaller by sacrificing a bit of performance. Essentially, it…

Jan 24
A clap icon100
A response icon1
Knowledge Distillation at a Low Level
Knowledge Distillation at a Low Level
Jan 24
A clap icon100
A response icon1

ML4LM — Fine-Tune Smarter, Not Harder: Discover LoRA for LLMs

When fine-tuning a Large Language Model (LLM), instead of adjusting all the original weights, we can train a smaller set of new weights…

Nov 15, 2024
A clap icon56
Original Weights of LLM are freezed /unchanged, only LORA weights A, B matrices are trained and are multiplied and added on to original weights by taking a ratio
Original Weights of LLM are freezed /unchanged, only LORA weights A, B matrices are trained and are multiplied and added on to original weights by taking a ratio
Nov 15, 2024
A clap icon56

ML4LM — Mastering Anomaly Detection in Production: When to use and when not to use

Problem: Detecting Anomalies in Data

Nov 6, 2024
A clap icon83
ML4LM — Mastering Anomaly Detection in Production: When to use and when not to use
ML4LM — Mastering Anomaly Detection in Production: When to use and when not to use
Nov 6, 2024
A clap icon83

ML4LM-Content Based Recommendation Systems

Understanding Content-Based Recommendation Systems

Sep 16, 2024
ML4LM-Content Based Recommendation Systems
ML4LM-Content Based Recommendation Systems
Sep 16, 2024

Making sense of Bellman Equation — RL — ML4LM

Introduction

Apr 15, 2024
A clap icon10
A response icon1
Making sense of Bellman Equation — RL — ML4LM
Making sense of Bellman Equation — RL — ML4LM
Apr 15, 2024
A clap icon10
A response icon1

ML4LM — MLE vs Bayesian intuitive Insights, No Math!

Maximum Likelihood Estimation (MLE): Relying on Observed Data

Mar 4, 2024
A clap icon106
ML4LM — MLE vs Bayesian intuitive Insights, No Math!
ML4LM — MLE vs Bayesian intuitive Insights, No Math!
Mar 4, 2024
A clap icon106

ML4LM - Vanishing Gradient Problem?

Jan 1, 2024
A clap icon104
A response icon2
ML4LM - Vanishing Gradient Problem?
ML4LM - Vanishing Gradient Problem?
Jan 1, 2024
A clap icon104
A response icon2

ML4LM- How does Lasso bring sparsity?

Many of us have heard about Lasso and its ability to bring sparsity to models, but not everyone understands the nitty-gritty of how it…

Dec 24, 2023
A clap icon50
ML4LM- How does Lasso bring sparsity?
ML4LM- How does Lasso bring sparsity?
Dec 24, 2023
A clap icon50

ML4LM — What are Derivatives?

“Back in my school days up to the 10th grade, I had a genuine love for math. Whether it was tackling geometry, diving into trigonometry…

Dec 21, 2023
A clap icon66
A response icon1
ML4LM — What are Derivatives?
ML4LM — What are Derivatives?
Dec 21, 2023
A clap icon66
A response icon1

ML4LM-Feature Scaling- Normalization

Ever wondered how data gets its makeover before revealing its insights? Enter the battleground of data refinement, where normalization and…

Nov 27, 2023
A clap icon60
ML4LM-Feature Scaling- Normalization
ML4LM-Feature Scaling- Normalization
Nov 27, 2023
A clap icon60

ML4LM— Cleaning the Data

Cleaning data for Machine learning is like preparing for a road trip where your model is the driver, and your data is the map. However, the…

Nov 24, 2023
A clap icon54
ML4LM— Cleaning the Data
ML4LM— Cleaning the Data
Nov 24, 2023
A clap icon54