All Projects → HuangCongQing → Deeplearning.ai Note

HuangCongQing / Deeplearning.ai Note

Licence: mit
网易云课堂终于官方发布了吴恩达经过授权的汉化课程-“”深度学习专项课程“”,这是自己做的一些笔记以及代码。下为网易云学习链接

Projects that are alternatives of or similar to Deeplearning.ai Note

Dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Stars: ✭ 9,681 (+5248.62%)
Mutual labels:  ai, jupyter-notebook
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (+1425.41%)
Mutual labels:  ai, jupyter-notebook
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-43.09%)
Mutual labels:  ai, jupyter-notebook
Deep Dream In Pytorch
Pytorch implementation of the DeepDream computer vision algorithm
Stars: ✭ 90 (-50.28%)
Mutual labels:  ai, jupyter-notebook
Workshops
Workshops organized to introduce students to security, AI, AR/VR, hardware and software
Stars: ✭ 162 (-10.5%)
Mutual labels:  ai, jupyter-notebook
Ai Dl Enthusiasts Meetup
AI & Deep Learning Enthusiasts Meetup Project & Study Sessions
Stars: ✭ 90 (-50.28%)
Mutual labels:  ai, jupyter-notebook
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-23.2%)
Mutual labels:  ai, jupyter-notebook
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-81.22%)
Mutual labels:  ai, jupyter-notebook
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-15.47%)
Mutual labels:  ai, jupyter-notebook
Lessonmaterials
Open Sourced Curriculum and Lessons for an Introductory AI/ML Course
Stars: ✭ 142 (-21.55%)
Mutual labels:  ai, jupyter-notebook
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (-56.35%)
Mutual labels:  ai, jupyter-notebook
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-8.29%)
Mutual labels:  ai, jupyter-notebook
Vitech
tuyển chọn các tài liệu về công nghệ bằng tiếng Việt
Stars: ✭ 63 (-65.19%)
Mutual labels:  ai, jupyter-notebook
Objectron
Objectron is a dataset of short, object-centric video clips. In addition, the videos also contain AR session metadata including camera poses, sparse point-clouds and planes. In each video, the camera moves around and above the object and captures it from different views. Each object is annotated with a 3D bounding box. The 3D bounding box describes the object’s position, orientation, and dimensions. The dataset contains about 15K annotated video clips and 4M annotated images in the following categories: bikes, books, bottles, cameras, cereal boxes, chairs, cups, laptops, and shoes
Stars: ✭ 1,352 (+646.96%)
Mutual labels:  ai, jupyter-notebook
Aiopen
AIOpen是一个按人工智能三要素(数据、算法、算力)进行AI开源项目分类的汇集项目,项目致力于跟踪目前人工智能(AI)的深度学习(DL)开源项目,并尽可能地罗列目前的开源项目,同时加入了一些曾经研究过的代码。通过这些开源项目,使初次接触AI的人们对人工智能(深度学习)有更清晰和更全面的了解。
Stars: ✭ 62 (-65.75%)
Mutual labels:  ai, jupyter-notebook
Sw machine learning
machine learning
Stars: ✭ 108 (-40.33%)
Mutual labels:  ai, jupyter-notebook
Machine Learning Experiments
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
Stars: ✭ 841 (+364.64%)
Mutual labels:  ai, jupyter-notebook
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+372.38%)
Mutual labels:  ai, jupyter-notebook
All4nlp
All For NLP, especially Chinese.
Stars: ✭ 141 (-22.1%)
Mutual labels:  ai, jupyter-notebook
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-8.84%)
Mutual labels:  ai, jupyter-notebook

deeplearning.ai-note

吴恩达在Coursera上推出的“深度学习专项课程“引起了一波AI学习热潮,而自发布以来,国内学习者对于课程汉化的呼声也从未停止。前些天,网易云课堂终于官方发布了经过授权的汉化课程

视频

笔记在线阅读http://www.ai-start.com/dl2017

深度学习专项课程(Deep Learning Specialization on Coursera)

Course 1. 神经网络和深度学习 Neural Networks and Deep Learning

  1. Week1 - [第一周:深度学习引言(Introduction to Deep Learning)]
  2. Week2 - [第二周:神经网络的编程基础(Basics of Neural Network programming)]
  3. Week3 - [第三周:浅层神经网络(Shallow neural networks)]
  4. Week4 - [第四周:深层神经网络(Deep Neural Networks)]

Course 2. 改善深层神经网络 Improving Deep Neural Networks Hyperparameter tuning, Regularization and Optimization

  1. Week1 - [第一周:深度学习的实用层面(Practical aspects of Deep Learning)] - Setting up your Machine Learning Application - Regularizing your neural network - Setting up your optimization problem
  2. Week2 - [第二周:优化算法 (Optimization algorithms)]
  3. Week3 - [第三周超参数调试,batch正则化和程序框架(Hyperparameter tuning, Batch Normalization and Programming Frameworks)]

Course 3. 结构化机器学习项目 Structuring Machine Learning Projects

  1. Week1 - [第一周:机器学习策略(1)(ML Strategy (1))] - Setting up your goal - Comparing to human-level performance
  2. Week2 - [第二周:机器学习策略(2)(ML Strategy (2))] - Error Analysis - Mismatched training and dev/test set - Learning from multiple tasks - End-to-end deep learning

Course 4. 卷积神经网络 Convolutional Neural Networks

  1. Week1 - [第一周 卷积神经网络(Foundations of Convolutional Neural Networks)]
  2. Week2 - [第二周 深度卷积网络:实例探究(Deep convolutional models: case studies)](
  3. Week3 - [第三周 目标检测(Object detection)]
  4. Week4 - [第四周 特殊应用:人脸识别和神经风格转换(Special applications: Face recognition &Neural style transfer)]

Course 5. 序列模型 Sequence Models

  1. Week1 - [Recurrent Neural Networks]
  2. Week2 - [Natural Language Processing & Word Embeddings]
  3. Week3 - [Sequence models & Attention mechanism]

目录结构

├─01神经网络和深度学习
│  ├─Code编程作业
│  └─Quiz测验题
├─02改善深度神经网络
│  ├─Code编程作业
│  └─Quiz测验题
├─03结构化机器学习项目
│  ├─Code编程作业
│  └─Quiz测验题
├─04卷积神经网络
│  ├─Code编程作业
│  └─Quiz测验题
├─05序列模型
│  ├─Code编程作业
│  └─Quiz测验题

可学习参考资料

TO DO

持续更新中... ...

更多可参考

开源许可证 License MIT

  • 开源是一种精神,MachineLearning_Ng的开源更是人的一种进步
  • 开源是自由的,而不是免费的。Free(自由) is not free(免费) 请认真阅读并遵守以下开源协议 License MIT

此外,代码仅作学习深度学习专项课程(Deep Learning Specialization on Coursera)所用,代码和笔记禁止私用,违者必究

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].