top of page
Search
Juan Manuel Ortiz de Zarate
Oct 4, 20249 min read
Data Balancing With K-Means
A clustering-based method balances web-scraped datasets, improving AI model performance by ensuring diverse and uniform data representation.
5 views
Juan Manuel Ortiz de Zarate
Jun 7, 202410 min read
Introduction to Reinforcement Learning
Master the magic of reinforcement learning! See how AI learns to make decisions from scratch and optimizes actions.
10 views
Cristian Cardellino
May 23, 20249 min read
MLFlow + Hydra: A Framework for Experimentation with Python
In this article I share a experimentation framework I work with in my daily job. It uses MLFlow and Hydra to facilitate hypothesis testing.
20 views
Cristian Cardellino
May 5, 202410 min read
Tracking Multiple Experiments with Hydra
In this article we'll explore Hydra, a tool for managing multiple configuration parameters and file when doing machine learning for research
17 views
Cristian Cardellino
Apr 21, 202410 min read
Analyzing Discourse with Artificial Intelligence: What is Argumentation Mining?
Are political discourses consistent? Is a judgment fair? In this article, we'll explore argumentation mining, an AI field to analyze debates
10 views
Cristian Cardellino
Feb 22, 202411 min read
Practical Machine Learning for Industry
In this article I'll share with you some advice based on personal experience when doing practical machine learning for the industry.
22 views
Cristian Cardellino
Feb 16, 202411 min read
Keeping Track of Experiments with MLFlow
This article introduces MLFlow and shows you how this great tool can help you boost your productivity in an experimentation environment.
30 views
Cristian Cardellino
Feb 7, 20249 min read
Generative vs. Discriminative Models in Machine Learning
What are Generative Models? What are Discriminative Models? In this article we'll go through the fundamentals of each type of model.
40 views
Claudio S. De Mutiis
Sep 27, 20233 min read
Logistic Regression & Cross-Entropy
Logistic regression is a very popular machine learning algorithm that is primarily used for binary classification tasks. It is a model...
117 views
bottom of page