Machine Learning Tutorials Adapters: Faster Prediction with Fewer Parameters June 26, 2019 / October 9, 2025 by adamdev Ā Training machine learning models is hard, and training models that perform well is one of the top priorities of any data scientist. However, an often overlooked fact is that once a model is trained, deploying it on a large scale for inference can be another huge challenge in itself! Consider some of the problems […] Read more Ā»
Ask Slater Machine Learning What is a tensor in physics terminology and what’s the difference from a tensor in machine learning and AI? June 24, 2019 by adamdev Thereās no difference. A tensor is just a very, very generic term for: basically anything. A tensor is a generic term for a way of arranging numbers that generally has some geometric interpretation. A scalar (math speak for a number) is a 0-tensor. A vector (math speak for a list of numbers) is a 1-tensor […] Read more Ā»
Ask Slater Machine Learning How does the ELMo machine learning model work? June 12, 2019 by adamdev At its core, ELMo is an RNN model with an LSTM gating setup thatās trained as a bidirectional language model. But thatās not really what you asked. You asked how it works. Itās often really tough to explain how a machine learning model works. Importantly you have to understand that no part of what I […] Read more Ā»