---
product_id: 54355449
title: "Deep Learning with Python"
price: "€ 97.56"
currency: EUR
in_stock: true
reviews_count: 13
url: https://www.desertcart.at/products/54355449-deep-learning-with-python
store_origin: AT
region: Austria
---

# Fast-track your AI skills Python-centric practical examples Comprehensive deep learning guide Deep Learning with Python

**Price:** € 97.56
**Availability:** ✅ In Stock

## Summary

> 🚀 Code your way to AI mastery with Python-powered deep learning!

## Quick Answers

- **What is this?** Deep Learning with Python
- **How much does it cost?** € 97.56 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.at](https://www.desertcart.at/products/54355449-deep-learning-with-python)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Practical Over Theory:** Skip heavy math—focus on actionable skills and immediate application.
- • **Trusted & Highly Rated:** Join 1,440+ readers who gave it a 4.5-star rating for clarity and impact.
- • **Hands-On Python Mastery:** Dive into real Python/Keras code to build deep learning models from day one.
- • **Image & Text Processing Focus:** Master the two hottest AI applications shaping today's tech landscape.
- • **Accessible for Intermediate Coders:** Designed for Python users ready to level up without getting lost in jargon.

## Overview

Deep Learning with Python is a hands-on, practical guide that empowers intermediate Python programmers to quickly build and understand deep learning models. Focusing on real-world applications like image and text processing, it prioritizes actionable coding skills over complex theory, making it the go-to resource for professionals eager to upskill in AI with clarity and confidence.

## Description

From the brand Manning is a publisher of computer books, videos and projects for software developers, engineers, architects, system administrators, managers and all who are professionally involved with the computer business. We also publish for students and young programmers, including occasionally for children. How we get our start? We published our first book in 1993 and have been learning from our successes, and even more from our mistakes, ever since. Every new book teaches us something that helps us improve. What makes our products unique? "Independent" means we are not owned by a large corporate entity and are free to make our own decisions. This has allowed us to innovate and be flexible and to quickly adjust what we do as we go. What do we publish? We publish standalone titles as well as a number of book series. How we get our start? We published our first book in 1993 and have been learning from our successes, and even more from our mistakes, ever since. Every new book teaches us something that helps us improve. What makes our products unique? "Independent" means we are not owned by a large corporate entity and are free to make our own decisions. This has allowed us to innovate and be flexible and to quickly adjust what we do as we go. What do we publish? We publish standalone titles as well as a number of book series. More from Manning Visit the store More from Manning Visit the store In Action Books Introduces new technologies to working technical professionals. Typically intermediate level. In Action Books Introduces new technologies to working technical professionals. Typically intermediate level. In Practice Books Cook-book-style references, generally organized in order of difficulty. Typically intermediate level. In Practice Books Cook-book-style references, generally organized in order of difficulty. In Depth Books “second” books on technical topics that cover key areas a greater levels of depth and detail. Typically intermediate-advanced level. In Depth Books “second” books on technical topics that cover key areas a greater levels of depth and detail. Typically intermediate-advanced level. In a Month of Lunches Books Introduces core technical topics via a series of small lab-based lessons that should each take about 30-45 minutes to complete. In a Month of Lunches Books Introduces core technical topics via a series of small lab-based lessons that should each take about 30-45 minutes to complete. Grokking Books Tutorials with a graphical teaching style designed to offer a deep understanding of a technologies foundations. Grokking Books Tutorials with a graphical teaching style designed to offer a deep understanding of a technologies foundations. Get Programming Books Structured tutorials built around hands-on exercises and progressively more difficult capstone projects Get Programming Books Structured tutorials built around hands-on exercises and progressively more difficult capstone projects Bookcamp Books Collections of 6-10 medium-sized projects similar to what a reader will face on the job. Typically intermediate level. Bookcamp Books Collections of 6-10 medium-sized projects similar to what a reader will face on the job. Hello! Books Designed to be a gentle first book on a technical topic. Beginner level. Hello! Books Designed to be a gentle first book on a technical topic. Beginner level.

Review: Practical and easy to learn from - This is a hands on practical book for people who want to get into deep learning quickly. It requires knowledge of python but almost no knowledge of AI, explaining for instance the basic concepts of annotation, labelled instances and the difference between supervised and unsupervised learning. It starts with a series on simple practical examples which the reader can easily reproduce and explore alone. The explanations are readable and understandable away from a computer (I read much of it on holiday). It then goes into detail of the two most advanced applications of deep learning - image processing and text processing. The notation throughout is python rather than formal mathematical notation. If you like reading code but don't like reading matrix equations, this will be ideal. The one possible shortcoming is that it veers heavily to the practical side and isn't concerned with the theory. Thus it doesn't explain how backprop works or even give you the equations, merely noting that most packages automate them so you might as well not waste your time and get on with learning how to do it. This is perhaps a wise approach since Hinton's excellent coursera lectures are freely available and are both accessible and rigorous.
Review: An excellent book. You will learn much. - This book is written by someone who clearly has two major abilities: they have a love of the subject, and they communicate it clearly. The book contains real examples of Python/Keras code to do deep learning on standard data sets. Some knowledge of Python is required, but I think that any competent programmer can get this as they go along. I certainly improved my Python while working through the examples. The author makes clear their belief that a Linux system is required to do the examples in the book. This is the author's only major mistake. I have tried the examples under Windows 10/Anaconda 3 and they simply work. Perhaps the GPU based examples work better under Linux - I didn't try these. After finishing the book, the reader will be well placed to know the basics of deep learning, and to take the subject further.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN  | 1617294438 |
| Best Sellers Rank | 96,288 in Books ( See Top 100 in Books ) 20 in Manipulating & Editing Photographs 440 in Computing & Internet Programming |
| Customer reviews | 4.6 4.6 out of 5 stars (1,442) |
| Dimensions  | 18.75 x 2.03 x 23.5 cm |
| Edition  | 1st |
| ISBN-10  | 9781617294433 |
| ISBN-13  | 978-1617294433 |
| Item weight  | 644 g |
| Language  | English |
| Print length  | 384 pages |
| Publication date  | 17 Jan. 2018 |
| Publisher  | Manning Publications |

## Images

![Deep Learning with Python - Image 1](https://m.media-amazon.com/images/I/61rjPAVepOL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ Practical and easy to learn from
*by H***N on 13 November 2018*

This is a hands on practical book for people who want to get into deep learning quickly. It requires knowledge of python but almost no knowledge of AI, explaining for instance the basic concepts of annotation, labelled instances and the difference between supervised and unsupervised learning. It starts with a series on simple practical examples which the reader can easily reproduce and explore alone. The explanations are readable and understandable away from a computer (I read much of it on holiday). It then goes into detail of the two most advanced applications of deep learning - image processing and text processing. The notation throughout is python rather than formal mathematical notation. If you like reading code but don't like reading matrix equations, this will be ideal. The one possible shortcoming is that it veers heavily to the practical side and isn't concerned with the theory. Thus it doesn't explain how backprop works or even give you the equations, merely noting that most packages automate them so you might as well not waste your time and get on with learning how to do it. This is perhaps a wise approach since Hinton's excellent coursera lectures are freely available and are both accessible and rigorous.

### ⭐⭐⭐⭐⭐ An excellent book. You will learn much.
*by M***G on 27 June 2019*

This book is written by someone who clearly has two major abilities: they have a love of the subject, and they communicate it clearly. The book contains real examples of Python/Keras code to do deep learning on standard data sets. Some knowledge of Python is required, but I think that any competent programmer can get this as they go along. I certainly improved my Python while working through the examples. The author makes clear their belief that a Linux system is required to do the examples in the book. This is the author's only major mistake. I have tried the examples under Windows 10/Anaconda 3 and they simply work. Perhaps the GPU based examples work better under Linux - I didn't try these. After finishing the book, the reader will be well placed to know the basics of deep learning, and to take the subject further.

### ⭐⭐⭐⭐⭐ The best introduction to this very interesting field that I have found
*by S***E on 7 February 2018*

This book is making something as intricate and advanced as deep learning understandable in a very clear and concise way. If you want to get started with Keras, deep learning, neural networks and all that - this is one of the best books I've ever seen. If not the best. It doesn't go full tilt into all the mathematics behind it - something I appreciate - but it sure gives you enough to get you started as well as a good way towards the more advanced subjects in this field. If you want all the formulas and algorithms behind this - there are better books but if you want to hit the ground running this is the book for you. I don't think I can recommend this book highly enough.

## Frequently Bought Together

- Deep Learning with Python
- Deep Learning (Adaptive Computation and Machine Learning series)
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.at/products/54355449-deep-learning-with-python](https://www.desertcart.at/products/54355449-deep-learning-with-python)

---

*Product available on Desertcart Austria*
*Store origin: AT*
*Last updated: 2026-04-27*