deamlife.com
Shares

Deep Learning with Python


Summary

Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Machine learning has made remarkable progress in recent years. We went from near-unusable speech and image recognition, to near-human accuracy. We went from machines that couldn’t beat a serious Go player, to defeating a world champion. Behind this progress is deep learning—a combination of engineering advances, best practices, and theory that enables a wealth of previously impossible smart applications.

About the Book

Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. You’ll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models. By the time you finish, you’ll have the knowledge and hands-on skills to apply deep learning in your own projects.

What’s Inside

Deep learning from first principlesSetting up your own deep-learning environment Image-classification modelsDeep learning for text and sequencesNeural style transfer, text generation, and image generation

About the Reader

Readers need intermediate Python skills. No previous experience with Keras, TensorFlow, or machine learning is required.

About the Author

François Chollet works on deep learning at Google in Mountain View, CA. He is the creator of the Keras deep-learning library, as well as a contributor to the TensorFlow machine-learning framework. He also does deep-learning research, with a focus on computer vision and the application of machine learning to formal reasoning. His papers have been published at major conferences in the field, including the Conference on Computer Vision and Pattern Recognition (CVPR), the Conference and Workshop on Neural Information Processing Systems (NIPS), the International Conference on Learning Representations (ICLR), and others.

Table of Contents

PART 1 – FUNDAMENTALS OF DEEP LEARNING

What is deep learning?Before we begin: the mathematical building blocks of neural networks Getting started with neural networksFundamentals of machine learning

PART 2 – DEEP LEARNING IN PRACTICE

Deep learning for computer visionDeep learning for text and sequencesAdvanced deep-learning best practicesGenerative deep learningConclusionsappendix A – Installing Keras and its dependencies on Ubuntuappendix B – Running Jupyter notebooks on an EC2 GPU instance

Product Features

  • Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples.
  • Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
  • About the Technology Machine learning has made remarkable progress in recent years. We went from near-unusable speech and image recognition, to near-human accuracy. We went from machines that couldn’t beat a serious Go player, to defeating a world champion. Behind this progress is deep learning-a combination of engineering advances, best practices, and theory that enables a wealth of previously impossible smart applications.
Price: $15.97          Buy Now


"Click Here!!! to get the best picture, get the best deal, lowest price and more detailed differences and similarities of the product as well as some more important information affecting your purchasing decision."

Click Here

  • Anonymous says:

    Approachable and motivating intro, but needs deeper explanations I’m a CS professor, and I chose this for my course in Deep Learning last term. Overall I am happy with the book, and will use it again. It rates 5 (or even 6!) stars for being an approachable introduction to Deep Learning, using the author’s excellent Keras library to allow beginners to do remarkable work. My own class of undergrads was building DLNN models to do sophisticated image recognition tasks after just a few weeks.So, why the four stars? Because the book is rather “paint by the numbers”. The presentation is filled with “Now you’ll do this..” followed by working blocks of code for the student to enter and run. But there are no exercises, code or mathematical. Even the standard backpropagation algorithm is only qualitatively described — nice pictures of gradient descent in 2 dimensions, but no hard equations. (After all, Keras does it all for you, right?) And as the book ventures into more advanced areas like GANs, VAEs, etc the presentation…

  • Anonymous says:

    Clear and usable instructions and foundation I have taken the machine learning class in Coursera but the first two chapters in this book brough a whole new level of clarity to all the concepts. I finally really get what each of the parts of the training and optimization do. Also love the explanations in code instead of in mathematics. I feel I have a much better intuition about vectors than I did before.

  • Anonymous says:

    Great way to get started with Deep Learning; a very practical and up-to-date (early 2018) guide from the creator of Keras I’m using this as the primary textbook for a Deep Learning course I’m designing right now for the University of Washington professional/continuing education program. I’ll also assign readings from the Goodfellow et al. text, but Chollet’s book is a more practical way to get started. He is also the author of the Keras framework; it’s great to get advice “straight from the horse’s mouth”.Overall this book is more about practical techniques and python code (in Keras) than about deep learning math/theory. This is probably what the majority of readers are looking for. It’s a great synthesis of the most important techniques now (start of 2018), which is hard to get just from reading papers.I would recommend complementing this book with two others:1) as mentioned above: 2)…

  • >