深度学习的学习过程记录-开山篇

机器学习machine learning
深度学习deep learning

////////////////////////////////////////////////////////////////////////
2018-11-19 记录深度学习的学习过程
////////////////////////////////////////////////////////////////////////
资源类:

  1. tensorflow

如何快速学习tensorflow
https://www.zhihu.com/question/41667903
官方学习教程(里面有开发环境搭建教程)
https://www.tensorflow.org/tutorials/keras/basic_classification
tensorflow and deep learning without a PhD (Google教程)
https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/#0

资源合集:
https://github.com/wagamamaz/tensorflow-tutorial

  1. pytorch
    官网:
    https://pytorch.org
    中文教程:
    http://pytorch.apachecn.org/cn/tutorials/beginner/blitz/autograd_tutorial.html

  2. NLP-Google bert
    https://github.com/google-research/bert#fine-tuning-with-bert
    BERT pytorch implementation:
    https://github.com/huggingface/pytorch-pretrained-BERT

  3. python学习教程
    learn python the hard way
    https://learnpythonthehardway.org
    莫凡python
    https://morvanzhou.github.io/tutorials/python-basic/basic/03-2-for/
    python + machine learning
    https://pythonprogramming.net/machine-learning-tutorial-python-introduction/

  4. 莫凡推荐学习顺序(总结的很好,这边引用一下)
    在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/zuoph/article/details/84250797