Paper
3 October 2024 Research on user book rating prediction based on deep learning
Yangzhou Lu
Author Affiliations +
Proceedings Volume 13272, Fifth International Conference on Computer Vision and Data Mining (ICCVDM 2024); 1327221 (2024) https://doi.org/10.1117/12.3048266
Event: 5th International Conference on Computer Vision and Data Mining (ICCVDM 2024), 2024, Changchun, China
Abstract
I developed a deep learning-based recommendation system to enhance book recommendation accuracy using three datasets: Books, Ratings, and Users. After data cleaning and preprocessing, including handling missing values and standardizing formats, I used TF-IDF vectorization and cosine similarity for content-based recommendations. Using TensorFlow and Keras, I built a collaborative filtering model with embedding layers, regularization, and dropout to prevent overfitting. The model was trained with the Adam optimizer and evaluated using RMSE. Training involved adjusting hyperparameters to find optimal values. The deep learning model was compared with traditional methods like Singular Value Decomposition (SVD), Item-based Collaborative Filtering, and Alternating Least Squares (ALS), and showed significant improvement in recommendation accuracy. The model effectively handles large-scale data and enhances recommendation quality. In conclusion, my deep learning-based system, along with the SVD, Item-based Collaborative Filtering, and ALS models, significantly improves book recommendation accuracy, offering valuable insights for future research and development in recommendation systems. Finally, I selected the neural network model and further fine-tuned its parameters to achieve the best performance.
(2024) Published by SPIE. Downloading of the abstract is permitted for personal use only.
Yangzhou Lu "Research on user book rating prediction based on deep learning", Proc. SPIE 13272, Fifth International Conference on Computer Vision and Data Mining (ICCVDM 2024), 1327221 (3 October 2024); https://doi.org/10.1117/12.3048266
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Data modeling

Education and training

Performance modeling

Neural networks

Systems modeling

Tunable filters

Singular value decomposition

Back to Top