GithubHelp home page GithubHelp logo

hhy5277 / deeplearningcoursecodes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ionvision/deeplearningcoursecodes

0.0 1.0 0.0 73.53 MB

Notes, Codes, and Tutorials for the Deep Learning Course <which I taught at ChinaHadoop>

License: Apache License 2.0

HTML 24.27% Jupyter Notebook 62.08% Python 13.65%

deeplearningcoursecodes's Introduction

Deep Learning Course Codes

Notes, Codes, and Tutorials for the Deep Learning Course at ChinaHadoop

注意每一份代码分别有Jupyter Notebook, Python, 以及HTML三种形式,大家可以按照自己的需求阅读,学习或运行。 运行时需要注意anaconda的版本问题,anaconda2-5.0.0与anaconda3-5.0.0分别对应python2.7与python3.6环境。

重要参考资料:

  1. Stanford CS229 Machine Learning, Fall 2017
  2. Deep Learning Book读书笔记
  3. Hands-on Machine Learning with Scikit-Learn and TensorFlow [book]

学习资料:

  1. Effective TensorFlow - TensorFlow tutorials and best practices.
  2. Finch - Many Machine Intelligence models implemented (mainly tensorflow, sometimes pytorch / mxnet)
  3. Pytorch Tutorials - PyTorch Tutorial for Deep Learning Researchers.
  4. MXNet the straight dope - An interactive book on deep learning. Much easy, so MXNet. Wow.

第一讲:深度学习课程总览与神经网络入门

代码示例:TensorFlow基础与线性回归模型(TensorFlow, PyTorch)

第二讲:传统神经网络

代码示例:K近邻算法,线性分类,以及多层神经网络(TensorFlow, PyTorch)

第三讲:卷积神经网络基础

代码示例:卷积神经网络的基础实现(TensorFlow)

第四讲:卷积神经网络进阶

代码示例:卷积神经网络的进阶实现(TensorFlow)

第五讲:深度神经网络:目标分类与识别

代码示例:深度神经网络-图像识别与分类(TensorFlow, PyTorch)

pip install git+https://github.com/zsdonghao/tensorlayer.git
conda install -c menpo opencv3 
或
pip install opencv-python
  • 所需数据集下载:data.zip: [微云][百度云] (覆盖./05_Image_recognition_and_classification/data文件夹)  
  • 所需模型下载: vgg19.npz  [微云][百度云] (放置于./05_Image_recognition_and_classification文件夹下)  
  • 所需模型下载:inception_v3.ckpt [微云][百度云] (放置于./05_Image_recognition_and_classification文件夹下)

第六讲:深度神经网络:目标检测与定位

代码示例:目标检测模型示例 (TensorFlow, PyTorch)

第七讲:深度神经网络:目标追踪与目标分割

代码示例:目标追踪与目标分割

第八讲:循环神经网络与序列模型

代码示例:循环神经网络

第九讲:无监督式学习与生成对抗网络

代码示例:生成对抗网络

第十讲:强化学习

deeplearningcoursecodes's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.