AI guides

Guides and tricks about AI, LLMs and everything in between

All Articles

The State of Production LLMs: My Takeaways from MLOps World 2023

The State of Production LLMs: My Takeaways from MLOps World 2023

Recently, I was lucky enough to attend MLOps World in Austin. There were panels, provoking...

3 mins read Read Now
How to Put Responsible AI into Practice 

How to Put Responsible AI into Practice 

You’ve probably heard about the hallucinations AI can experience and the potential risks they introduce when left unchecked. From Amazon’s job recruiting models filtering out female candidates to...

9 mins read Read Now
The Framework for Building Great AI Products

The Framework for Building Great AI Products

In the first installation of our guide to building great AI products, we discussed the challenges of deploying models to production and shifting your mindset from ML models...

7 mins read Read Now

Understanding Embeddings in Machine Learning: Types, Alternatives, and Drift

Introduction Machine learning algorithms, specifically in NLP, LLM, and computer vision models, often deal with...

11 mins read Read Now
How to Build Great AI Products: Shifting Your Mindset

How to Build Great AI Products: Shifting Your Mindset

When deploying AI products, model accuracy is crucial, but it’s just the tip of the...

6 mins read Read Now

How to Optimize ML Fraud Detection: A Guide to Monitoring & Performance

Fraud detection is a mainstream machine learning (ML) use case. In recent years, the demand...

11 mins read Read Now

Dealing with Outliers in A/B testing: Methods and Best Practices

*Google collab with code snippets here.  **Notebook tests use simple dummy data, not to simulate...

9 mins read Read Now

Recall: A Key Metric for Evaluating Model Performance

Measuring the performance of ML models is crucial, and the ML evaluation metric – Recall...

7 mins read Read Now

Understanding Binary Cross-Entropy and Log Loss for Effective Model Monitoring

Introduction Accurately evaluating model performance is essential for understanding how well your ML model is...

7 mins read Read Now

Root Mean Square Error (RMSE): The cornerstone for evaluating regression models

Today’s spotlight is on Root Mean Square Error (RMSE) – a pivotal evaluation metric commonly...

7 mins read Read Now

A Comprehensive Guide to Mean Absolute Percentage Error (MAPE)

Today we’re going to delve into a vital metric called Mean Absolute Percentage Error, or...

5 mins read Read Now

Ultimate Guide to PR-AUC: Calculations, Uses, and Limitations

Understanding evaluation metrics is a crucial aspect of creating effective machine learning models. One such...

9 mins read Read Now