本博客汇总了个人在学习过程中所看过的一些论文、代码、资料以及常用的资源与网站,为了便于记录自身的学习过程,将其整理于博客之中。

Machine Learning

(1) Machine Learning Video Library - Caltech
说明:罗列了机器学习的常用算法以及机器学习图谱

(2) Deep Learning - Bengio

说明:Deep Learning三大牛之一Bengio写的一本书

(3) Understanding LSTM Networks

说明:非常棒的LSTM教程

(4) Hacker's guide to Neural Networks

说明:Standford大学CS博士生Andrej Karpathy写的神经网络学习指南

(5) The Unreasonable Effectiveness of Recurrent Neural Networks

说明:同样Andrej Karpathy写的关于RNN的博客

(6) Which Algorithm Family Can Answer My Question?

Computer Vision

Detction Project

(1) RCNN:

Paper: http://www.cs.berkeley.edu/~rbg/papers/r-cnn-cvpr.pdf

Code: https://github.com/rbgirshick/rcnn

(2) Fast-RCNN: 
Paper: http://arxiv.org/pdf/1504.08083v1.pdf

Code: https://github.com/rbgirshick/fast-rcnn

(3) Faster-Rcnn: 
Paper: http://arxiv.org/pdf/1506.01497v1.pdf

Code: UnRelease

(4) SPP-Net: 
Paper: http://arxiv.org/pdf/1406.4729v4.pdf

Code: https://github.com/ShaoqingRen/SPP_net

(5) YOLO:

Paper: http://arxiv.org/pdf/1506.02640v3.pdf

Code: http://pjreddie.com/darknet/yolo/

(6) End-to-end people detection in crowded scenes:CNN与LSTM结合的目标检测方法

Paper: http://arxiv.org/pdf/1506.04878v3.pdf

Code: https://github.com/Russell91/reinspect

Tracking

(1) CMT: 
Paper:

cvpr2014: http://www.gnebehay.com/publications/cvpr_2015/cvpr_2015.pdf

wacv2014: http://www.gnebehay.com/publications/wacv_2014/wacv_2014.pdf

Website: http://www.gnebehay.com/cmt/

Code:

Python: https://github.com/gnebehay/CMT

C++: https://github.com/gnebehay/CppMT

Helpful Blog:

songrotek: http://blog.csdn.net/songrotek/article/details/47662617

SuperResolution

(1) SCSR 
Paper: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4587647 
Code: http://www.ifp.illinois.edu/~jyang29/codes/ScSR.rar 
Website: http://www.ifp.illinois.edu/~jyang29/ScSR.htm

(2) SRCNN 
Paper: 
eccv2014: http://personal.ie.cuhk.edu.hk/~ccloy/files/eccv_2014_deepresolution.pdf 
T-PAMI: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7115171 
Website: http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html 
Code: http://mmlab.ie.cuhk.edu.hk/projects/SRCNN.html

People

(1) Ross B. Girshick - The Author of RCNN、Fast-RCNN 
Website: http://www.cs.berkeley.edu/~rbg/#girshick2014rcnn 
Github: https://github.com/rbgirshick

(2) Shaoqing Ren - The Author of Faster-Rcnn、SPP-Net 
Website: http://home.ustc.edu.cn/~sqren/ 
Github: https://github.com/ShaoqingRen

(3) Georg Nebehay - The Author of CMT 
Website: http://www.gnebehay.com 
Github: https://github.com/gnebehay

(4) Jianchao Yang - The Author of SCSR 
Website: http://www.ifp.illinois.edu/~jyang29/

Interestiing Things

(1) 全景图 
作者:M.S_2308 
介绍: http://www.guokr.com/post/444888/ 
分析:http://www.guokr.com/post/445059/ 
软件:http://matthewalunbrown.com/autostitch/autostitch.html

(2) Kaggle Competition: Denoising Dirty Documents 
Proplem Website: https://www.kaggle.com/c/denoising-dirty-documents/data 
Solution Website: http://colinpriest.com/

My Reading List - Machine Learning && Computer Vision的更多相关文章

  1. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  2. [学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 4 像素和滤波器

    Background reading: Forsyth and Ponce, Computer Vision Chapter 7 Image sampling and quantization Typ ...

  3. Teaching Your Computer To Play Super Mario Bros. – A Fork of the Google DeepMind Atari Machine Learning Project

    Teaching Your Computer To Play Super Mario Bros. – A Fork of the Google DeepMind Atari Machine Learn ...

  4. Deep Learning关于Vision的Reading List

    最近开始学习深度学习了,加油! 下文转载自:http://blog.sina.com.cn/s/blog_bda0d2f10101fpp4.html 主要是顺着Bengio的PAMI review的文 ...

  5. Learning ROS for Robotics Programming Second Edition学习笔记(五) indigo computer vision

    中文译著已经出版,详情请参考:http://blog.csdn.net/ZhangRelay/article/category/6506865 Learning ROS for Robotics Pr ...

  6. How do you explain Machine Learning and Data Mining to non Computer Science people?

    How do you explain Machine Learning and Data Mining to non Computer Science people?   Pararth Shah, ...

  7. 【机器学习Machine Learning】资料大全

    昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...

  8. ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS

    ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS We recently interviewed ...

  9. 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】

    转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...

随机推荐

  1. Pandas学习1

    pandas有两种自己独有的基本数据结构Series和DataFrame Series 数据结构 data 100 300 500 index 0 1 2 或者 index data 0 100 1 ...

  2. codeforces 848c - two TVs

    2017-08-22 15:42:44 writer:pprp 参考:http://blog.csdn.net/qq_37497322/article/details/77463376#comment ...

  3. 决策树的剪枝,分类回归树CART

    决策树的剪枝 决策树为什么要剪枝?原因就是避免决策树“过拟合”样本.前面的算法生成的决策树非常的详细而庞大,每个属性都被详细地加以考虑,决策树的树叶节点所覆盖的训练样本都是“纯”的.因此用这个决策树来 ...

  4. webpack入门配置

    webpack入门配置 根据该篇文章进行配置: 入门 Webpack,看这篇就够了 其中由于版本更新的问题会出现几个问题: 1.Would you like to install webpack-cl ...

  5. Eclipse中快速定位

    Eclipse中快速定位 选中项目,ctrl+h 一.目标 查找如下的页面属于哪个activity 二.步骤 1.查找关键字 上述页面中“点我”两个字比较显眼,我们可以去android项目中搜索出现“ ...

  6. Oracle Solaris 11.4 GA 版发布,这将是 Solaris 的绝唱

    美国当地时间8月28日,Oracle 正式宣布推出 Oracle Solaris 11.4 GA 稳定版,距离上个版本 11.3 的发布已过去近三年.Oracle 的产品管理总监 Scott Lynn ...

  7. 页面title加icon

    把favicon.ico放入根目录下,在head中添加一下代码 <link rel="icon" type="image/x-icon" href=&qu ...

  8. 为Pdf批量添加水印

    Itext官网下载jar包 /** * PDF工具类 */ public class PdfUtil { public static void main(String[] args) throws E ...

  9. IDEA运行时Information:java: Errors occurred while compiling module!

    在网上找了资源 说看一下项目JDK,字符编码UTF-8,但是都不很实用,突然发现: IDEA的右下角改变字符编码的按钮,先改成GBK然后再改成UTF-8,然后就OK了. 原因:导入开源的项目的时候,你 ...

  10. torch 深度学习(4)

    torch 深度学习(4) test doall files 经过数据的预处理.模型创建.损失函数定义以及模型的训练,现在可以使用训练好的模型对测试集进行测试了.测试模块比训练模块简单的多,只需调用模 ...