代码改变世界

阅读排行榜

为Hadoop创建JAR包文件Creating a JAR for Hadoop

2016-03-15 21:14 by GarfieldEr007, 524 阅读, 收藏,
摘要: We've seen the internals of MapReduce in the last post. Now we can make a little change to the WordCount and create a JAR for being executed by Hadoop 阅读全文

机器学习简史brief history of machine learning

2016-02-27 20:46 by GarfieldEr007, 524 阅读, 收藏,
摘要: BRIEF HISTORY OF MACHINE LEARNING My subjective ML timeline (click for larger) Since the initial standpoint of science, technology and AI, scientists 阅读全文

学习OpenCV——Surf简化版

2016-04-17 19:40 by GarfieldEr007, 523 阅读, 收藏,
摘要: 之前写过一遍关于学习surf算法的blog:http://blog.csdn.net/sangni007/article/details/7482960 但是代码比较麻烦,而且其中还涉及到flann算法(其中的Random KDTree+KNN),虽然能看明白,但是比较费劲,今天在文档中找到一个简化 阅读全文

神经网络指南Hacker's guide to Neural Networks

2016-04-10 19:32 by GarfieldEr007, 522 阅读, 收藏,
摘要: Hi there, I'm a CS PhD student at Stanford. I've worked on Deep Learning for a few years as part of my research and among several of my related pet pr 阅读全文

STL容器用法速查表:list,vector,stack,queue,deque,priority_queue,set,map

2016-03-15 19:27 by GarfieldEr007, 521 阅读, 收藏,
摘要: set [unordered_set] map [unordered_map] multimap [unordered_multimap] insert emplace insert emplace(key,val) emplace(key,val) erase(key)=>erasednum er 阅读全文
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 222 下一页