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 ...
随机推荐
- map() 方法
1. 方法概述 map() 方法返回一个由原数组中的每个元素调用一个指定方法后的返回值组成的新数组. 2. 例子 2.1 在字符串中使用map 在一个 String 上使用 map 方法获取字符串中每 ...
- java数据结构经典问题
A:栈抽象数据类型 1.栈的主要操作 void push(int data);将data数据插入栈中. int pop();删除并返回最后一个插入栈的元素. 2.栈的辅助操作 int top();返回 ...
- liferay笑傲江湖-API之参数的工具类(ParamUtil)
public class ParamUtil { 036 037 public static boolean get( 038 HttpServletRequest request, String p ...
- dedecms开启多站点
dedecms开启多站点后,填写域名才能正确的地址 if ( ! function_exists('GetFileUrl')) { function GetFileUrl($aid,$typeid,$ ...
- 《Enhanced LSTM for Natural Language Inference》(自然语言推理)
解决的问题 自然语言推理,判断a是否可以推理出b.简单讲就是判断2个句子ab是否有相同的含义. 方法 我们的自然语言推理网络由以下部分组成:输入编码(Input Encoding ),局部推理模型(L ...
- MAX_STATEMENT_TIME uses confusing syntax
From https://bugs.mysql.com/bug.php?id=72540 [5 May 2014 18:46] Morgan Tocker Description: Via C ...
- lnmp1.4 安装php fileinfo扩展 方法
第一步:在lnmp1.4找到php安装的版本 使用命令 tar -jxvf php-7.1.7.tar.bz2 解压 第二步: 在解压的php-7.1.7文件夹里找到fileinfo文件夹,然 ...
- 持续集成之三:Linux安装Jenkins
环境 Red Hat Enterprise Linux Server release 7.3 (Maipo) jdk1.7.0_80 apache-tomcat-7.0.90 jenkin ...
- 比特币、莱特币钱包下载和把数据迁移到C盘以外其他盘
比特币是目前最热门和价格最高的虚拟币,国内外多个平台可以进行交易,有些商家可以用比特币进行支付有些国家可以在ATM取款. Bitcoin-Qt就是最早的比特币客户端,构建了比特币的骨干网络,具有高度的 ...
- mysql中join后on、where的区别
SELECT * FROM A; SELECT * FROM B; 以上是两张表的机构 SELECT * FROM A LEFT JOIN B ON A.id=b.a_id ; ; ; 两个语句查询出 ...