PacktPublishing / Hands-On-Deep-Learning-Algorithms-with-Python

Hands-On Deep Learning Algorithms with Python, By Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Deep Learning Algorithms with Python

Hands-On Deep Learning Algorithms with Python

This is the code repository for Hands-On Deep Learning Algorithms with Python, published by Packt.

Master deep learning algorithms with extensive math by implementing them using TensorFlow

What is this book about?

Deep learning is one of the most popular domains in the AI space, allowing you to develop multi-layered models of varying complexities.

This book covers the following exciting features:

  • Implement basic-to-advanced deep learning algorithms
  • Master the mathematics behind deep learning algorithms
  • Become familiar with gradient descent and its variants, such as AMSGrad, AdaDelta, Adam, and Nadam
  • Implement recurrent networks, such as RNN, LSTM, GRU, and seq2seq models
  • Understand how machines interpret images using CNN and capsule networks

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

J_plus = forward_prop(x, weights_plus)
J_minus = forward_prop(x, weights_minus)

Following is what you need for this book: If you are a machine learning engineer, data scientist, AI developer, or simply want to focus on neural networks and deep learning, this book is for you. Those who are completely new to deep learning, but have some experience in machine learning and Python programming, will also find the book very helpful.

With the following software and hardware list you can run all code files present in the book (Chapter 1-10).

Software and Hardware List

Chapter Software required OS required
1-10 Python 2.7, TensorFlow 1.13.1 Linux (Any)
2 Python 2.7, TensorFlow 1.13.1, TensorFlow 2.0 Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Sudharsan Ravichandiran is a data scientist, researcher, artificial intelligence enthusiast, and YouTuber (search for Sudharsan reinforcement learning). He completed his bachelor's in information technology at Anna University. His area of research focuses on practical implementations of deep learning and reinforcement learning, which includes natural language processing and computer vision. He is an open source contributor and loves answering questions on Stack Overflow. He also authored a best-seller, Hands-On Reinforcement Learning with Python, published by Packt Publishing.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Hands-On Deep Learning Algorithms with Python, By Packt

License:MIT License


Languages

Language:Jupyter Notebook 100.0%