5 Must-Know Ways to Test ML Models in Production (Implementation Included)
A beginner-friendly guide to model testing.
410 posts published
A beginner-friendly guide to model testing.
40 most used methods.
A deep dive into interpretability methods, why they matter, along with their intuition, considerations, how to avoid being misled, and code.
A beginner-friendly implementation guide.
Building a face unlock system.
A deep dive into PDPs and ICE plots, along with their intuition, considerations, how to avoid being misled, and code.
Modern neural networks being trained today are highly misleading. They appear to be heavily overconfident in their predictions. For instance, if a model predicts an event with a 70% probability, then ideally, out of 100 such predictions, approximately 70 should result in the event occurring. However, many experiments have revealed
* Google Maps uses graph ML for ETA prediction. * Pinterest uses graph ML (PingSage) for recommendations. * Netflix uses graph ML (SemanticGNN) for recommendations. * Spotify uses graph ML (HGNNs) for audiobook recommendations. * Uber Eats uses graph ML (a GraphSAGE variant) to suggest dishes, restaurants, etc. The list could go on since almost
Typically, the parameters of a neural network (layer weights) are represented using 32-bit floating-point numbers. The rationale is that since the parameters of an ML model are not constrained to any specific range of values, assigning a data type to parameters that cover a wide range of values
A completely hands-on and beginner-friendly deep dive on PySpark using Databricks.
...by changing just one line of code.
A practical and beginner-friendly guide to building neural networks on graph data.
A better and intuitive technique to model compression.
A practical and beginner-friendly guide to building neural networks on graph data.
A practical and beginner-friendly guide to building neural networks on graph data.
How to make ML models reflect true probabilities in their predictions?
Learn real-world ML model development with a primary focus on data privacy – A practical guide.
Beyond features, targets, etc.
How to make ML models reflect true probabilities in their predictions?
GPUs - GPU Clusters - Distributed Training.
Two synchronization algorithms for intermediate-ML models.
A critical step towards building and using ML models reliably.
A must-know skill for ML engineers to reduce model footprint and inference time.
A highly overlooked yet critical skill for data scientists.
A Comprehensive Guide to Pytest for data scientists.
Models are becoming bigger and bigger. Learn how to scale models using distributed training.
A beginner to advanced guide for Python OOP.
Take your ML models to the next level with 11 lesser-known techniques.
...and why it so powerful
An intuitive and reliable technique to measure feature importance.