• Stars
    star
    327
  • Rank 128,686 (Top 3 %)
  • Language
    Jupyter Notebook
  • Created over 5 years ago
  • Updated about 4 years ago

Reviews

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

Repository Details

Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow

Hands-On Deep Learning Algorithms With Python

Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow

About the book

Book Cover

Deep learning is one of the most popular domains in the artificial intelligence (AI) space, which allows you to develop multi-layered models of varying complexities. This book is designed to help you grasp things, from basic deep learning algorithms to the more advanced algorithms. The book is designed in a way that first you will understand the algorithm intuitively, once you have a basic understanding of the algorithms, then you will master the underlying math behind them effortlessly and then you will learn how to implement them using TensorFlow step by step.

The book covers almost all the state of the art deep learning algorithms. First, you will get a good understanding of the fundamentals of neural networks and several variants of gradient descent algorithms. Later, you will explore RNN, Bidirectional RNN, LSTM, GRU, seq2seq, CNN, capsule nets and more. Then, you will master GAN and various types of GANs and several different autoencoders.

By the end of this book, you will be equipped with the skills you need to implement deep learning in your projects.

Get the book


Check out my Deep Reinforcement Learning Repo here.

Table of contents

1. Introduction to Deep Learning

2. Getting to Know TensorFlow

3. Gradient Descent and its variants

4. Generating Song lyrics with RNN

5. Improvements to the RNN

  • 5.1. LSTM to the Rescue
  • 5.2. Understanding the LSTM cell
  • 5.3. Forward propagation in LSTM
  • 5.4. Backpropagation in LSTM
  • 5.5. Deriving backpropagation of LSTM Step by step
  • 5.6. Predicting Bitcoins price using LSTM
  • 5.7. Gated Recurrent Units
  • 5.8. Understanding GRU cell
  • 5.9. Forward propagation in GRU cell
  • 5.10. Deriving backpropagation in GRU cell
  • 5.11. Implementing GRU cell in Tensorflow
  • 5.12. BiDirectional RNN
  • 5.13. Going Deep with Deep RNN
  • 5.14. Language Translation Seq2seq models

6. Demystifying Convolutional Networks

7. Learning Text Representations

8. Generating Images using GANs

9. Learning more about GANs

10. Reconstructing inputs using Autoencoders

11. Exploring few-shot learning algorithms

More Repositories

1

Awesome-Meta-Learning

A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
1,479
star
2

Hands-On-Meta-Learning-With-Python

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
Jupyter Notebook
1,157
star
3

Hands-On-Reinforcement-Learning-With-Python

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Jupyter Notebook
834
star
4

Deep-Reinforcement-Learning-With-Python

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Jupyter Notebook
322
star
5

Getting-Started-with-Google-BERT

Build and train state-of-the-art natural language processing models using BERT
Jupyter Notebook
211
star
6

Bitcoin-price-Prediction-using-LSTM

Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Jupyter Notebook
124
star
7

Word2vec-from-scratch

simple Word2vec from scratch using tensorflow for understanding
Jupyter Notebook
31
star
8

Whatsapp-analytics

performing sentiment analysis on the whatsapp chats.
R
21
star
9

Document-Classification-using-LSA

Document classification using Latent semantic analysis in python
Jupyter Notebook
16
star
10

Recommendation-System

Simple movie recommendation system using lighfm in python.
Python
2
star
11

Face-Detection-webcam

Face Detection in the webcam using opencv
Python
2
star
12

Tagging-Stackoverflow-posts-using-BOW

Tagging Stackoverflow posts using BOW in keras
Jupyter Notebook
2
star
13

SVM-hyperparameters-in-R-shiny

R shiny app to understand various hyperparameter in SVM
R
1
star
14

Cryptography-Algorithms

Implementation of Various Cryptographic algorithms
Java
1
star