"The book is like a CEO summary of deep learning." -- Ronald T. Kneusel, Ph.D. (author of "Practical Deep Learning: A Python-Based Introduction")
You can now read a free sample of A Visual Introduction to Deep Learning here: https://t.co/5W3cLI5MxH
#deeplearning#learningisfun
"But it works on my machine!"
Containerization
-- packages up software code and all its dependencies so it can run consistently on any infrastructure.
-- allows developers to create and deploy applications faster and more securely.
Source: IBM [https://t.co/1CDrDNaMgw]
Data Drift and Concept Drift in Machine Learning.
Machine learning model performance degrades over time. When data quality is fine, there are two usual suspects: Data Drift or Concept Drift.
Concept Drift: In contrast to the data drift, the distributions might even remain the same. Instead, the relationships between the model inputs and outputs change. In essence, the very meaning of what we are trying to predict evolves.
TinyML
Running ML in the cloud is not always the best option, especially for applications that require low-latency and must be run close to the end-users.
TinyML -- ML models that run on very small pieces of hardware like ultra-low power microcontrollers.
Difference between Descriptive and Inferential Statistics
-- Descriptive statistics - Describes a sample.
-- Inferential statistics - Takes data from a sample and makes inferences about the larger population from which the sample was drawn.
Source: https://t.co/kQeBcvPV9R
A great article on Causal Inference by Hugo Bowne-Anderson and Mike Loukides.
"What Is Causal Inference? An Introduction for Data Scientists".
Link: https://t.co/96zNGGDMbi