码迷,mamicode.com
首页 >  
搜索关键字:systems    ( 1149个结果
【读书笔记】《推荐系统(recommender systems An introduction)》第一章 引言
很久没上来写blog,前两个月赶上校招季节,都忙校招去了。 这本书我早就买来了,不过我从前看过项亮的《推荐系统实践》,看这本书的目录结构和项亮那本差不多,就一直放着没看。最近在做一个推荐系统,遇到一些实际问题,想翻开项亮的书再找找灵感,不过对于自己看过了的东西,就不愿意再翻看第二遍了。恰好这本书和项亮那本很像,就直接看这本书了。顺便记记笔记,贴到这里,供更多人参考。 1. 协同...
分类:其他好文   时间:2014-12-03 00:30:34    阅读次数:131
【读书笔记】《推荐系统(recommender systems An introduction)》第二章 协同过滤推荐
输入:“用户—物品”评分矩阵 输出:(1)用户对某个物品喜欢程度的评分;(2)对于用户,n个推荐的物品列表 1. 基于用户的最近邻推荐(user-based cf) 算法基本假设:(1)如果用户过去有相似的偏好,那么他们未来也会有相似的偏好;(2)用户的偏好不随时间变化而变化 用户相似度计算:user-based cf中pearson相关系数比较好;item-bas...
分类:其他好文   时间:2014-12-03 00:25:30    阅读次数:206
ubuntu 启动恢复软件(boot-repair)
https://help.ubuntu.com/community/Boot-RepairBoot-RepairBoot-RepairisasimpletooltorepairfrequentbootissuesyoumayencounterinUbuntulikewhenyoucan‘tbootUbuntuafterinstallingWindowsoranotherLinuxdistribution,orwhenyoucan‘tbootWindowsafterinstallingUbuntu,orwhen..
分类:系统相关   时间:2014-12-02 11:59:37    阅读次数:673
Linux File Systems
This is a beginner's course and one of the concepts that newcomers to Linux find different is the idea of a file system in Linux. That is to say, the way data is stored and managed in Linux. Most us...
分类:系统相关   时间:2014-11-30 18:47:46    阅读次数:180
Circuit provides reference for multiple ADCs
The achievable accuracy for systems with multiple ADCs depends directly on the reference voltages applied to the ADCs. Medical-ultrasound-imaging syst...
分类:其他好文   时间:2014-11-28 15:58:22    阅读次数:228
Use two picogate devices for bidirectional level-shifting
In new mixed-voltage systems, it is often necessary to level-shift a control signal from a high level to a low level. An open-drain device, such as th...
分类:其他好文   时间:2014-11-28 14:16:23    阅读次数:206
Circuit translates I2C voltages
This Design Idea explores level-shifting an I2C bus from 5V/ground (positive domain) to ground/–5V (negative domain). In multisupply systems, you some...
分类:其他好文   时间:2014-11-28 14:15:37    阅读次数:226
深入理解计算机系统 第二章答案
http://rooftrellen.com/blog/computer-systems-a-programmers-perspective-chapter-2-homework-problem/
分类:其他好文   时间:2014-11-26 20:52:19    阅读次数:183
mime.types
# This file maps Internet media types to unique file extension(s).# Although created for httpd, this file is used by many software systems# and has be...
分类:其他好文   时间:2014-11-20 18:25:53    阅读次数:335
《Google File System》阅读总结
goals andassumptionsGoogle file system shares the same goals as previous distributed file systems: 1. scalability 2. performance 3. reliability 4....
分类:其他好文   时间:2014-11-19 18:24:19    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!