搜索资源列表
conversionSoftware
- 字幕制作与调整软件 好用,强力推荐,字幕和电影不同步可以放心啦-Subtitles production and conversion software
MovieSite
- 实现了一个针对电影评分的推荐算法,搭建了一个简单的web系统,可以推荐用户可能感兴趣的电影。-A recommendation algorithm for the film score, to build a simple web system can recommend the user may be interested in movies.
movieRecommendation
- 使用SlopeOne算法实现的电影推荐算法。-A movie recommendation algorithm SlopeOne algorithm implementation.
Recommend-system-for-movie
- 电影推荐系统中引用了Apache Mahout提供的一个协同过滤算法的推荐引擎Taste,它实现了最基本的基于用户和基于内容的推荐算法,并提供了扩展接口,使用户方便的定义和实现自己的推荐算法。-Movie recommendation system references a collaborative filtering algorithm recommendation engine Taste Apache Mahout provided it implements the basic use
MovieRecommander
- 本算法采用多分类的机器学习的方式,通过样本学习,实现对观影者进行电影推荐。-The algorithm uses multi-way classification machine learning, learning through the sample, to achieve the moviegoers were movie recommendations.
CF
- Python实现协同过滤算法,即Collaborative Filtering(CF),数据集为MovieLens电影推荐和书籍推荐数据集-Python implementation of collaborative filtering algorithm, namely Collaborative Filtering (CF), the data set is recommended MovieLens movie and book recommendations datasets
recommend
- 该程序可实现电影推荐功能,运用hadoop的map,reduce,功能实现在大量不同热度电影中寻找适合推荐给个人的电影(The program can achieve the film recommended function, the use of hadoop map, reduce, function in a large number of different heat film to find suitable for the individual recommended to the
cross-filter
- 电影推荐系统,运用协同过滤算法,运行ex8_cofi进入主程序(The application of collaborative filtering algorithm in movie recommendation system)
machine-learning-ex8
- 吴恩达机器学习公开课第九周作业,教你如何用“协同过滤”算法实现电影推荐系统(Andrew NG machine learning open class ninth weeks assignment to teach you how to use the "collaborative filtering" algorithm to implement the movie recommendation system)
Bayesian
- 基于贝叶斯的协同过滤算法,电影评分推荐,数据库ml-100k(Collaborative filtering algorithm)
movie-recommendation-python-master
- 利用协同过滤算法对movielens中的数据进行电影推荐(Collaborative filtering algorithm for movie recommendation in movielens)
电影推荐算法
- 电影推荐系统代码,使用了迭代SVD算法,其实是老师布置的期末作业,正确性已由老师验证(Movie recommendation system code)
电影评分 svd
- SVD算法不光可以用于降维算法中的特征分解,还可以用于推荐系统,以及自然语言处理等领域。是很多机器学习算法的基石。内含电影平分数据集(SVD algorithm can be used not only in feature decomposition of dimension reduction algorithm, but also in recommendation system, natural language processing and other fields. Is the c