Exploring the Path from Traditional Machine Learning to Neural Networks, One Neuron at a Time
University of Colorado School of Medicine
November 6, 2024
Esteva et al. (2019)
Litjens et al. (2017)
Ching et al. (2018)
Leijnen (2016)
Traditional machine learning approaches


\(Y = \beta_0 + \beta_1 X\)
\(F(x) = b + w^T X\)
For one predictor, this reduces to:
\(F(x) = b + w_1 X\)
The MNIST (modified NIST) database contains 60,000 training images and 10,000 testing images.

Visualization of weights associated with each class. Blue is “positive” and red is “negative”.