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> 介绍:这是一 ...
随机推荐
- LeetCode——maximal-rectangle
Question Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ...
- Ubuntu 安装 networkx
参考:ubuntu 下NetworkX的安装和使用 Dependences pip setuptools Commands 1.install networkx sudo pip install ne ...
- Java高级面试题
一.基础知识: 1)集合类:List和Set比较,各自的子类比较(ArrayList,Vector,LinkedList:HashSet,TreeSet): 2)HashMap的底层实现,之后会问Co ...
- HMM代码实践
本文主要转载于:http://www.52nlp.cn/hmm-learn-best-practices-eight-summary 这个文章是边看边实践加上自己的一些想法生成的初稿..... 状态转 ...
- javaScript实现点击按钮直接打印
很多网站都有此功能,当浏览到底部时都会有一个打印按钮,点击打印按钮就可以完成打印功能,功能非常不错,人性化,代码非常的简单. 一.只要调用window.print()函数就可以实现打印当前页面 < ...
- python - pandas或者sklearn中如何将字符形式的标签数字化
参考:http://www.php.cn/wenda/91257.html https://www.cnblogs.com/king-lps/p/7846414.html http://blog.cs ...
- WKWebView的新特性与使用
在WWDC2014中,苹果推出了最新的iOS8系统,其中也伴随着很多控件的更新与升级.其中全新的WebKit库让人很是兴奋.本文也将讲解到WebKit中更新的WKWebView控件的新特性与使用方法, ...
- Sum All Numbers in a Range
我们会传递给你一个包含两个数字的数组.返回这两个数字和它们之间所有数字的和. 最小的数字并非总在最前面. 这是一些对你有帮助的资源: Math.max() Math.min() Array.reduc ...
- 高射炮打蚊子丨用Visual Studio 2017写最初级的C语言程序
众所周知,Visual Studio号称全宇宙最强的IDE(集成开发环境),简直可以“秒天秒地秒空气”.我们看着各种技术大会上,大神们在台上用VS演示Demo溜得飞起,然而对于一些非技术专业同学或者是 ...
- SCM-MANAGER
什么是SCM-MANAGER 基于Web的,集成了 Git. Mercurial .Subversion 多种代码管理工具的源代码管理平台 它有什么优点 简易安装 不需要破解配置文件,完全可配置的 ...