An open API service indexing awesome lists of open source software.

https://github.com/camara94/cognitive-deep-learning-with-tensorflow

The majority of data in the world is unlabeled and unstructured, for instance images, sound, and text data. Shallow neural networks cannot easily capture relevant structures within this type of data, but deep networks are capable of discovering the hidden structures. In this course, you will use the TensorFlow library to apply deep learning on different types of data to solve real world problems.
https://github.com/camara94/cognitive-deep-learning-with-tensorflow

convolutional-neural-networks deeplearning-ai python recurrent-neural-networks tensorflow

Last synced: 4 months ago
JSON representation

The majority of data in the world is unlabeled and unstructured, for instance images, sound, and text data. Shallow neural networks cannot easily capture relevant structures within this type of data, but deep networks are capable of discovering the hidden structures. In this course, you will use the TensorFlow library to apply deep learning on different types of data to solve real world problems.

Awesome Lists containing this project

README

          

# Cognitive-Deep-Learning-with-TensorFlow
The majority of data in the world is unlabeled and unstructured, for instance images, sound, and text data. Shallow neural networks cannot easily capture relevant structures within this type of data, but deep networks are capable of discovering the hidden structures. In this course, you will use the TensorFlow library to apply deep learning on different types of data to solve real world problems.

## Prerequisites and Recommended skills
### Prerequisites
* Python programming
### Recommended skills prior to taking this course
* Neural Network
## Learning Objectives
In this course you will learn about:
* Using TensorFlow for Deep Learning
* Breaking down images into their principal components and automatically generating a caption for it;
* Recommending movies, products, anything, based on what a certain person likes
* Processing incomplete sentences and predicting what was going to be written afterwards;

## Syllabus

### Module 1 - Intro to TensorFlow
* Intro to TensorFlow
* Intro to Deep Learning
* Deep Neural Networks

### Module 2 - Convolutional Neural Networks (CNNs)
* Intro to CNNs
* CNNs for Classification
* CNN Architecture

### Module 3 - Recurrent Neural Networks (RNNs)
* The Sequence Problem
* The RNN Model
* The LSTM Model
* Applying RNs to Language Modelling

### Module 4 - Restricted Boltzmann Machines (RBMs)
* Intro to RBMs
* RBMs

### Module 5 - Autoencoders
* Intro to Autoencoders
* Autoencoders