Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 525 Bytes

File metadata and controls

19 lines (12 loc) · 525 Bytes

AutoEncoders

Create a Recommender System that predicts ratings from 1 to 5.We will implement it using Stacked AutoEncoders model with PyTorch, a highly advanced Deep Learning platform more powerful than Keras.
During Training:
Loss:
image


During Testing:
Loss:

image