Package examples.cnn.fashionmnist

Functions

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

This example shows how to do image classification from scratch using pre-made resnet50Light model, without leveraging pre-trained weights. We demonstrate the workflow on the FashionMnist 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 FashionMnist classification dataset.