All Projects → AdalbertoCq → Deep Learning Specialization Coursera

AdalbertoCq / Deep Learning Specialization Coursera

Deep Learning Specialization courses by Andrew Ng, deeplearning.ai

Projects that are alternatives of or similar to Deep Learning Specialization Coursera

Deep Learning Coursera
Deep Learning Specialization by Andrew Ng on Coursera.
Stars: ✭ 95 (-34.93%)
Mutual labels:  jupyter-notebook, coursera
Ml Da Coursera Yandex Mipt
Machine Learning and Data Analysis Coursera Specialization from Yandex and MIPT
Stars: ✭ 108 (-26.03%)
Mutual labels:  jupyter-notebook, coursera
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+830.82%)
Mutual labels:  jupyter-notebook, optimization
Google It Automation
google it automation with python professional certificate
Stars: ✭ 81 (-44.52%)
Mutual labels:  jupyter-notebook, coursera
Keras Yolo2
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
Stars: ✭ 1,693 (+1059.59%)
Mutual labels:  jupyter-notebook, convolutional-networks
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-41.78%)
Mutual labels:  jupyter-notebook, optimization
Deeplearning.ai Convolutional Neural Networks
Completed assignment jupyter notebook of Foundations of Convolutional Neural Networks, deeplearning.ai coursera course
Stars: ✭ 109 (-25.34%)
Mutual labels:  jupyter-notebook, coursera
Gtsrb
Convolutional Neural Network for German Traffic Sign Recognition Benchmark
Stars: ✭ 65 (-55.48%)
Mutual labels:  jupyter-notebook, convolutional-networks
Optimization Python
General optimization (LP, MIP, QP, continuous and discrete optimization etc.) using Python
Stars: ✭ 133 (-8.9%)
Mutual labels:  jupyter-notebook, optimization
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-17.81%)
Mutual labels:  jupyter-notebook, convolutional-networks
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+724.66%)
Mutual labels:  jupyter-notebook, optimization
Glasses
High-quality Neural Networks for Computer Vision 😎
Stars: ✭ 138 (-5.48%)
Mutual labels:  jupyter-notebook, convolutional-networks
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-50.68%)
Mutual labels:  jupyter-notebook, coursera
Quantum Learning
This repository contains the source code used to produce the results presented in the paper "Machine learning method for state preparation and gate synthesis on photonic quantum computers".
Stars: ✭ 89 (-39.04%)
Mutual labels:  jupyter-notebook, optimization
Big Data Engineering Coursera Yandex
Big Data for Data Engineers Coursera Specialization from Yandex
Stars: ✭ 71 (-51.37%)
Mutual labels:  jupyter-notebook, coursera
Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-29.45%)
Mutual labels:  jupyter-notebook, optimization
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-73.29%)
Mutual labels:  jupyter-notebook, coursera
Athena
Automatic equation building and curve fitting. Runs on Tensorflow. Built for academia and research.
Stars: ✭ 57 (-60.96%)
Mutual labels:  jupyter-notebook, optimization
Coursera reinforcement learning
Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute
Stars: ✭ 114 (-21.92%)
Mutual labels:  jupyter-notebook, coursera
Pysot
Surrogate Optimization Toolbox for Python
Stars: ✭ 136 (-6.85%)
Mutual labels:  jupyter-notebook, optimization

Coursera Deep Learning Specialization

This is the repository for my implementations on the Deep Learning Specialization from Coursera.

Taught by Andrew Ng

Syllabus

Course 1. Neural Networks and Deep Learning

Foundations of Deep Learning:

  • Understand the major technology trends driving Deep Learning
  • Be able to build, train and apply fully connected deep neural networks
  • Know how to implement efficient (vectorized) neural networks
  • Understand the key parameters in a neural network's architecture

Codes:

Course 2. Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

  • Understand industry best-practices for building deep learning applications.
  • Be able to effectively use the common neural network "tricks", including initialization, L2 and dropout regularization, Batch normalization, gradient checking,
  • Be able to implement and apply a variety of optimization algorithms, such as mini-batch gradient descent, Momentum, RMSprop and Adam, and check for their convergence.
  • Understand new best-practices for the deep learning era of how to set up train/dev/test sets and analyze bias/variance
  • Be able to implement a neural network in TensorFlow.

Codes:

Course 3. Structuring Machine Learning Projects

  • Understand how to diagnose errors in a machine learning system, and
  • Be able to prioritize the most promising directions for reducing error
  • Understand complex ML settings, such as mismatched training/test sets, and comparing to and/or surpassing human-level performance
  • Know how to apply end-to-end learning, transfer learning, and multi-task learning

Course 4. Convolutional Neural Networks

  • Understand how to build a convolutional neural network, including recent variations such as residual networks.
  • Know how to apply convolutional networks to visual detection and recognition tasks.
  • Know to use neural style transfer to generate art.
  • Be able to apply these algorithms to a variety of image, video, and other 2D or 3D data.

Codes:

Course 5. Sequential Models

  • Understand how to build and train Recurrent Neural Networks (RNNs), and commonly-used variants such as GRUs and LSTMs.
  • Be able to apply sequence models to natural language problems, including text synthesis.
  • Be able to apply sequence models to audio applications, including speech recognition and music synthesis.

Codes:

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