
letiantian.me
樂天笔记计算机技术博客,关注web、云计算、机器学习等。
http://www.letiantian.me/
计算机技术博客,关注web、云计算、机器学习等。
http://www.letiantian.me/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.7 seconds
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
34
SITE IP
112.124.108.123
LOAD TIME
0.703 sec
SCORE
6.2
樂天笔记 | letiantian.me Reviews
https://letiantian.me
计算机技术博客,关注web、云计算、机器学习等。
Hi, letian
在Iris数据集上对比PCA、LDA、NMF | 樂天笔记
http://www.letiantian.me/2015-04-03-pca-lda-nmf-iris
April 3rd 2015 Tags: 机器学习. 这里的LDA,是指线性判别分析 Linear Discriminant Analysis ,是一种有监督的学习方法。 PRML Pattern Recognition and Machine Learning 第四章. 机器学习中的数学(4)-线性判别分析 LDA , 主成分分析(PCA). 线性判别分析 Linear Discriminant Analysis 一. From sklearn.decomposition import PCA pca = PCA(n components=2) pca result = pca.fit transform(iris.data). From sklearn.lda import LDA lda = LDA() lda = LDA(n components=2) lda result = lda.fit transform(iris.data, iris.target). 樂天笔记 2015 The theme is based on MiniAkio.
专题:浅入浅出MyBatis | 樂天笔记
http://www.letiantian.me/topic-learn-mybatis-from-scratch
May 17th 2015 Tags: 专题. MyBatis 避免了几乎所有的 JDBC 代码和手工设置参数以及抽取结果集。 MyBatis 使用简单的 XML 或注解来配置和映射基本体,将接口和 Java 的 POJOs(Plain Old Java Objects,普通的 Java对象)映射成数据库中的记录。 樂天笔记 2015 The theme is based on MiniAkio.
基于SVD的协同过滤 | 樂天笔记
http://www.letiantian.me/2015-05-26-a-guide-to-svd-for-collaborative-filtering
May 26th 2015 Tags: 机器学习. Ma C C. A Guide to Singular Value Decomposition for Collaborative Filtering[J]. 2008. 的矩阵,其元素的值只有0和1,若[latex]I {ij}[/latex]为1,则用户i给物品j打过分,这也意味着[latex]V {ij}[/latex]不为0 若[latex]I {ij}[/latex]为0,则用户i没给物品j打过分,这也意味着[latex]V {ij}[/latex]为0。 算法的评测标准 一般是比较真实评分和预测的评分之间的误差,例如 Mean squared error. Root Mean Squared Error. 算法1 Batch learning of Singular Value Decomposition. P(U {i}, M {j}). P(U {i}, M {j}) = U {i} {T}M {j}. Latex]I,V,n,m,p,k {u},k {m}[/latex]都是已知的,通过最小化. Koren, Yehuda. ...
如何快速更新数据库中的百万条数据 | 樂天笔记
http://www.letiantian.me/2015-06-22-update-faster
June 22nd 2015 Tags: mysql. 环境 ubuntu 14.04,Mysql 5.6,python 2.7。 本文使用python的MySQLdb这个库, MySQL Python tutorial. For databases that support transactions, the Python interface silently starts a transaction when the cursor is created. The commit() method commits the updates made using that cursor, and the rollback() method discards them. Each method starts a new transaction. 999997 999998 999999 用时 219.332565069. 997 998 999 用时 57.8318688869. 97 98 99 用时 89.695207119. Mysql explain update number set num=4 w...
Java并发概念汇总 | 樂天笔记
http://www.letiantian.me/2015-05-27-java-concurrency-summary
May 27th 2015 Tags: java. Defining and Starting a Thread. Implements Runnable vs. extends Thread. Java Callable Future Example. Java多线程系列 基础篇 10之 线程优先级和守护线程. What does ‘synchronized’ mean? Java 理论与实践: JDK 5.0 中更灵活、更具可伸缩性的锁定机制. Java 理论与实践: 正确使用 Volatile 变量. Java多线程 二 之Atomic 原子变量与原子类. When and how should I use a ThreadLocal variable? Life Cycle of Thread Understanding Thread States in Java. Java 6 Thread States and Life Cycle. What does java.lang.Thread.interrupt() do? How to stop a java thread gracefully?
TOTAL PAGES IN THIS WEBSITE
13
Hello hexo | 在机器学习的道路上奋斗
http://sunxg13.github.io/2015/09/09/hello-hexo
發表於 Sep 9 2015. Create a new post. Deploy to remote sites. This is your very first post. Check documentation. For more info. If you get any problems when using Hexo, you can find the answer in troubleshooting. Or you can ask me on GitHub. Create a new post. Hexo new "My New Post". Deploy to remote sites. Create a new post. Deploy to remote sites. Hello ,Im student of Lanzhou university. My interests include computer vision object recognition and so on. And Theme by Jacman.
Ml // Grey Times
http://kangkona.github.io//categories/ml
Thoughts in the mirror.
互联网之子:亚伦·斯沃茨的故事 // Grey Times
http://kangkona.github.io/the-story-of-aaron-swartz
Thoughts in the mirror. 今天看了 The Internet’s Own Boy: The Story of Aaron Swartz. Aaron做过很多非凡的事 不到14岁就和互联网之父蒂姆 伯纳斯-李这些互联网大佬们一起工作,参与基础互联网协议RSS的制定,之后创办过TheInfo.org,一个比维基百科还早的知识创建平台。 I thing deeply about things and want others to do likewise. I work for ideas and learn from people. I don't like excluding people. Wanderers in this crazy world,. We have lost a mentor, a wise elder. Hackers for right, we are one down,. We have lost one of our own. Nurtures, careers, listeners, feeders,. We have lost a child.
借力数据结构 // Grey Times
http://kangkona.github.io/data-struct-powerful
Thoughts in the mirror. S1 S2 S3 S4 S5 S6 S7 P. 为了得到P的位置,需要利用一个评价公式: 假设P到前一站距离Pre, 到后一站距离Next,两站之间距离Between,有如下公式. Cost = Pre Next - Between. T ESTIMATE = Distance(P- S4- . - S7) / Distance(S3- S4- . - S7) * T AVG. Type GeoPoint struct { lat float lng float } type TrackPoint struct { GeoPoint preStationIndex int / 前一站 nextStationIndex int / 后一站 index int / 在点集中的次序 }. Case1: S1 . . . pre cur S2 next . . . . S3. Case2: S1 … pre S2 cur next … . S3. 借用 The Design of Design 的一句话就是.
人性化排序 // Grey Times
http://kangkona.github.io/friendly-sort
Thoughts in the mirror. 1 按自然顺序排列 2. 按相似度由高至低排列 3. 按信息的活性(热度)进行排列。 现在不妨假设用户输入了一个 «1»,后台进行查询,找到所有与 «1» 有关的线路,最开始我们的输出是无序的:. 81, 17, 201路, 快线1号, 11, 1路, 168 , 高快巴士1号线 . 后来决定先返回所有 «1» 开头的线路,其余自然排序:. 11, 17, 168, 1路,201路, 81, 高快巴士1号线,快线1号 . 这次达到了预想的效果,但把快线1号,高快巴士1号线这样比较难记,难输入的线路放到了最后,实际上用户如果只输入 «1» 进行查询,很可能要找的就是 快线1号 或者 高快巴士1号线 ,所以把这种输入成本高的线路挪到了前面:. 11, 17, 1路,168,快线1号,高快巴士1号线,201路,81 . S2startsWith(searchString) { return -1; } else if(! S1startsWith(searchString) & s2.startsWith(searchString)?
八一八浏览器缓存 // Grey Times
http://kangkona.github.io/818-browser-caching
Thoughts in the mirror. 1) 当浏览器第一次请求某个URL时,顺利访问的话,服务器返回状态200的状态, ; 同时会返回给浏览器一些Headers集合, 如果只设定了Last-Modified和Etag头信息,那么浏览器接收到服务器这些信息后,就会将资源缓存在本地目录中,同时 保存文件的上述信息. (2) 再次请求时,根据 HTTP 协议的规定,浏览器会向服务器传送 If-Modified-Since 与 If-None-Match 报头,这 两个报头实际上是第一次请求时服务器返回的Last-Modified,Etag。 如 果该资源未被修改,则服务器会直接返回HTTP 304 Not Changed. 状态码,内容为 空,此时不会下载资源,浏览器则自动从缓存目录中读取资源。 如果给文件加上关于过期时间(Expires) 的header报文,这样浏览器就会先检查缓存中的文件,如果没有过期,就直接使用缓存中的文件,从而不会 发送http请求。 根据 HTTP 规范,GET 用于信息获取,是幂等操作。
TOTAL LINKS TO THIS WEBSITE
34
乐天堂_乐天堂注册_乐天堂资讯站
目前平均欧赔为2.12 3.19 3.51。 北 京时间3月5日,主场3分优势气走热 火 3月8日,主场26分优势屠杀了步行 者 48小时之后,他们又在相同一块场地,加时拿下了开拓者。
【乐天堂】乐天堂娱乐城_乐天堂备用网址
要求:PR 3,BR 4,美文,文章,文学等相关网站 联系QQ:331406669. Http:/ www.58yulec58.com.
letiantao.com
伯爵娱乐_伯爵国际娱乐城有限公司
世爵娱乐李晶此刻,中国的娱乐明星都去哪了 答案 不是那个是叶大伟在录综艺节目,就是在录综艺节目的路上 详情. 伯爵娱乐场 湘西 吉首地税顺利实现 双过. 世爵娱乐 益阳 沅江地税 三到位 力推 二税清零. 伯爵国际娱乐城场外配资 坏孩子 遭遇无情棒打 1:5配资几乎绝迹. 伯爵娱乐 一带一路 民航加速 总理欧洲再签大单. About Game LTD. 伯爵娱乐.
乐天添购物网:-爱迪曼鞋,爱迪曼洞洞鞋,爱迪曼沙滩鞋,户外鞋,休闲拖鞋,skechers,思凯捷,,奶昔酷尼,背包,唐潇
服务热线 0769-85595657 传真 0769-88663786.
樂天笔记
Raquo; 矩阵分解在推荐系统中的应用 NMF和经典SVD实战. Raquo; 专题 浅入浅出Flask框架. Raquo; 专题 浅入浅出MyBatis. 樂天笔记 2015 The theme is based on MiniAkio.
乐天天乳业-乐天天乳业
山东乐天天乳业饮料有限公司是一家专业生产乳酸饮料,果酸饮料及发酵酸奶的大型民营企业,公司倡导''营养'',''健康'',''快乐''的发展理念,大力发扬开拓,创新,拼搏,求实,进取的创业精神,以质量打天下,以质量求生存,以信誉求发展,以先进的生产设备为基础,以严格的企业管理制度为依据。 版权所有 (C) 2003-2005 山东乐天天乳业有限公司 ShanDong LeTianTian Co.,Ltd.
Blog de letiantoinedu67 - monblogamoi - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Sa c mon blog dsl c mon premier alore ptéte ke vs ltrouvré pa tro bien laché troo vo comss. Mise à jour :. Par Amour est-tu prêt(e) à? Abonne-toi à mon blog! Voilaun tpi delire xd:. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le jeudi 18 octobre 2007 11:19.
Golden Motor Technology Co., Ltd. – Golden Motor Sales Team will offer you the best service before & after sales !
Golden Motor Technology Co., Ltd. Golden Motor Sales Team will offer you the best service before and after sales! MagicPie 4th Generation 24V/36V/48V 250W/500W/1000W electric wheel hub motor, electric bicycle motor kit ,electric bicycle kit. October 11, 2015. 48V 1500W electric bike parts. October 11, 2015. 48V 1500W e bicycle ki t/ ebicycle ki t/ e-bicycle kit. October 11, 2015. 48V 1500W e-bike conversion kit / e bike conversion kit / ebike conversion kit. October 11, 2015. October 11, 2015. The specif...