Neural model based collaborative filtering for movie recommendation system

Kalyan Kumar Jena,Sourav Kumar Bhoi,Chittaranjan Mallick,Soumya Ranjan Jena,Raghvendra Kumar,Hoang Viet Long,Nguyen Thi Kim Son
DOI: https://doi.org/10.1007/s41870-022-00858-4
2022-02-04
International Journal of Information Technology
Abstract:Due to the availability of enormous number of products of same domain is increasing day by day the possibility of getting your desire product is getting less. Therefore, a recommendation not only helps you find the best probable product according to your preference but also increases the efficacy to find the product for you in less time interval. Artificial neural network has been producing a tremendous result in the practical solutions like image classification, speech recognitions and various AI problems. The use of neural network to build recommendations system can also be used as an auto encoder in various sector. The neural network contains many layers and each layer contains many perceptron which holds the weight. While the network gets trained, the weights of each perception are optimized and get adjusted. Building a simple neural network model for predicting recommendations with high accuracy is the objective of this work. The dataset used in this recommendations model is contributed by the Movie-lens archive. Manipulating the data into a right form and format is the most important part of the model. The whole work is performed, experimented and evaluated in python as it consists of many predefined useful libraries. The result of the recommender model is evaluated by finding the Hit-Ratio. The Hit-ratio obtained by this model is 87.
What problem does this paper attempt to address?