I must say, with the ongoing hype around machine learning, a lot of people jump straight to the application side…
Machine learning is not just about building models.
Machine learning workflows typically involve plenty of numerical computations in the form of mathematical and algebraic operations upon data stored…
Feature engineering is a key process in most data analysis workflows, especially when constructing machine learning models.
This post is divided into three parts; they are: • Understanding Word Embeddings • Using Pretrained Word Embeddings • Training…
Machine learning models have become increasingly sophisticated, but this complexity often comes at the cost of interpretability.
Quantization is a frequently used strategy applied to production machine learning models, particularly large and complex ones, to make them…
This post is divided into five parts; they are: • Naive Tokenization • Stemming and Lemmatization • Byte-Pair Encoding (BPE)…
Machine learning model development often feels like navigating a maze, exciting but filled with twists, dead ends, and time sinks.
In machine learning model development, feature engineering plays a crucial role since real-world data often comes with noise, missing values,…