下面这是论文笔记,其实主要是摘抄,这片博士论文很有逻辑性,层层深入,所以笔者保留的比较多。 看到第二章,我发现其实这片文章对我来说更多是科普,科普吧…… 一、论文来源 Personalized Web Recommendation via Collaborative Filtering(很奇怪via...
分类:
Web程序 时间:
2015-03-10 16:58:55
阅读次数:
321
转自:http://stackoverflow.com/questions/18145774/eclipse-an-error-occurred-while-filtering-resourcesmaven报错:maven An error occurred while filtering reso...
分类:
其他好文 时间:
2015-03-09 20:44:55
阅读次数:
250
在现今的推荐技术和算法中,最被大家广泛认可和采用的就是基于协同过滤的推荐方法。本文将带你深入了解协同过滤的秘密。下面直接进入正题1 什么是协同过滤协同过滤是利用集体智慧的一个典型方法。要理解什么是协同过滤 (Collaborative Filtering, 简称 CF),首先想一个简单的问题,如果你...
分类:
其他好文 时间:
2015-03-09 10:32:08
阅读次数:
142
1.It, in effect, filters in intents of a desired type, while filtering out unwanted intents — but only unwanted implicit intents (those that don't namea target class). An explicit intent is always del...
分类:
其他好文 时间:
2015-03-01 14:29:52
阅读次数:
132
主要参考论文《A Guide to Singular Value Decomp osition for Collab orative Filtering》
其实一开始是比较疑惑的,因为一开始没有查看论文,只是网上搜了一下svd的概念和用法,搜到的很多都是如下的公式:其中假设C是m*n的话,那么可以得到三个分解后的矩阵,分别为m*r,r*r,r*n,这样的话就可以大大降低存储代价,但是这里特别需要...
分类:
编程语言 时间:
2015-02-16 13:07:27
阅读次数:
641
原文http://www.peterviola.com/solving-sql-server-high-cpu-with-iis-request-filtering/Top Queries by Total CPU Time当CPU非常高的时候有可能你的条件反射就是重启服务或者回收App Pools...
分类:
数据库 时间:
2015-02-09 15:46:16
阅读次数:
203
1、高阶函数的介绍高阶函数的英文名称是Higher Order Function,它们是以函数为参数的函数。主要用于映射(mapping)、过滤(filtering)、归档(folding)和排序(sorting)表。高阶函数让程序更具模块性,让函数更加通用。函数sort具有2个参数,一个是需要排序...
分类:
其他好文 时间:
2015-02-05 13:30:49
阅读次数:
241
Large-scale Parallel Collaborative Filtering for the Netflix Prizehttp://www.hpl.hp.com/personal/Robert_Schreiber/papers/2008%20AAIM%20Netflix/netflix...
分类:
其他好文 时间:
2015-02-03 01:50:38
阅读次数:
1017
??
1、高阶函数的介绍
高阶函数的英文名称是Higher Order Function,它们是以函数为参数的函数。主要用于映射(mapping)、过滤(filtering)、归档(folding)和排序(sorting)表。高阶函数让程序更具模块性,让函数更加通用。
函数sort具有2个参数,一个是需要排序的表,另一个是定序(Ordering)函数。下面展示了按...
分类:
其他好文 时间:
2015-02-02 23:17:53
阅读次数:
440
1. 定义协同过滤(Collaborative Filtering)有狭义和广义两种意义:广义协同过滤:对来源不同的数据,根据他们的共同点做过滤处理。Collaborative filtering(CF) is a technique used by somerecommender systems....
分类:
其他好文 时间:
2015-02-01 19:09:37
阅读次数:
326