Cherry-picked Content on Machine Learning

Sep 23, 2022

Machine Learning How to: ML as a Service

Machine Learning How to: ML as a Service

In the previous article, I discussed the details of building a trackable and reproducible machine learning training pipeline. In this article, I will focus on how to use a trained model as a

Jun 21, 2021

An Introduction to Reinforcement Learning

An Introduction to Reinforcement Learning

Emulating the natural learning process has been an inspiration for developing many machine learning algorithms. Reinforcement learning is one of them. We have all encountered many occasions as kids where we learnt a

Mar 30, 2021

Semantic Similarity Measurement in Clinical Text

Semantic Similarity Measurement in Clinical Text

Transformer-based language models are powerful tools for a variety of natural language processing tasks such as text similarity, question answering, translation, etc. What are the limitations of these models in specific domains such

Mar 21, 2021

An Overview of Different Text Embeddings

An Overview of Different Text Embeddings

Text embedding is a method to capture the meaning and context of text and covert those meanings into numerical representations digestible by a computer. This is necessary for any machine learning task that