搜索资源列表
cf
- 学上的基本神经元,人工的神经网络也有基本的神经元。每个神经元有特定数量的输入,也会为每个神经元设定权重(weight)。权重是对所输入的资料的重要性的一个指标。然后,神经元会计算出权重合计值(net value),而权重合计值就是将所有输入乘以它们的权重的合计。每个神经元都有它们各自的临界值(threshold),而当权重合计值大于临
MLProject
- 协同过滤算法的一份文档,关于netflix项目的介绍-cf netflix
cf
- 协同过滤推荐算法综述 cf netflix-cf netflix
svdfeature-1.1.6
- CF svdFeature, 基于C++开发的,利用svd奇异矩阵分解建立的协同过滤工具箱。可以解决常用的所有协同过滤问题。对于推荐系统的建立至关重要,是很好的学习和使用的工具箱。协同滤波也是最有机器学习感觉的方法之一,我们大家都爱它!-CF svdFeature, a well performed toolkit of confiltering method based on svd, which is developed using C++ programming language. It
Item-CF
- item_cf alg,this alg based on item cf.especillay use jaccard alg.
CF-recommendation-algorithm
- 简单协同过滤推荐算法的实现代码,希望对大家有用-Simple collaborative filtering recommendation algorithm implementation code, I hope useful
Item-CF-Programmer
- 一个用C++写的Item-CF代码,自带数据,适合初学者-One written by C++ Item-CF code, comes with data, suitable for beginners
cf_algorithm
- 基于user的CF算法,数据集moviedata-Based on user s CF algorithms, data sets moviedata
CF-with-RBM
- RBM的CF,单模型效果和SVD相似,只是error在不同的地方,所以结合起来可以提升效果,总觉得RBM不够intuitive,这次实现也遇到很多困难-RBM of CF, a single model and SVD similar effect, but error in different places, so you can combine to enhance the effect, always feel RBM enough intuitive, this realization