My Reading List - Machine Learning && Computer Vision
本博客汇总了个人在学习过程中所看过的一些论文、代码、资料以及常用的资源与网站,为了便于记录自身的学习过程,将其整理于博客之中。
Machine Learning
(1) Machine Learning Video Library - Caltech
说明:罗列了机器学习的常用算法以及机器学习图谱
说明: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的更多相关文章
- 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? ...
- [学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 4 像素和滤波器
Background reading: Forsyth and Ponce, Computer Vision Chapter 7 Image sampling and quantization Typ ...
- 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 ...
- Deep Learning关于Vision的Reading List
最近开始学习深度学习了,加油! 下文转载自:http://blog.sina.com.cn/s/blog_bda0d2f10101fpp4.html 主要是顺着Bengio的PAMI review的文 ...
- Learning ROS for Robotics Programming Second Edition学习笔记(五) indigo computer vision
中文译著已经出版,详情请参考:http://blog.csdn.net/ZhangRelay/article/category/6506865 Learning ROS for Robotics Pr ...
- 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, ...
- 【机器学习Machine Learning】资料大全
昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...
- 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 ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】
转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...
随机推荐
- Win10 initluictrl failed问题
问题描述 启动win10之后,所有的软件.快捷方式无法访问,双击之后没有响应但联网正常. 解决方法 win键+S弹出选项框,选择cmd(管理员). 键入命令:netsh winsock reset c ...
- 07_MySQL DQL_多表查询_等值内连接
#6:连接查询/*含义:多表查询,当查询的字段来自多个表 笛卡尔积: 表1,m行:表2,n行: 表1,表2 = m*n行发生原因:表1的每行和表2的n行拼接,形成n行,最终得到m*n行如何避免:增加连 ...
- oracle 12c 报错 ora-03137 来自客户机的格式错误的TTC包被拒绝
昨天下午,实施报了一个oracle的报错ora-03137 说是数据库在11g时没有问题,升级到12c 时,就报错了. 本地调试,看到执行完sql后,报异常,如下: 把SqL在12c的数据库执行一下, ...
- hdu 1241 搬寝室 水dp
搬寝室 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Desc ...
- Linux安装jdk、删除Open jdk
1.将jdk解压安装完成后,在bin目录下查看当前jdk的版本号 命令: ./java -version 2.编辑修改配置 1. 修改profile文件 进入命令: vi /etc/profil ...
- Nordic老版官网介绍(2018-11-30停止更新)
1. Nordic官网及资料下载 Nordic官网主页:https://www.nordicsemi.com/,进入官网后,一般点击“Products”标签页,即进入Nordic产品下载首页,其独立链 ...
- hand first python 选读(1)
列表(list) 基本操作 比如说我要整理一个近期热映的电影列表: movies = ["venom", "My Neighbor Totor", " ...
- Kotlin------类和对象(一)
类声明 和Java一样,Kotlin中使用关键字class来声明一个类.如下即是声明一个最简单的没有任何属性和方法的类 // 没有任何属性.方法的Invoice 类 class Invoice {} ...
- constructor&object 的联系与对比
构造函数与对象 构造函数是类中的特殊成员函数,用于为对象分配内存.它可用于为数据成员提供值.创建对象时将调用构造函数.它与类具有相同的名称.构造函数不返回任何值. 构造函数是生成对象的模板,一个构造函 ...
- struts.xml中的配置常量的含义
struts.serve.static.browserCache 该属性设置浏览器是否缓存静态内容.当应用处于开发阶段时,我们希望每次请求都获得服务器的最新响应,则可设置该属性为false. stru ...