Implemented a hybrid fuzzy-genetic approach to recommender systems that retains the accuracy of memory-based collaborative Filtering(CF) and the scalability of model-based CF. project describes a new recommender system,which employs a genetic algorithm to learn personal preferences of users and provide tailored suggestions based on his previous preferences.
Single point crossover
Bit flip mutatations
- A hybrid model-based movie recommendation system which utilizes the improved K-means clustering coupled with genetic algorithms (GAs) on partition transformed user space.
- Time can be reduse by using selection processes like
- Tournament selection.
- Roulette wheel selection
- More formal techniques could be investicated for designing the fitness function in a sophisticated way.