Package examples.cnn.mnist
Functions
lenetClassic
Link copied to clipboard
fun lenetClassic()
Content copied to clipboard
This example shows how to do image classification from scratch using lenet5Classic, without leveraging pre-trained weights or a pre-made model. We demonstrate the workflow on the Mnist classification dataset.
modernLenet
Link copied to clipboard
fun modernLenet()
Content copied to clipboard
This example shows how to do image classification from scratch using modernLeNet, without leveraging pre-trained weights or a pre-made model. We demonstrate the workflow on the Mnist classification dataset.