The Julia Programming Language
Judge books by their cover using Flux.jl
Create a machine learning model to predict the category of a book from its cover image
This task is inspired by this paper. Your task is to use the Flux machine learning library to predict the category of books in this dataset based on their cover images.
You can find the Flux documentation here and sample models for image categorization in the model zoo. We recommend starting with a simple model like this one and then optionally using a more complex one if you are interested.
Task tags
Students who completed this task
kfung, ccl, akshat2004, TheComputerM, PseudoCodeNerd