All Projects → sudharsan13296 → Hands On Deep Learning Algorithms With Python

sudharsan13296 / Hands On Deep Learning Algorithms With Python

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

Projects that are alternatives of or similar to Hands On Deep Learning Algorithms With Python

Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+1.47%)
Mutual labels:  jupyter-notebook, gans, cyclegan
Gans
Generative Adversarial Networks implemented in PyTorch and Tensorflow
Stars: ✭ 714 (+162.5%)
Mutual labels:  jupyter-notebook, gans, cyclegan
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-91.54%)
Mutual labels:  jupyter-notebook, autoencoder, word-embeddings
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-38.97%)
Mutual labels:  jupyter-notebook, gans
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-41.54%)
Mutual labels:  jupyter-notebook, autoencoder
Load forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
Stars: ✭ 160 (-41.18%)
Mutual labels:  jupyter-notebook, gru
Deeptime
Deep learning meets molecular dynamics.
Stars: ✭ 123 (-54.78%)
Mutual labels:  jupyter-notebook, autoencoder
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-36.4%)
Mutual labels:  jupyter-notebook, gans
Capsnet Traffic Sign Classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Stars: ✭ 166 (-38.97%)
Mutual labels:  jupyter-notebook, capsule-network
Debiaswe
Remove problematic gender bias from word embeddings.
Stars: ✭ 175 (-35.66%)
Mutual labels:  jupyter-notebook, word-embeddings
Book deeplearning in pytorch source
Stars: ✭ 236 (-13.24%)
Mutual labels:  jupyter-notebook, gans
Elmo Tutorial
A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)
Stars: ✭ 145 (-46.69%)
Mutual labels:  jupyter-notebook, word-embeddings
Starnet
StarNet
Stars: ✭ 141 (-48.16%)
Mutual labels:  jupyter-notebook, gans
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-40.07%)
Mutual labels:  jupyter-notebook, cyclegan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-49.26%)
Mutual labels:  jupyter-notebook, gans
Tensorflow 101
中文的 tensorflow tutorial with jupyter notebooks
Stars: ✭ 172 (-36.76%)
Mutual labels:  jupyter-notebook, autoencoder
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (-16.54%)
Mutual labels:  jupyter-notebook, word-embeddings
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+1079.78%)
Mutual labels:  jupyter-notebook, word-embeddings
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+1156.62%)
Mutual labels:  jupyter-notebook, gru
Hierarchical Attention Network
Implementation of Hierarchical Attention Networks in PyTorch
Stars: ✭ 120 (-55.88%)
Mutual labels:  jupyter-notebook, gru

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

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