Watch the new season of Amazon Original series The Wheel of Time now on Prime Video. New episode weekly.
Buy new:
-34% $39.48
FREE delivery Friday, March 21
Ships from: Amazon.com
Sold by: Amazon.com
$39.48 with 34 percent savings
List Price: $59.99
FREE Returns
FREE delivery Friday, March 21
Or Prime members get FREE delivery Wednesday, March 19. Order within 22 secs.
Only 1 left in stock (more on the way).
$$39.48 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.48
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
Amazon.com
Amazon.com
Ships from
Amazon.com
Sold by
Amazon.com
Amazon.com
Sold by
Amazon.com
Returns
30-day refund/replacement
30-day refund/replacement
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt.
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
$19.98
Get Fast, Free Shipping with Amazon Prime FREE Returns
FREE delivery Friday, March 21 on orders shipped by Amazon over $35
Or fastest delivery Thursday, March 20. Order within 22 secs
Only 1 left in stock - order soon.
$$39.48 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$39.48
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Access codes and supplements are not guaranteed with used items.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Deep Learning Cookbook: Practical Recipes to Get Started Quickly 1st Edition

4.5 4.5 out of 5 stars 18 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$39.48","priceAmount":39.48,"currencySymbol":"$","integerValue":"39","decimalSeparator":".","fractionalValue":"48","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"UCC7vosnc2AZLTRmsMv%2FHU0ZXg8F0kWp8DmtK6wQ48xFhBB8eTcP2JJEokVNj1dlRuWld27Lclm9hVAwWArHfHK%2FtzgHiD%2FhWOPRVR%2FWnYfWrjK9zanc%2BtIKEVTsryN2OAcErJzi2VM8V8vIpUd%2FWQ%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$19.98","priceAmount":19.98,"currencySymbol":"$","integerValue":"19","decimalSeparator":".","fractionalValue":"98","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"UCC7vosnc2AZLTRmsMv%2FHU0ZXg8F0kWps9h0jLEIgUbAj3206tYI2V1CBKiNgIXDXvIEwA2E%2FtmVGtXbJ7U7ERTueZXDuiEEhkpLGhW%2FVqfQGRsIwvdaSQRJF2E9UD6ozpcKcH8Rih2I%2FhwnBPdMkbOcmh7FWRBiF2zSQMhQS3bntiMLv4Sn6%2F9YekAHc89H","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons

Deep learning doesn�¢??t have to be intimidating. Until recently, this machine-learning method required years of study, but with frameworks such as Keras and Tensorflow, software engineers without a background in machine learning can quickly enter the field. With the recipes in this cookbook, you�¢??ll learn how to solve deep-learning problems for classifying and generating text, images, and music.

Each chapter consists of several recipes needed to complete a single project, such as training a music recommending system. Author Douwe Osinga also provides a chapter with half a dozen techniques to help you if you�¢??re stuck. Examples are written in Python with code available on GitHub as a set of Python notebooks.

You�¢??ll learn how to:

  • Create applications that will serve real users
  • Use word embeddings to calculate text similarity
  • Build a movie recommender system based on Wikipedia links
  • Learn how AIs see the world by visualizing their internal state
  • Build a model to suggest emojis for pieces of text
  • Reuse pretrained networks to build an inverse image search service
  • Compare how GANs, autoencoders and LSTMs generate icons
  • Detect music styles and index song collections


From the brand

Editorial Reviews

About the Author

Douwe Osinga is an experienced Software Engineer, formerly with Google, and founder of three startups. He maintains a popular software project website, partly focused on machine learning (https://douweosinga.com/projects/machine_learning).

Product details

  • Publisher ‏ : ‎ O'Reilly Media; 1st edition (July 17, 2018)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 251 pages
  • ISBN-10 ‏ : ‎ 149199584X
  • ISBN-13 ‏ : ‎ 978-1491995846
  • Item Weight ‏ : ‎ 1 pounds
  • Dimensions ‏ : ‎ 7 x 0.5 x 9.1 inches
  • Customer Reviews:
    4.5 4.5 out of 5 stars 18 ratings

Customer reviews

4.5 out of 5 stars
18 global ratings

Review this product

Share your thoughts with other customers

Top reviews from the United States

  • Reviewed in the United States on August 1, 2018
    This is a great book for anybody who has a decent background in writing software and an interest in getting started with Deep Learning. The book covers a wide variety of topics ranging from text classification and generation to image and music processing. The Python Notebooks accompanying the book make it easy to follow the code. The book is black and white which isn't ideal for some outputs. In these cases the Notebooks come in handy too.
    3 people found this helpful
    Report
  • Reviewed in the United States on August 4, 2018
    This book makes understanding deep learning a breeze. The simple diagrams and tone of the writing make it approachable and fun. The Python examples in the book are shared on GitHub to allow anyone to jump in with some Python knowledge.

    Highly highly recommend if you want to bring your deep learning from 0 to 60 fast!
    5 people found this helpful
    Report
  • Reviewed in the United States on October 18, 2018
    Excellent resource and fast shipping
  • Reviewed in the United States on November 22, 2018
    There are two classes of books for deep learning: the theoretical ones and the practical ones. If you are starting, then my suggestion is to pick a book for each class and iterate back and forward between classes.
    Now, this book is in my top 3 books for the 'practical ones' class. Very well, written with large coverage of the most modern aspects of Deep learning. I particularly enjoyed the chapter on music analysis - which is normally not covered by other books - and all the comprehensive discussions about embeddings. Only Deep Reinforcement Learning is not covered by the book and that's the reason why I do not position the book in the top 2. Overall it's a book I definitively recommend. The github repository is also well done.
    11 people found this helpful
    Report
  • Reviewed in the United States on August 7, 2019
    I was a huuuuuge fan of yours and you inspired me to think way more playfully and experimentally about the stuff I already liked doing and was heading into a GIS cert study to augment & try and keep my career away from abstract stuff.... but I ended up in finance for nerly a decade anyway; I just put this on my wish list because all my books are stuck on the other side of the country and I've had my resistance to buying electronic copies instead of a book I can see without a second monitor, etc... -- totally schooled. I can only imagine the uniquely creative wit and utility and perfection you put into this book.... absolutely stoked to see it. Congrats on doing stuff we both love! DATA <3
  • Reviewed in the United States on August 5, 2018
    Very useful book, beautifully written and well explained.
    2 people found this helpful
    Report

Top reviews from other countries

  • Peter Jackson
    4.0 out of 5 stars Well written.
    Reviewed in Canada on November 23, 2018
    Well written, but some of the sample code needs to be modified before it would run.