All Projects → ionvision → Deeplearningcoursecodes

ionvision / Deeplearningcoursecodes

Licence: apache-2.0
Notes, Codes, and Tutorials for the Deep Learning Course <which I taught at ChinaHadoop>

Projects that are alternatives of or similar to Deeplearningcoursecodes

Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-14.11%)
Mutual labels:  jupyter-notebook, tutorial
How To Read Pytorch
Quick, visual, principled introduction to pytorch code through five colab notebooks.
Stars: ✭ 218 (-9.54%)
Mutual labels:  jupyter-notebook, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (-12.45%)
Mutual labels:  jupyter-notebook, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-16.6%)
Mutual labels:  jupyter-notebook, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-5.39%)
Mutual labels:  jupyter-notebook, tutorial
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+867.63%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow
Deep Learning Zero to All - Tensorflow
Stars: ✭ 216 (-10.37%)
Mutual labels:  jupyter-notebook, tutorial
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-25.31%)
Mutual labels:  jupyter-notebook, tutorial
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-7.47%)
Mutual labels:  jupyter-notebook, tutorial
Dl For Chatbot
Deep Learning / NLP tutorial for Chatbot Developers
Stars: ✭ 221 (-8.3%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+1231.54%)
Mutual labels:  jupyter-notebook, tutorial
Datavisualization
Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph
Stars: ✭ 234 (-2.9%)
Mutual labels:  jupyter-notebook, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-19.5%)
Mutual labels:  jupyter-notebook, tutorial
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-15.35%)
Mutual labels:  jupyter-notebook, tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-24.48%)
Mutual labels:  jupyter-notebook, tutorial
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-15.35%)
Mutual labels:  jupyter-notebook, tutorial
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-29.46%)
Mutual labels:  jupyter-notebook, tutorial
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-27.8%)
Mutual labels:  jupyter-notebook, tutorial
50 Days Of Ml
A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects
Stars: ✭ 218 (-9.54%)
Mutual labels:  jupyter-notebook, tutorial
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-4.56%)
Mutual labels:  jupyter-notebook, tutorial

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)

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

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

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

代码示例:循环神经网络

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

代码示例:生成对抗网络

第十讲:强化学习

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].