5 research outputs found

    Deep Autoencoder for Recommender Systems: Parameter Influence Analysis

    Get PDF
    Recommender systems have recently attracted many researchers in the deep learning community. The state-of-the-art deep neural network models used in recommender systems are multilayer perceptron and deep autoencoder (DAE). In this work, we focus on the DAE model due to its superior capability to reconstruct the inputs, which works well for recommender systems. Existing works have similar implementations of DAE but the parameter settings are vastly different for similar datasets. In this work, we have built a flexible DAE model, named FlexEncoder that uses configurable parameters and unique features to analyze the parameter influences on the prediction accuracy of recommendations. Extensive evaluation on the MovieLens datasets are conducted, which drives our conclusions on the influences of DAE parameters. We find that DAE parameters strongly affect the prediction accuracy of the recommender systems, and the effect remains valid for bigger datasets in the same family

    Leveraging Deep Learning Techniques on Collaborative Filtering Recommender Systems

    Full text link
    With the exponentially increasing volume of online data, searching and finding required information have become an extensive and time-consuming task. Recommender Systems as a subclass of information retrieval and decision support systems by providing personalized suggestions helping users access what they need more efficiently. Among the different techniques for building a recommender system, Collaborative Filtering (CF) is the most popular and widespread approach. However, cold start and data sparsity are the fundamental challenges ahead of implementing an effective CF-based recommender. Recent successful developments in enhancing and implementing deep learning architectures motivated many studies to propose deep learning-based solutions for solving the recommenders' weak points. In this research, unlike the past similar works about using deep learning architectures in recommender systems that covered different techniques generally, we specifically provide a comprehensive review of deep learning-based collaborative filtering recommender systems. This in-depth filtering gives a clear overview of the level of popularity, gaps, and ignored areas on leveraging deep learning techniques to build CF-based systems as the most influential recommenders.Comment: 24 pages, 14 figure

    Review-based collaborative recommender system using deep learning methods

    Get PDF
    Recommender systems have been widely adopted to assist users in purchasing and increasing sales. Collaborative filtering techniques have been identified to be the most popular methods used for the recommendation system. One major drawback of these approaches is the data sparsity problem, which generally leads to low performances of the recommender systems. Recent development has shown that user review texts can be exploited to tackle the issue of data sparsity thereby improving the accuracy of the recommender systems. However, the problem with existing methods for the review-based recommender system is the use of handcrafted features which makes the system less accurate. Thus, to address the above issue, this study proposed collaborative recommender system models that utilize user textual reviews based on deep learning methods for improving predictive performances of recommender systems. To extract the product aspects to mine users‟ opinion, an aspect extraction method was first developed using a Multi-Channel Convolutional Neural Network. An aspect-based recommender system was then designed by integrating the opinions of users based on the product aspects into the collaborative filtering method for the recommendation process. To further improve the predictive performance, the fine-grained user-item interaction based on the aspect-based collaborative method was studied and a sentiment-aware recommender system was also designed using a deep learning method. Extensive series of experiments were conducted on real-world datasets from the Semeval-014, Amazon, and Yelp reviews to evaluate the performances of the proposed models from both the aspect extraction and rating prediction. Experimental results showed that the proposed aspect extraction model performed better than compared methods such as rule-based and the neural network-based approaches, with average gains of 5.2%, 12.0%, and 7.5% in terms of Precision, Recall, and F1 score, respectively. Meanwhile, the proposed aspect-based collaborative methods demonstrated better performances compared to benchmark approaches such as topic modelling techniques with an average improvement of 6.5% and 8.0% in terms of the Root Means Squared Error (RMSE) and Mean Absolute Error (MAE), respectively. Statistical T-test was conducted and the results showed that all the performance improvements were significant at P<0.05. This result indicates the effectiveness of utilizing the multi-channel convolutional neural network for better extraction accuracy. The findings also demonstrate the advantage of utilizing user textual reviews and the deep learning methods for improving the predictive accuracy in recommendation systems

    Deep Learning based Recommender System: A Survey and New Perspectives

    Full text link
    With the ever-growing volume of online information, recommender systems have been an effective strategy to overcome such information overload. The utility of recommender systems cannot be overstated, given its widespread adoption in many web applications, along with its potential impact to ameliorate many problems related to over-choice. In recent years, deep learning has garnered considerable interest in many research fields such as computer vision and natural language processing, owing not only to stellar performance but also the attractive property of learning feature representations from scratch. The influence of deep learning is also pervasive, recently demonstrating its effectiveness when applied to information retrieval and recommender systems research. Evidently, the field of deep learning in recommender system is flourishing. This article aims to provide a comprehensive review of recent research efforts on deep learning based recommender systems. More concretely, we provide and devise a taxonomy of deep learning based recommendation models, along with providing a comprehensive summary of the state-of-the-art. Finally, we expand on current trends and provide new perspectives pertaining to this new exciting development of the field.Comment: The paper has been accepted by ACM Computing Surveys. https://doi.acm.org/10.1145/328502

    Molecular similarity searching based on deep learning for feature reduction

    Get PDF
    The concept of molecular similarity has been widely used in rational drug design, where structurally similar molecules are explored in molecular databases for retrieving functionally similar molecules. The most used conventional similarity methods are two-dimensional (2D) fingerprints to evaluate the similarity of molecules towards a target query. However, these descriptors include redundant and irrelevant features that might impact the effectiveness of similarity searching methods. Moreover, the majority of existing similarity searching methods often disregard the importance of some features over others and assume all features are equally important. Thus, this study proposed three approaches for identifying the important features of molecules in chemical datasets. The first approach was based on the representation of the molecular features using Autoencoder (AE), which removes irrelevant and redundant features. The second approach was the feature selection model based on Deep Belief Networks (DBN), which are used to select only the important features. In this approach, the DBN is used to find subset of features that represent the important ones. The third approach was conducted to include descriptors that complement to each other. Different important features from many descriptors were filtered through DBN and combined to form a new descriptor used for molecular similarity searching. The proposed approaches were experimented on the MDL Data Drug Report standard dataset (MDDR). Based on the test results, the three proposed approaches overcame some of the existing benchmark similarity methods, such as Bayesian Inference Networks (BIN), Tanimoto Similarity Method (TAN), Adapted Similarity Measure of Text Processing (ASMTP) and Quantum-Based Similarity Method (SQB). The results showed that the performance of the three proposed approaches proved to be better in term of average recall values, especially with the use of structurally heterogeneous datasets that could produce results than other methods used previously to improve molecular similarity searching
    corecore