Blog posts

2024

Don’t Be Fooled by Overconfident AI: Understanding Calibration in the Classification Task

less than 1 minute read

Published:

Let’s consider an example of a deep learning model used for multi-class classification, such as a model that predicts the type of flower in an image. Suppose we have a dataset of 1000 images of flowers, each labeled with one of three possible classes: rose, daisy, or sunflower. We train a deep learning model to classify these images into one of these three classes.

2023

Science in the age of large language models (LLMs)

less than 1 minute read

Published:

Large language models (LLMs) are a type of artificial intelligence (AI) that can generate and understand text. They are trained on massive datasets of text and code and can be used for a variety of tasks, including writing, translating, and answering questions.

How to Reproduce Pytorch Code?

less than 1 minute read

Published:

We do not guarantee perfectly reproducible results across PyTorch releases or platforms. Additionally, results may not be reproducible between CPU and GPU runs, even with identical seeds.

2021

Cross Validation Techniques

less than 1 minute read

Published:

Cross validation is a method of estimating expected prediction error.