Machine Learning 资料
Awesome系列
- Awesome Machine Learning
- Awesome Deep Learning
- Awesome TensorFlow
- Awesome TensorFlow Implementations
- Awesome Torch
- Awesome Computer Vision
- Awesome Deep Vision
- Awesome RNN
- Awesome NLP
- Awesome AI
- Awesome Deep Learning Papers
- Awesome 2vec
Deep Learning
- [Book] Neural Networks and Deep Learning中文翻译(不完整): 神经网络与深度学习第五章中文翻译: [译] 第五章 深度神经网络为何很难训练
- [Book] Deep Learning - MIT Press
- [Course] Deep Learning - Udacity
- [Course] Machine Learning by Andrew Ng - Coursera | 课程资料整理 @ zhwhong
- [Course] Convolutional Neural Networks for Visual Recognition(CS231n) | 课程资料整理 @ zhwhong
- [Course] Deep Learning for Natural Language Processing(CS224d) | 课程资料整理 @ zhwhong
- [View] Top Deep Learning Projects on Github
- [View] Deep Learning for NLP resources
- [View] 资源 | 深度学习资料大全:从基础到各种网络模型
- [View] 深度学习新星:GAN的基本原理、应用和走向
- [Book] 推荐 | 九本不容错过的深度学习和神经网络书籍
Frameworks
- TensorFlow (by google)
- MXNet
- Torch (by Facebook)
- [Caffe (by UC Berkley)(Caffe | Deep Learning Framework)
- [Deeplearning4j(Open-source, Distributed Deep Learning for the JVM)
- Brainstorm
- Theano、Chainer、Marvin、Neon、ConvNetJS
TensorFlow
- 官方文档
- TensorFlow Tutorial
- TensorFlow 官方文档中文版
- TensorFlow Whitepaper
- [译] TensorFlow白皮书
- [API] API Document
入门教程
- [教程] Learning TensorFlow
- TensorFlow-Tutorials @ github (推荐)
- Awesome-TensorFlow (推荐)
- TensorFlow-Examples @ github
- tensorflow_tutorials @ github
分布式教程
- Distributed TensorFlow官方文档
- distributed-tensorflow-example @ github (推荐)
- DistributedTensorFlowSample @ github
- Parameter Server
Paper (Model)
CNN Nets
- LeNet
- AlexNet
- OverFeat
- NIN
- GoogLeNet
- Inception-V1
- Inception-V2
- Inception-V3
- Inception-V4
- Inception-ResNet-v2
- ResNet 50
- ResNet 101
- ResNet 152
- VGG 16
- VGG 19

注:图片来自 Github : TensorFlow-Slim image classification library)
额外参考:
[ILSVRC] 基于OverFeat的图像分类、定位、检测
[卷积神经网络-进化史] 从LeNet到AlexNet
[透析] 卷积神经网络CNN究竟是怎样一步一步工作的?
GoogLenet中,1X1卷积核到底有什么作用呢?
深度学习 — 反向传播(BP)理论推导
Object Detection
额外参考:
[Detection] CNN 之 "物体检测" 篇
计算机视觉中 RNN 应用于目标检测
Machine Learning 硬件投入调研
RNN & LSTM
- [福利] 深入理解 RNNs & LSTM 网络学习资料 @ zhwhong
- [RNN] Simple LSTM代码实现 & BPTT理论推导 @ zhwhong
- 计算机视觉中 RNN 应用于目标检测 @ zhwhong
- Understanding LSTM Networks @ colah | 中文翻译[简书] @ Not_GOD
- The Unreasonable Effectiveness of Recurrent Neural Networks @ Andrej Karpathy
- LSTM Networks for Sentiment Analysis (theano官网LSTM教程+代码)
- Recurrent Neural Networks Tutorial @ WILDML
- Anyone Can Learn To Code an LSTM-RNN in Python (Part 1: RNN) @ iamtrask
Stanford 机器学习课程整理
Machine Learning 资料的更多相关文章
- 【机器学习Machine Learning】资料大全
昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料
<Brief History of Machine Learning> 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机.神经网络.决策树.SVM.Adaboost到随机森林.D ...
- 机器学习(Machine Learning)&深入学习(Deep Learning)资料
<Brief History of Machine Learning> 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机.神经网络.决策树.SVM.Adaboost 到随机森林. ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】
转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)
##机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 2)---#####注:机器学习资料[篇目一](https://github.co ...
- 【重磅干货整理】机器学习(Machine Learning)与深度学习(Deep Learning)资料汇总
[重磅干货整理]机器学习(Machine Learning)与深度学习(Deep Learning)资料汇总 .
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料汇总 (上)
转载:http://dataunion.org/8463.html?utm_source=tuicool&utm_medium=referral <Brief History of Ma ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料(下)
转载:http://www.jianshu.com/p/b73b6953e849 该资源的github地址:Qix <Statistical foundations of machine lea ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料
机器学习(Machine Learning)&深度学习(Deep Learning)资料 機器學習.深度學習方面不錯的資料,轉載. 原作:https://github.com/ty4z2008 ...
随机推荐
- 在liferay中如何使用Ajax的请求
1:首先在界面上写一个路径,这个路径就是要找后台中的哪一个操作比如:
- JAVA如何调用mysql写的存储过程
存储过程是干什么的,自己百度,百度上讲的比我讲的好.为什么要用存储过程,这样可以提高效率.废话少说,直接上代码: 首先说一下语法:在mysql中写存储过程 DELIMITER $$ CREATE /* ...
- js中数组的字符串表示
<html> <head> <title>数组的字符串表示</title> <script type="text/javascript& ...
- shell篇(一)
login shell与non-login shell: login shell:取得shell时,需要完整的登入流程.如:tty1~tty6登入时,需要输入用户名和密码.此时取得的shell就称为l ...
- 持续集成之二:搭建SVN服务器--Apache HTTP Server安装
安装环境 Red Hat Enterprise Linux Server release 7.3 (Maipo) jdk1.7.0_80 httpd-2.4.35.tar.gz apr-1.6.5.t ...
- 自动化持续集成Jenkins
自动化持续集成Jenkins 使用Jenkins配置自动化构建http://blog.csdn.net/littlechang/article/details/8642149 Jenkins入门总结h ...
- pdf2swf 中文乱码问题
准备资料: 1.xpdfbin-win-3.03.zip.xpdf-chinese-simplified.tar.gz 下载地址:http://www.foolabs.com/xpdf/downloa ...
- 如何安装Apache
第一步:将Apache24解压到C盘根目录下 第二步:进入C:\Apache24\bin目录下 第三步:打开浏览器,网页中输入localhost,返回结果为It works!则说明Apache安装配置 ...
- CSS实现三角形、梯形、平行四边形、圆形、椭圆形、对话框、自适应正方形
本文篇幅较长,希望能坚持看完,转载请注明出处,如果觉得好文请给个赞吧 CSS实现梯形 CSS实现三角形和梯形主要是依靠border是梯形的特性来做的,有点像相框的那种感觉. 首先我们先给一个正方形设置 ...
- Python3基础 __len__,__getitem__ 记录列表中元素访问的次数 定制不可变序列,下标字典
Python : 3.7.0 OS : Ubuntu 18.04.1 LTS IDE : PyCharm 2018.2.4 Conda ...