This document outlines a study that proposes using a deep autoencoder model for collaborative filtering in recommender systems. The model is trained on the Netflix Prize dataset to predict user ratings. The autoencoder consists of an encoder and decoder composed of fully connected neural network layers. The model is trained to minimize a masked mean squared error loss function. Results show the model outperforms other approaches, and the use of dropout regularization is important to prevent overfitting. In conclusion, deep autoencoders are effective for collaborative filtering in recommender systems.