Introduction to semi-supervised learning and adversarial training

What is semi-supervised learning? Every machine learning algorithm needs data to learn from. But even with tons of data in the world, including texts, images, time-series, and more, only a small fraction is actually labeled, whether algorithmically or by hand. Most of the time, we need labeled data to do supervised machine learning. I particular,Continue reading “Introduction to semi-supervised learning and adversarial training”

What is a Transformer?

An Introduction to Transformers and Sequence-to-Sequence Learning for Machine Learning New deep learning models are introduced at an increasing rate and sometimes it’s hard to keep track of all the novelties. That said, one particular neural network model has proven to be especially effective for common natural language processing tasks. The model is called a TransformerContinue reading “What is a Transformer?”

Leveraging Watson’s Machine Learning GPUs to accelerate your Deep Learning project in Python

Everyone who’s done a Deep Learning project knows how long it takes to train a single model not to mention optimizing it. As a current student, I don’t have access to any GPUs which sometimes leads to frustration because I can spend most of my time waiting for the model to see all the trainingContinue reading “Leveraging Watson’s Machine Learning GPUs to accelerate your Deep Learning project in Python”