Package examples.cnn.mnist

Functions

denseOnly
Link copied to clipboard
fun denseOnly()

This example shows how to do image classification from scratch using model, without leveraging pre-trained weights or a pre-made model. We demonstrate the workflow on the Mnist classification dataset.

lenetClassic
Link copied to clipboard
fun lenetClassic()

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.

main
Link copied to clipboard
fun main()
fun main()
fun main()
fun main()
modernLenet
Link copied to clipboard
fun modernLenet()

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.

vgg
Link copied to clipboard
fun vgg()

This example shows how to do image classification from scratch using vgg11, without leveraging pre-trained weights or a pre-made model. We demonstrate the workflow on the Mnist classification dataset.