SlideShare a Scribd company logo
1 of 5
Download to read offline
Applying Supervised and Un-Supervised learning approaches for Movie Recommender
System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact
Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com
www.iaeme.com/ijaret.asp 18 editor@iaeme.com
1,2,3,4
Assistant Professor, CSE Department, Institute of Technology,
Nirma University, Ahmedabad
ABSTRACT
In this research paper we are trying to compare supervised and un-supervised machine
learning approaches for comparing to identify the necessity of these techniques for developing a
recommender system for movies. Also we are trying to adjust the training and testing samples to get
the best accuracy for the recommender system.
Keywords: Machine Learning, Classification, Clustering, Recommender System
I. INTRODUCTION
In today’s era, consumers are more wise and they need a system which can guide them for
utilizing any market product based on the preferences given by the others who had used them.
Hence, we can say that purchases are based on reviews given by others. For this we need an
automated Machine Learning based Recommender system which can recommend and guide users in
many different ways as possible to make them reach to suitable and optimal judgement for utilizing
any marked based product or services[7][8]. The most commonly used Machine Learning techniques
are classification and clustering whereby we would classify or cluster the recommendations made by
others and use them for future decision making. In developing country like India where E-Commerce
is becoming more and more utilized for buying and selling goods and services, this recommender
system may be of great usage for the consumers and sellers. A survey shows that e-commerce
activity is going to be of $8.5 billion by 2016 and there the profit and losses may be dependent on a
Machine Learning based recommender systems [4].
II. WHY RECOMMENDER SYSTEM
A recommender systems would be an automated software system which would be trained to
make decisions intelligently for new and future inputs. The training is given to the intelligent
software system using prior events and their outputs which exists in the world history as facts now.
Once the system is trained, the users can give inputs for the future problems and the system would,
after some data mining techniques operations, would give you the best suited results. In this research
paper, we had tried to compare the results of Movielens database system obtained after applying data
mining techniques like Clustering and Classification Movie Ratings and tried to create a
APPLYING SUPERVISED AND UN-SUPERVISED LEARNING
APPROACHES FOR MOVIE RECOMMENDER SYSTEM
Jai Prakash Verma1
, Rasendu Mishra2
, Rushabh Shah3
, DevendraVashi4
Volume 6, Issue 6, June (2015), Pp. 18-22
Article ID: 20120150606004
International Journal of Advanced Research in Engineering and
Technology (IJARET)
© IAEME: www.iaeme.com/ ijaret.asp
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
IJARET
© I A E M E
Applying Supervised and Un-Supervised learning approaches for Movie Recommender
System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact
Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com
www.iaeme.com/ijaret.asp 19 editor@iaeme.com
recommender system as to which movies are rated high and low by the users in the scale of 1 to 5
where 1 means poor and 5 means excellent. Once this recommender system is fully established then
it can intelligently recommend the consumers whether a movie is viewable or not [7] [8].
III. BASICS OF CLASSIFICATION
Classification is the process of finding a model (or function) that describes and distinguishes
data classes or concepts, for the purpose of being able to use the model to predict the class of object
whose class label is unknown. The derived model is based on the analysis of set of training data (i.e.,
data objects whose class label is known). The derived model may be represented in various forms
such as classification (IF-THEN) rules, decision trees, mathematical formulae, or neural networks.
Hence the output of the classification depends upon the types of classifier used[2][3].In our case,we
have used probabilistic approach to find the classification of likes and dislikes of movies, which is
represented in terms of probabilities of success or failure.
IV. BASICS OF CLUSTERING
There exist various clustering methods varying due to the method of finding similarity
between clusters as some use cosine methods or Euclidean distance measures or Manhattan distance
measure resulting in to clusters of variety of shapes. But basically we can cluster in to two general
ways:
• Partitioning Approach of clustering: Here we think that all item sets which are tobe clustered
are in one big cluster initially then we start finding similarity between the data-items and form
sub-clusters and further repeat the process of finding similarity with in each of those sub-
clusters until we get a cluster with most similar item-sets. Here we use Top-Down approach for
clustering and called as divisive approach of clustering in hierarchy [1] [2].
• Agglomerative Approach of Clustering: Here we assume that all item sets areindividual. We
try to find similarity between item-sets and try to merge only those item sets which are similar
and thereby form a root. Again these roots are used to find similarity amongst them and other
un-clustered data-items (also called clusters) and again superior roots are formed. This
approach is called Agglomeration approach.[1][2]
V. PROBLEM UNDER STUDY
i. Apply clustering based techniques to develop the recommender system.
ii. Identify how much changes percentage selection of training dataset would result in best test
results using various classification algorithms so as to develop best classification based
recommender system.
VI. DETAILS ABOUT EXPERIMENT AND SCOPE OF THE EXPERIMENT
• We are using internationally accepted data about MovieLens data set.
• For supervised learning the methods used are: NaiveBaise Classification, DT-J48, Rule based
decision tree classification and Decision Stump Classification.
• For un-supervised learning the methods used are: K-Means Clustering
• For programming and experimentation, the tool used is R-package and Weka [5][6].
Applying Supervised and Un-Supervised learning approaches for Movie Recommender
System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact
Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com
www.iaeme.com/ijaret.asp 20 editor@iaeme.com
• The experimentation is performed on Intel® Core™ i3-3110M CPU at 2.40GHz, 64 bit and
4GB RAM.
VII. EXPERIMENTAL RESULTS
Fig 1: Clustering using K-Means based on feature “MovieLikes”.
Fig 2: Clustering using K-Means based on different features
Fig 3: Classification Results
56
58
60
62
64
66
66% 60% 70% 80% 90% 95%
Accuracy Graph with Different Classification Algorithms
DT-J48 NaiveBayes RuleBased-Decision Table DecisionStump
Applying Supervised and Un-Supervised learning approaches for Movie Recommender
System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact
Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com
www.iaeme.com/ijaret.asp 21 editor@iaeme.com
Table 1: Percentage accuracy table for different classification algorithms for movies
recommendation model
Algorithm Percentage split of dataset in Training Dataset and Test Dataset
66% 60% 70% 80% 90% 95%
DT-J48 64.0824 63.925 63.9867 64.26 64.38 64.92
NaiveBayes 59.6824 59.72 59.5 59.86 60.06 59.84
RuleBased-
Decision Table
62.1588 62.325 62.36 62.64 63.3 63.92
DecisionStump 60.0176 59.955 59.8133 60.18 60.5 60.56
Fig 4: Comparative Study table for various Classification Algorithms after varying training data
percentage and test result accuracy.
VIII. INFERENCES FROM THE STUDY
• Fig 1 represents the results obtained after application of K-Means clustering on Movielens
data. The different colours shows the viewablility of a movie based on recommendations made
by rating the movies by various users. Hence, based on this graph a person can take decision
whether to view the movie or not.
• Fig 2 also represents the results obtained after applying K-Means clustering algorithm on
Movielens data. This figure is showing clusters on movie rating based on different features of
users like Age, Gender etc.
• Fig 3 represents the results obtained after application of various classification techniques on
Movielens data. The graphical representation of fig 4 are summarized in fig 3 table which
clearly denoted that if we keep training data up to 80% the test results are more accurate.
IX. CONCLUSION
Form this study we can conclude that test results for Movielens Recommender System would
give good results if the nearly 80% data is taken for training the system. Also we can use Clustering
Approach for identifying the viewablility of a movie based on MovieRatings. Hence, such
Recommender systems, if built with intelligence using Machine Learning, may bring the future
decisions more and more closer to human thinking and may even sometimes go beyond human
thinking limits.
REFERENCES
1. Mishra R., Modi N., “A Novel Approach to cluster new data-items in previously clustered
data-items using Agglomerative Clustering with Single Link.
2. Jiawei Han and MichelineKamber. Data Mining: concept and Techniques. ElsevierPublication.
3. Jai Prakash Verma, SapanMankad, “Smart Inbox: A comparison based approach to classify the
incoming mails”, International Journal of Artificial Intelligence and Knowledge Discovery
Vol.1, Issue 1, Jan, 2011
4. Indian E-Commerce Stats: Online Shoppers &Avg Order Values To Double In Next 2 Years!,
Web Link” http://trak.in/tags/business/2014/04/04/indian-e-commerce-growth-stats/f” on dated
20-06-2015
5. “Weka 3: Data Mining Software in Java”, Web Link: http://www.cs.waikato.ac.nz/ml/weka/ on
dated 20-06-2015
Applying Supervised and Un-Supervised learning approaches for Movie Recommender
System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact
Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com
www.iaeme.com/ijaret.asp 22 editor@iaeme.com
6. W. N. Venables, D. M. Smith and the R Core Team, “An Introduction to R”, Notes on R: A
Programming Environment for Data Analysis and Graphics Version 3.2.0 (2015-04-16)
7. Jai Prakash Verma, Bankim Patel, Atul Patel,“Big Data Analysis: Recommendation System
with Hadoop Framework”, 2015 IEEE International Conference on Computational Intelligence
& Communication Technology, 978-1-4799-6023-1/15, 2015 IEEE DOI
10.1109/CICT.2015.86
8. Sandra Garcia Esparza, Michael P. O’Mahony, Barry Smyth, “Contents lists available at
SciVerseScienceDirect Knowledge-Based Systems”, Knowledge-Based Systems 29 (2012) 3–
11.
9. Priyank Thakkar, Samir Kariya and K Kotecha, “Web Page Clustering Using Cemetery
Organization Behavior of Ants” International Journal of Advanced Research in Engineering &
Technology (IJARET), Volume 5, Issue 1, 2014, pp. 7 - 17, ISSN Print: 0976-6480, ISSN
Online: 0976-6499.
10. Neeti Arora and Dr.Mahesh Motwani, “A Distance Based Clustering Algorithm” International
journal of Computer Engineering & Technology (IJCET), Volume 5, Issue 5, 2014, pp. 109 -
119, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

More Related Content

What's hot

Effective Feature Selection for Feature Possessing Group Structure
Effective Feature Selection for Feature Possessing Group StructureEffective Feature Selection for Feature Possessing Group Structure
Effective Feature Selection for Feature Possessing Group Structurerahulmonikasharma
 
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...ijcsa
 
Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesIJARIIE JOURNAL
 
Predicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsPredicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsIJDKP
 
IRJET-Comparison between Supervised Learning and Unsupervised Learning
IRJET-Comparison between Supervised Learning and Unsupervised LearningIRJET-Comparison between Supervised Learning and Unsupervised Learning
IRJET-Comparison between Supervised Learning and Unsupervised LearningIRJET Journal
 
Using content features to enhance the
Using content features to enhance theUsing content features to enhance the
Using content features to enhance theijaia
 
Proceedings Template - WORD
Proceedings Template - WORDProceedings Template - WORD
Proceedings Template - WORDbutest
 
Recommender Systems Fairness Evaluation via Generalized Cross Entropy
Recommender Systems Fairness Evaluation via Generalized Cross EntropyRecommender Systems Fairness Evaluation via Generalized Cross Entropy
Recommender Systems Fairness Evaluation via Generalized Cross EntropyVito Walter Anelli
 
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...IRJET Journal
 
IRJET- Analysis of Question and Answering Recommendation System
IRJET-  	  Analysis of Question and Answering Recommendation SystemIRJET-  	  Analysis of Question and Answering Recommendation System
IRJET- Analysis of Question and Answering Recommendation SystemIRJET Journal
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningSujith Jayaprakash
 
Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems IJECEIAES
 
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDYSIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDYJournal For Research
 
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWS
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWSEXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWS
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWSijdms
 
Extended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmExtended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmIJMIT JOURNAL
 

What's hot (18)

Effective Feature Selection for Feature Possessing Group Structure
Effective Feature Selection for Feature Possessing Group StructureEffective Feature Selection for Feature Possessing Group Structure
Effective Feature Selection for Feature Possessing Group Structure
 
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...
A New Active Learning Technique Using Furthest Nearest Neighbour Criterion fo...
 
Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association Rules
 
20320140501009 2
20320140501009 220320140501009 2
20320140501009 2
 
Predicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsPredicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithms
 
IRJET-Comparison between Supervised Learning and Unsupervised Learning
IRJET-Comparison between Supervised Learning and Unsupervised LearningIRJET-Comparison between Supervised Learning and Unsupervised Learning
IRJET-Comparison between Supervised Learning and Unsupervised Learning
 
Using content features to enhance the
Using content features to enhance theUsing content features to enhance the
Using content features to enhance the
 
Proceedings Template - WORD
Proceedings Template - WORDProceedings Template - WORD
Proceedings Template - WORD
 
Bv31491493
Bv31491493Bv31491493
Bv31491493
 
Recommender Systems Fairness Evaluation via Generalized Cross Entropy
Recommender Systems Fairness Evaluation via Generalized Cross EntropyRecommender Systems Fairness Evaluation via Generalized Cross Entropy
Recommender Systems Fairness Evaluation via Generalized Cross Entropy
 
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...
IRJET - Support Vector Machine versus Naive Bayes Classifier:A Juxtaposition ...
 
IRJET- Analysis of Question and Answering Recommendation System
IRJET-  	  Analysis of Question and Answering Recommendation SystemIRJET-  	  Analysis of Question and Answering Recommendation System
IRJET- Analysis of Question and Answering Recommendation System
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems Ant System and Weighted Voting Method for Multiple Classifier Systems
Ant System and Weighted Voting Method for Multiple Classifier Systems
 
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDYSIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
 
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWS
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWSEXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWS
EXTRACTING BUSINESS INTELLIGENCE FROM ONLINE PRODUCT REVIEWS
 
Extended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmExtended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithm
 
06522405
0652240506522405
06522405
 

Viewers also liked

Effect of repeated seven seconds phosphate recovery drill training on speed a...
Effect of repeated seven seconds phosphate recovery drill training on speed a...Effect of repeated seven seconds phosphate recovery drill training on speed a...
Effect of repeated seven seconds phosphate recovery drill training on speed a...IAEME Publication
 
Normandia del parque II
Normandia del parque IINormandia del parque II
Normandia del parque IICOLRAICES
 
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’S
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’SAN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’S
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’SIAEME Publication
 
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكتروني
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكترونيأهمية الاتصال في تحقيق جودة مشروع التعلم الإلكتروني
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكترونيBushra Alzahrani
 
Modul 3 dian haryanto 1407123394
Modul 3 dian haryanto 1407123394Modul 3 dian haryanto 1407123394
Modul 3 dian haryanto 1407123394dian haryanto
 

Viewers also liked (11)

Historieta un viaje al átomo
Historieta un viaje al átomoHistorieta un viaje al átomo
Historieta un viaje al átomo
 
Effect of repeated seven seconds phosphate recovery drill training on speed a...
Effect of repeated seven seconds phosphate recovery drill training on speed a...Effect of repeated seven seconds phosphate recovery drill training on speed a...
Effect of repeated seven seconds phosphate recovery drill training on speed a...
 
Normandia del parque II
Normandia del parque IINormandia del parque II
Normandia del parque II
 
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’S
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’SAN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’S
AN OUTLOOK ON INVESTING IN GOLD ETFS WITH SPECIAL REFERENCE TO SMALL INVESTOR’S
 
Aumentar turismo
Aumentar turismoAumentar turismo
Aumentar turismo
 
Abstract symbolic relationships Thesis Patrick A Varallo
Abstract symbolic relationships Thesis Patrick A VaralloAbstract symbolic relationships Thesis Patrick A Varallo
Abstract symbolic relationships Thesis Patrick A Varallo
 
gastronomía poblana
gastronomía poblanagastronomía poblana
gastronomía poblana
 
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكتروني
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكترونيأهمية الاتصال في تحقيق جودة مشروع التعلم الإلكتروني
أهمية الاتصال في تحقيق جودة مشروع التعلم الإلكتروني
 
TURISMO POBLANO
TURISMO POBLANOTURISMO POBLANO
TURISMO POBLANO
 
Soal mid pkn kelas x
Soal mid pkn kelas xSoal mid pkn kelas x
Soal mid pkn kelas x
 
Modul 3 dian haryanto 1407123394
Modul 3 dian haryanto 1407123394Modul 3 dian haryanto 1407123394
Modul 3 dian haryanto 1407123394
 

Similar to Applying Supervised and Unsupervised Learning for Movie Recommendations

Recommendation System using Machine Learning Techniques
Recommendation System using Machine Learning TechniquesRecommendation System using Machine Learning Techniques
Recommendation System using Machine Learning TechniquesIRJET Journal
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015Journal For Research
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016Journal For Research
 
Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...eSAT Publishing House
 
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...Malim Siregar
 
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERING
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERINGMOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERING
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERINGIRJET Journal
 
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNING
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNINGENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNING
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNINGIRJET Journal
 
ANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek NandyANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek NandyAgileNetwork
 
Forecasting movie rating using k-nearest neighbor based collaborative filtering
Forecasting movie rating using k-nearest neighbor based  collaborative filteringForecasting movie rating using k-nearest neighbor based  collaborative filtering
Forecasting movie rating using k-nearest neighbor based collaborative filteringIJECEIAES
 
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.com
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.comHABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.com
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.comHABIB FIGA GUYE
 
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...A Brief Survey on Recommendation System for a Gradient Classifier based Inade...
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...Christo Ananth
 
Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...IRJET Journal
 
MOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMMOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMIRJET Journal
 
An Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid TechniqueAn Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid Techniqueijcsit
 
Evaluating Collaborative Filtering Recommender Systems
Evaluating Collaborative Filtering Recommender SystemsEvaluating Collaborative Filtering Recommender Systems
Evaluating Collaborative Filtering Recommender SystemsMegaVjohnson
 
A Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningA Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningIRJET Journal
 
IRJET- Hybrid Recommendation System for Movies
IRJET-  	  Hybrid Recommendation System for MoviesIRJET-  	  Hybrid Recommendation System for Movies
IRJET- Hybrid Recommendation System for MoviesIRJET Journal
 
L injection toward effective collaborative filtering using uninteresting items
L injection toward effective collaborative filtering using uninteresting itemsL injection toward effective collaborative filtering using uninteresting items
L injection toward effective collaborative filtering using uninteresting itemsKumar Dlk
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsAM Publications
 

Similar to Applying Supervised and Unsupervised Learning for Movie Recommendations (20)

Recommendation System using Machine Learning Techniques
Recommendation System using Machine Learning TechniquesRecommendation System using Machine Learning Techniques
Recommendation System using Machine Learning Techniques
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...
 
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...
Improving-Movie-Recommendation-Systems-Filtering-by-Exploiting-UserBased-Revi...
 
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERING
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERINGMOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERING
MOVIE RECOMMENDATION SYSTEM USING COLLABORATIVE FILTERING
 
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNING
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNINGENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNING
ENTERTAINMENT CONTENT RECOMMENDATION SYSTEM USING MACHINE LEARNING
 
ANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek NandyANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
 
Forecasting movie rating using k-nearest neighbor based collaborative filtering
Forecasting movie rating using k-nearest neighbor based  collaborative filteringForecasting movie rating using k-nearest neighbor based  collaborative filtering
Forecasting movie rating using k-nearest neighbor based collaborative filtering
 
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.com
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.comHABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.com
HABIB FIGA GUYE {BULE HORA UNIVERSITY}(habibifiga@gmail.com
 
Ijmet 10 02_050
Ijmet 10 02_050Ijmet 10 02_050
Ijmet 10 02_050
 
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...A Brief Survey on Recommendation System for a Gradient Classifier based Inade...
A Brief Survey on Recommendation System for a Gradient Classifier based Inade...
 
Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...
 
MOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMMOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEM
 
An Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid TechniqueAn Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
An Adaptive Framework for Enhancing Recommendation Using Hybrid Technique
 
Evaluating Collaborative Filtering Recommender Systems
Evaluating Collaborative Filtering Recommender SystemsEvaluating Collaborative Filtering Recommender Systems
Evaluating Collaborative Filtering Recommender Systems
 
A Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine LearningA Review Study OF Movie Recommendation Using Machine Learning
A Review Study OF Movie Recommendation Using Machine Learning
 
IRJET- Hybrid Recommendation System for Movies
IRJET-  	  Hybrid Recommendation System for MoviesIRJET-  	  Hybrid Recommendation System for Movies
IRJET- Hybrid Recommendation System for Movies
 
L injection toward effective collaborative filtering using uninteresting items
L injection toward effective collaborative filtering using uninteresting itemsL injection toward effective collaborative filtering using uninteresting items
L injection toward effective collaborative filtering using uninteresting items
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning Algorithms
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

Applying Supervised and Unsupervised Learning for Movie Recommendations

  • 1. Applying Supervised and Un-Supervised learning approaches for Movie Recommender System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com www.iaeme.com/ijaret.asp 18 editor@iaeme.com 1,2,3,4 Assistant Professor, CSE Department, Institute of Technology, Nirma University, Ahmedabad ABSTRACT In this research paper we are trying to compare supervised and un-supervised machine learning approaches for comparing to identify the necessity of these techniques for developing a recommender system for movies. Also we are trying to adjust the training and testing samples to get the best accuracy for the recommender system. Keywords: Machine Learning, Classification, Clustering, Recommender System I. INTRODUCTION In today’s era, consumers are more wise and they need a system which can guide them for utilizing any market product based on the preferences given by the others who had used them. Hence, we can say that purchases are based on reviews given by others. For this we need an automated Machine Learning based Recommender system which can recommend and guide users in many different ways as possible to make them reach to suitable and optimal judgement for utilizing any marked based product or services[7][8]. The most commonly used Machine Learning techniques are classification and clustering whereby we would classify or cluster the recommendations made by others and use them for future decision making. In developing country like India where E-Commerce is becoming more and more utilized for buying and selling goods and services, this recommender system may be of great usage for the consumers and sellers. A survey shows that e-commerce activity is going to be of $8.5 billion by 2016 and there the profit and losses may be dependent on a Machine Learning based recommender systems [4]. II. WHY RECOMMENDER SYSTEM A recommender systems would be an automated software system which would be trained to make decisions intelligently for new and future inputs. The training is given to the intelligent software system using prior events and their outputs which exists in the world history as facts now. Once the system is trained, the users can give inputs for the future problems and the system would, after some data mining techniques operations, would give you the best suited results. In this research paper, we had tried to compare the results of Movielens database system obtained after applying data mining techniques like Clustering and Classification Movie Ratings and tried to create a APPLYING SUPERVISED AND UN-SUPERVISED LEARNING APPROACHES FOR MOVIE RECOMMENDER SYSTEM Jai Prakash Verma1 , Rasendu Mishra2 , Rushabh Shah3 , DevendraVashi4 Volume 6, Issue 6, June (2015), Pp. 18-22 Article ID: 20120150606004 International Journal of Advanced Research in Engineering and Technology (IJARET) © IAEME: www.iaeme.com/ ijaret.asp ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) IJARET © I A E M E
  • 2. Applying Supervised and Un-Supervised learning approaches for Movie Recommender System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com www.iaeme.com/ijaret.asp 19 editor@iaeme.com recommender system as to which movies are rated high and low by the users in the scale of 1 to 5 where 1 means poor and 5 means excellent. Once this recommender system is fully established then it can intelligently recommend the consumers whether a movie is viewable or not [7] [8]. III. BASICS OF CLASSIFICATION Classification is the process of finding a model (or function) that describes and distinguishes data classes or concepts, for the purpose of being able to use the model to predict the class of object whose class label is unknown. The derived model is based on the analysis of set of training data (i.e., data objects whose class label is known). The derived model may be represented in various forms such as classification (IF-THEN) rules, decision trees, mathematical formulae, or neural networks. Hence the output of the classification depends upon the types of classifier used[2][3].In our case,we have used probabilistic approach to find the classification of likes and dislikes of movies, which is represented in terms of probabilities of success or failure. IV. BASICS OF CLUSTERING There exist various clustering methods varying due to the method of finding similarity between clusters as some use cosine methods or Euclidean distance measures or Manhattan distance measure resulting in to clusters of variety of shapes. But basically we can cluster in to two general ways: • Partitioning Approach of clustering: Here we think that all item sets which are tobe clustered are in one big cluster initially then we start finding similarity between the data-items and form sub-clusters and further repeat the process of finding similarity with in each of those sub- clusters until we get a cluster with most similar item-sets. Here we use Top-Down approach for clustering and called as divisive approach of clustering in hierarchy [1] [2]. • Agglomerative Approach of Clustering: Here we assume that all item sets areindividual. We try to find similarity between item-sets and try to merge only those item sets which are similar and thereby form a root. Again these roots are used to find similarity amongst them and other un-clustered data-items (also called clusters) and again superior roots are formed. This approach is called Agglomeration approach.[1][2] V. PROBLEM UNDER STUDY i. Apply clustering based techniques to develop the recommender system. ii. Identify how much changes percentage selection of training dataset would result in best test results using various classification algorithms so as to develop best classification based recommender system. VI. DETAILS ABOUT EXPERIMENT AND SCOPE OF THE EXPERIMENT • We are using internationally accepted data about MovieLens data set. • For supervised learning the methods used are: NaiveBaise Classification, DT-J48, Rule based decision tree classification and Decision Stump Classification. • For un-supervised learning the methods used are: K-Means Clustering • For programming and experimentation, the tool used is R-package and Weka [5][6].
  • 3. Applying Supervised and Un-Supervised learning approaches for Movie Recommender System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com www.iaeme.com/ijaret.asp 20 editor@iaeme.com • The experimentation is performed on Intel® Core™ i3-3110M CPU at 2.40GHz, 64 bit and 4GB RAM. VII. EXPERIMENTAL RESULTS Fig 1: Clustering using K-Means based on feature “MovieLikes”. Fig 2: Clustering using K-Means based on different features Fig 3: Classification Results 56 58 60 62 64 66 66% 60% 70% 80% 90% 95% Accuracy Graph with Different Classification Algorithms DT-J48 NaiveBayes RuleBased-Decision Table DecisionStump
  • 4. Applying Supervised and Un-Supervised learning approaches for Movie Recommender System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com www.iaeme.com/ijaret.asp 21 editor@iaeme.com Table 1: Percentage accuracy table for different classification algorithms for movies recommendation model Algorithm Percentage split of dataset in Training Dataset and Test Dataset 66% 60% 70% 80% 90% 95% DT-J48 64.0824 63.925 63.9867 64.26 64.38 64.92 NaiveBayes 59.6824 59.72 59.5 59.86 60.06 59.84 RuleBased- Decision Table 62.1588 62.325 62.36 62.64 63.3 63.92 DecisionStump 60.0176 59.955 59.8133 60.18 60.5 60.56 Fig 4: Comparative Study table for various Classification Algorithms after varying training data percentage and test result accuracy. VIII. INFERENCES FROM THE STUDY • Fig 1 represents the results obtained after application of K-Means clustering on Movielens data. The different colours shows the viewablility of a movie based on recommendations made by rating the movies by various users. Hence, based on this graph a person can take decision whether to view the movie or not. • Fig 2 also represents the results obtained after applying K-Means clustering algorithm on Movielens data. This figure is showing clusters on movie rating based on different features of users like Age, Gender etc. • Fig 3 represents the results obtained after application of various classification techniques on Movielens data. The graphical representation of fig 4 are summarized in fig 3 table which clearly denoted that if we keep training data up to 80% the test results are more accurate. IX. CONCLUSION Form this study we can conclude that test results for Movielens Recommender System would give good results if the nearly 80% data is taken for training the system. Also we can use Clustering Approach for identifying the viewablility of a movie based on MovieRatings. Hence, such Recommender systems, if built with intelligence using Machine Learning, may bring the future decisions more and more closer to human thinking and may even sometimes go beyond human thinking limits. REFERENCES 1. Mishra R., Modi N., “A Novel Approach to cluster new data-items in previously clustered data-items using Agglomerative Clustering with Single Link. 2. Jiawei Han and MichelineKamber. Data Mining: concept and Techniques. ElsevierPublication. 3. Jai Prakash Verma, SapanMankad, “Smart Inbox: A comparison based approach to classify the incoming mails”, International Journal of Artificial Intelligence and Knowledge Discovery Vol.1, Issue 1, Jan, 2011 4. Indian E-Commerce Stats: Online Shoppers &Avg Order Values To Double In Next 2 Years!, Web Link” http://trak.in/tags/business/2014/04/04/indian-e-commerce-growth-stats/f” on dated 20-06-2015 5. “Weka 3: Data Mining Software in Java”, Web Link: http://www.cs.waikato.ac.nz/ml/weka/ on dated 20-06-2015
  • 5. Applying Supervised and Un-Supervised learning approaches for Movie Recommender System, Jai Prakash Verma, Rasendu Mishra, Rushabh Shah, DevendraVashi, Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com www.iaeme.com/ijaret.asp 22 editor@iaeme.com 6. W. N. Venables, D. M. Smith and the R Core Team, “An Introduction to R”, Notes on R: A Programming Environment for Data Analysis and Graphics Version 3.2.0 (2015-04-16) 7. Jai Prakash Verma, Bankim Patel, Atul Patel,“Big Data Analysis: Recommendation System with Hadoop Framework”, 2015 IEEE International Conference on Computational Intelligence & Communication Technology, 978-1-4799-6023-1/15, 2015 IEEE DOI 10.1109/CICT.2015.86 8. Sandra Garcia Esparza, Michael P. O’Mahony, Barry Smyth, “Contents lists available at SciVerseScienceDirect Knowledge-Based Systems”, Knowledge-Based Systems 29 (2012) 3– 11. 9. Priyank Thakkar, Samir Kariya and K Kotecha, “Web Page Clustering Using Cemetery Organization Behavior of Ants” International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 5, Issue 1, 2014, pp. 7 - 17, ISSN Print: 0976-6480, ISSN Online: 0976-6499. 10. Neeti Arora and Dr.Mahesh Motwani, “A Distance Based Clustering Algorithm” International journal of Computer Engineering & Technology (IJCET), Volume 5, Issue 5, 2014, pp. 109 - 119, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.