top of page

Search


Dimensionality Reduction: Linear methods
In this article, we explored PCA and SVD, the two most used linear dimensionality reduction techniques.

Juan Manuel Ortiz de Zarate
Jun 14, 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.

Juan Manuel Ortiz de Zarate
Jun 7, 202410 min read


Retrieval Augmented Generation: Increasing knowledge of your LLM
Dive into the world of Retrieval-Augmented Generation! See how RAG transforms AI responses by blending retrieval with generation.

Juan Manuel Ortiz de Zarate
May 24, 20249 min read


The Mathematics of Language
Computers model text with vectors. Using Word2Vec, FastText, and Transformers, they understand and generate context-aware text. Learn how!

Juan Manuel Ortiz de Zarate
May 24, 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.
Cristian Cardellino
May 23, 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
Cristian Cardellino
May 5, 202410 min read
bottom of page