Articles tagged with
ai
19 May 2025
Training Machine Learning models on big data isn’t just about fitting the model itself — it’s about efficiency at every stage
of the process. While much attention is given to optimizing model training itself, the earlier phases can be just as, if not more,
critical to the overall performance. In this article, we take a deep dive into what happens before we actually invoke model.fit(),
focusing on the data pivoting stage. We are taking you on a journey through various pivoting solutions, exploring both pitfalls and interesting optimizations.
The goal is simple: make this process highly efficient — in terms of processing time and memory usage. So, buckle up!
07 Mar 2025
In this blogpost we want to introduce the topic of using a Large Language Model (LLM) as an evaluator — a novel approach to tackling the complexities of evaluating advanced machine learning systems, particularly in tasks like Automatic Summarization, Text Generation, and Machine Translation, where traditional metrics struggle to capture nuances like cross-lingual accuracy and bias detection.
06 Feb 2025
This article discusses the dual-use dilemma of AI, focusing on China’s approach
and the challenges of balancing innovation with security risks, particularly the
blurred lines between civilian and military applications.
18 Apr 2023
Label noise is ever-present in machine learning practice.
Allegro datasets are no exception.
We compared 7 methods for training classifiers robust to label noise.
All of them improved the model’s performance on noisy datasets.
Some of the methods decreased the model’s performance in the absence of label noise.