提交 80b4df4a 编写于 作者: W wizardforcel

2020-09-14 11:06:42

上级 d731805d
# References
# 参考文献
# Chapter 1
# 第 1 章
Here we're going to learn how to install and the basics of Tensorflow, as references we have:
在这里,我们将学习如何安装以及 Tensorflow 的基础知识,作为我们的参考:
* <https://www.tensorflow.org/tutorials/>
* <https://www.tensorflow.org/install/>
# Chapter 2
# 第 2 章
This chapter will tackle the principals of Machine Learning and Neural Networks with emphasis on Computer Vision with Convolutional Neural Networks. The references for the chapter are:
本章将探讨机器学习和神经网络的原理,重点是卷积神经网络和计算机视觉。 本章的参考是:
* <https://en.wikipedia.org/wiki/Artificial_neural_network>
* <https://en.wikipedia.org/wiki/Timeline_of_machine_learning>
......@@ -20,61 +20,61 @@ This chapter will tackle the principals of Machine Learning and Neural Networks
* <http://cs231n.stanford.edu/>
* <http://cs224d.stanford.edu/>
# Chapter 3
# 第 3 章
This chapter will be cover image classification using Deep learning, and why CNNs disrupted the way we do computer vision now. The references for this chapter are:
本章将介绍使用深度学习进行的图像分类,以及为什么CNN会干扰我们现在进行计算机视觉的方式。 本章的参考是:
* [Learning Multiple Layers of Features from Tiny Images](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf), Alex Krizhevsky, 2009
* An excellent flashback on image representation techniques can be found in the *Computer Vision: Algorithms and Applications*, Richard Szeliski, 2010
* 可以在这里找到关于图像表示技术的出色回顾:*Computer Vision: Algorithms and Applications*, Richard Szeliski, 2010
* <http://www.vision.caltech.edu/Image_Datasets/Caltech101/>
* Griffin, Gregory and Holub, Alex and Perona, Pietro (2007) Caltech–256 *Object Category Dataset*
* Everingham, M., Van Gool, L., Williams, C. K. I., Winn, J. and Zisserman, *A International Journal of Computer Vision*, 88(2), 303-338, 2010
* *ImageNet Large Scale Visual Recognition Challenge*, IJCV, 2015
* <https://wordnet.princeton.edu/>
* *What Does Classifying More Than 10,000 Image Categories Tell Us?* Jia Deng, Alexander C. Berg, Kai Li, and Li Fei-Fei
* Olga Russakovsky, Jia Deng et al. (2015) *ImageNet Large Scale Visual Recognition Challenge*, <https://arxiv.org/pdf/1409.0575.pdf>
* [Olga Russakovsky, Jia Deng et al. (2015) *ImageNet Large Scale Visual Recognition Challenge*](https://arxiv.org/pdf/1409.0575.pdf)
* Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton, *ImageNet Classification with Deep Convolutional Neural Networks*, 2012
* <https://arxiv.org/pdf/1311.2901.pdf>
* *Going deeper with convolutions* by Christian Szegedy Google Inc. et al
* *Deep Residual Learning for Image Recognition*, Kaiming He et al.
* <https://arxiv.org/pdf/1709.01507.pdf>
* The batch norm paper is a really well written paper that is easy to understand and explains the concept in much more detail, <https://arxiv.org/pdf/1502.03167.pdf>
* [批量规范化写得很好的文章,很容易理解,并且更详细地解释了该概念](https://arxiv.org/pdf/1502.03167.pdf)
# Chapter 4
# 第 4 章
In this chapter we will learn about object detection and segmentation. The references for this chapter are: 
在本章中,我们将学习对象检测和分割。 本章的参考是:
* <https://arxiv.org/pdf/1311.2524.pdf> (*Rich feature hierarchies for accurate object detection and semantic segmentation*)
* <https://arxiv.org/pdf/1504.08083.pdf> (*Fast RCNN*)
* <https://arxiv.org/pdf/1506.01497.pdf> (*Faster RCNN Towards Real-Time Object Detection with Region Proposals*)
* [*Rich feature hierarchies for accurate object detection and semantic segmentation*](https://arxiv.org/pdf/1311.2524.pdf)
* [*Fast RCNN*](https://arxiv.org/pdf/1504.08083.pdf)
* [*Faster RCNN Towards Real-Time Object Detection with Region Proposals*](https://arxiv.org/pdf/1506.01497.pdf)
* <https://www.youtube.com/watch?v=v5bFVbQvFRk>
* <https://arxiv.org/pdf/1506.02640.pdf> (*You Only Look Once: Unified, Real-Time Object Detection* )
* <https://coursera.org/specializations/deep-learning> (*Deep Learning* course by Andrew Ng)
* <https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf> (*Fully Convolutional Neural Network for Semantic Segmentation*)
* <https://arxiv.org/pdf/1606.00915.pdf> ( Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs)
* [*You Only Look Once: Unified, Real-Time Object Detection*](https://arxiv.org/pdf/1506.02640.pdf)
* [Andrew Ng 的深度学习课程](https://coursera.org/specializations/deep-learning)
* [*Fully Convolutional Neural Network for Semantic Segmentation*](https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf)
* [Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs](https://arxiv.org/pdf/1606.00915.pdf)
# Chapter 5
# 第 5 章
In this chapter we will learn about some common CNN architectures (that is, VGG, ResNet, GoogleNet). The references for this chapter are: 
在本章中,我们将学习一些常见的 CNN 架构(即 VGG,ResNet,GoogleNet)。 本章的参考是:
* [*Very Deep Convolutional Networks for Large-Scale Image Recognition*](https://arxiv.org/abs/1409.1556), Simonyan, K. and Zisserman, A., 2014, arXiv preprint arXiv:1409.1556
* *Going Deeper With Convolutions,* <https://arxiv.org/abs/1409.4842>
* [*Going Deeper With Convolutions](https://arxiv.org/abs/1409.4842)
* *Deep Residual Learning for Image Recognition*, Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, Microsoft Research
* *Mobilenets: Efficient Convolutional Neural Networks for Mobile Vision Applications*<https://arxiv.org/abs/1704.04861>
* <https://arxiv.org/pdf/1801.04381.pdf>, MobileNets V2
* [*Mobilenets: Efficient Convolutional Neural Networks for Mobile Vision Applications*](https://arxiv.org/abs/1704.04861)
* [MobileNets V2](https://arxiv.org/pdf/1801.04381.pdf)
# Chapter 7
# 第 7 章
This chapter will discuss transfer learning and how we can take advantage of other people's model training to help us train our own networks. The references for this chapter are:
本章将讨论迁移学习以及我们如何利用他人的模型训练来帮助我们训练自己的网络。 本章的参考是:
* <https://www.cse.ust.hk/~qyang/Docs/2009/tkde_transfer_learning.pdf>
* <ftp://ftp.cs.wisc.edu/machine-learning/shavlik-group/torrey.handbook09.pdf>
* <https://arxiv.org/pdf/1403.6382.pdf> (*CNN Features off-the-shelf: an Astounding Baseline for Recognition*)
* <https://arxiv.org/pdf/1310.1531.pdf> (*DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition*)
* [*CNN Features off-the-shelf: an Astounding Baseline for Recognition*](https://arxiv.org/pdf/1403.6382.pdf)
* [*DeCAF: A Deep Convolutional Activation Feature for Generic Visual Recognition*](https://arxiv.org/pdf/1310.1531.pdf)
# Chapter 9
# 第 9 章
In the last chapter of this book we will learn how to take advantage of parallel cluster of computers in the cloud to accelerate model training. The references for this chapter are:
在本书的最后一章中,我们将学习如何利用云中的并行计算机集群来加速模型训练。 本章的参考是:
* <https://www.oreilly.com/ideas/distributed-tensorflow>
* <https://research.fb.com/wp-content/uploads/2017/06/imagenet1kin1h5.pdf>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册