Design of Book Recommendation System Using Sentiment Analysis

Addanki Mounika,S. Saraswathi
DOI: https://doi.org/10.1007/978-981-15-5258-8_11
2020-08-01
Abstract:AbstractIn this paper, we propose four-level process to recommend the best book to the users. The levels are named as grouping of similar sentences by the semantic network, sentiment analysis (SA), clustering of reviewers and recommendation system. In the first level, grouping of similar sentences by the semantic network is done taking pre-processed data using parts of speech (POS) tagger from the datasets of reviewers and books. In the second level, SA is done in two phases which are training phase and testing phase by using deep learning methodology like convolutional neural networks (CNN) with n-gram method. The outcome of this level is given as input to the third level (clustering) which clusters the reviewers based on their age, locality and gender using K-nearest neighbor (KNN) algorithm. In the last level, a recommendation of books is done based on top-n interesting books using collaborative filtering (CF) algorithm. The system of book recommendation is to be done to get the best accuracy within less elapsing time.
What problem does this paper attempt to address?