• Stars
    star
    134
  • Rank 263,201 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera

Deep Learning Specialization

Projects from the Deep Learning Specialization from deeplearning.ai offered by Coursera.

Instructor: Andrew Ng

Master Deep Learning and Break Into AI

If you want to break into AI, this Specialization will help you do so. Deep Learning is one of the most highly sought after skills in tech. We will help you become good at Deep Learning.

In five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which we will teach.

You will also hear from many top leaders in Deep Learning, who will share with you their personal stories and give you career advice.

AI is transforming multiple industries. After finishing this specialization, you will likely find creative ways to apply it to your work.

Programming Assignements

  • Course 1: Neural Networks and Deep Learning

    • Week 2 - PA 1 - Logistic Regresssion as a Neural Network
    • Week 2 - PA 2 - Python Basics with Numpy
    • Week 3 - PA 1 - Planar data classification with one hidden layer
    • Week 4 - PA 1 - Building your Deep Neural Network Step by Step
    • Week 4 - PA 2 - Deep Neural Network Application_Image Classification
  • Course 2: Improving Neural Networks

    • Week 1 - PA 1 - Gradient Checcking
    • Week 1 - PA 2 - Regularisation
    • Week 1 - PA 3 - Initialization
    • Week 2 - PA 1 - Optimization Methods
    • Week 3 - PA 1 - Tensorflow Tutorial
  • Course 4: Convolutional Neural Networks

    • Week 1 - PA 1 - Convolutional Model
    • Week 2 - PA 1 - Keras Tutorial
    • Week 2 - PA 2 - ResNets
    • Week 3 - PA 1 - Car Detection for Autonomous Driving
    • Week 4 - PA 1 - Face Recognition
    • Week 4 - PA 2 - Neural Style Transfer
  • Course 5: Sequence Models

    • Week 1 - PA 1 - Building a RNN step by step
    • Week 1 - PA 2 - Dinosaur Island
    • Week 1 - PA 3 - Jazz Imrpovisation with LSTM
    • Week 2 - PA 1 - Emojify
    • Week 2 - PA 2 - Word Vector Representation
    • Week 3 - PA 1 - Machine Translation
    • Week 3 - PA 2 - Trigger Word Detection

Prerequisites

The Code is written in Python 3.6.5 . If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip.

To install pip run in the command Line

python -m ensurepip -- default-pip

to upgrade it

python -m pip install -- upgrade pip setuptools wheel

to upgrade Python

pip install python -- upgrade

You will also need to install additional packages depending the Course you are following and the relevant assignement. Seperate ReadMes will guide you for each individual course

Viewing the Jupyter Notebook

In order to better view and work on the jupyter Notebook I encourage you to use nbviewer . You can simply copy and paste the link to this website and you will be able to edit it without any problem. Alternatively you can clone the repository using

git clone https://github.com/fotisk07/Deep-Learning/

then in the command Line type, after you have downloaded jupyter notebook type

jyputer notebook

locate the notebook and run it.

Disclaimer

Please use this repository ONLY as reference or for help and do not hard copy and paste the assignements.

Contributing

Please read CONTRIBUTING.md for the process for submitting pull requests.

Authors

  • Fotios Kapotos - Initial work

This project is licensed under the MIT License - see the LICENSE.md file for details

More Repositories

1

Image-Classifier

Final Project of the Udacity AI Programming with Python Nanodegree
Jupyter Notebook
71
star
2

Fourier-Transform

An implementation of the Fourier Transform using Python
Python
51
star
3

RoboticsSpecialization-UPenn

Projects from the Robotics specialization from Coursera offered by the University of Pennsylvania
MATLAB
13
star
4

NumPy-Pandas-MatPlotLib

Projects from the Udacity Nanodegree AI Programming with Python
Jupyter Notebook
12
star
5

SI-Project

A radio remote controlled robot that maps the space around it.
Python
5
star
6

TPE-SI

A repository containing the code for a TPE-SI Project
Jupyter Notebook
4
star
7

Hacker-Rank-Python

This repository contains the solved programming challenges in Hacker Rank. It is a repository in progress, it will be updated as soon as possible with the rest of the challenges
Python
4
star
8

CentraleAnalytica

Sentiment analysis on tweets concerning a given topic. This is a project was realised during the Coding Weeks bootcamp at CentraleSupélec
Python
2
star
9

AlgorithmicToolbox-UCalifornia

Projects from the first course of the Coursera Specialization Data structures and Algorithms from the University of California,San Diego, National Research Higher School of Economics
Python
2
star
10

anima-iter

Répertoire du code de la série Map Making 1.13 Inima Iter par Stéph
1
star
11

Automathon

My solution for the Automathon Superposed MNIST competition.
Python
1
star
12

Visualising-Gradient-Descend

Python
1
star
13

WROapril2016

Panhellenic Robotics Competition with the subject a trip to the ancient world
1
star
14

TIPE

Jupyter Notebook
1
star
15

Pandas-Tutorial

Solved notebooks from the kaggle Pandas Tutorial
Jupyter Notebook
1
star
16

WROjuly2017

C++
1
star
17

WROjuly2016

1
star
18

Factorions

A simple python script that finds all factoids in a given range
Python
1
star