About this document
Homework 1 by Richard Aw is a document available to read on EtoBox.
The homework assignment requires students to create three models using PyTorch to predict user book ratings based on embeddings. Students must prepare the data, implement a DataSet class, and utilize DataLoader for training and testing. The models include Matrix Factorization, a simple FF NN with embeddings, and a more complex FF NN that incorporates additional features, with a focus on training and accuracy reporting rather than model performance.
- Author
- Richard Aw
- Language
- EN