书籍 Deep Learning的封面

Deep Learning

Andrew Glassner

出版时间

2021-06-28

ISBN

9781718500723

评分

★★★★★
书籍介绍

A richly-illustrated, full-color introduction to deep learning that offers visual and conceptual explanations instead of equations. You'll learn how to use key deep learning algorithms without the need for complex math.

Ever since computers began beating us at chess, they've been getting better at a wide range of human activities, from writing songs and generating news articles to helping doctors provide healthcare.

Deep learning is the source of many of these breakthroughs, and its remarkable ability to find patterns hiding in data has made it the fastest growing field in artificial intelligence (AI). Digital assistants on our phones use deep learning to understand and respond intelligently to voice commands; automotive systems use it to safely navigate road hazards; online platforms use it to deliver personalized suggestions for movies and books - the possibilities are endless.

Deep Learning: A Visual Approach is for anyone who wants to understand this fascinating field in depth, but without any of the advanced math and programming usually required to grasp its internals. If you want to know how these tools work, and use them yourself, the answers are all within these pages. And, if you're ready to write your own programs, there are also plenty of supplemental Python notebooks in the accompanying Github repository to get you going.

The book's conversational style, extensive color illustrations, illuminating analogies, and real-world examples expertly explain the key concepts in deep learning, including:

• How text generators create novel stories and articles

• How deep learning systems learn to play and win at human games

• How image classification systems identify objects or people in a photo

• How to think about probabilities in a way that's useful to everyday life

• How to use the machine learning techniques that form the core of modern AI

Intellectual adventurers of all kinds can use the powerful ideas covered in Deep Learning: A Visual Approach to build intelligent systems that help us better understand the world and everyone who lives in it. It's the future of AI, and this book allows you to fully envision it.

Who Should Read This Book

You don’t need math or programming experience. You don’t need to be a computer whiz. You don’t have to be a technologist at all!

This book is for anyone with curiosity and a desire to look behind the headlines. You may be surprised that most of the algorithms of deep learning aren’t very complicated or hard to understand. They’re usually simple and elegant and gain their power by being repeated millions of times over huge databases.

In addition to satisfying pure intellectual curiosity, Glassner wrote this book for people who come face to face with deep learning, either in their own work or when interacting with others who use it. After all, one of the best reasons to understand AI is so we can use it ourselves! We can build AI systems now that help us do our work better, enjoy our hobbies more deeply, and understand the world around us more fully.

If you want to know how this stuff works, you’re going to feel right at home.

Dr. Andrew Glassner is a Senior Research Scientist at Weta Digital, where he uses deep learning to help artists produce visual effects for film and television. He was Technical Papers Chair for SIGGRAPH ’94, Founding Editor of the Journal of Computer Graphics Tools, and Editor-in-Chief of ACM Transactions on Graphics. His prior books include the Graphics Gems series and the tex...

(展开全部)

目录
Part I: Foundational Ideas
1. An Overview of Machine Learning Techniques
2. Essential Statistical Ideas
3. Probability
4. Bayes’ Rule

显示全部
用户评论
我终于看完了
这是一本很好的深度学习入门书籍,但不代表读完就算入门了。俗话说“一图胜千言”,我觉得统计学和 Data Science 是很有意思的学科,因为它们使用数据可视化的技巧来说明和透析出数据之间的潜在关系。书如其名,这本书用了大量的 Visual Graph 来说明统计概率、机器学习、深度学习、CNN、GAN、RNN、Transformer 等 AI 领域的概念,帮助读者获得直觉上的理解。2013 年提出 ZF-Net 的论文就使用可视化分析为什么 LeNet 和 AlexNet 等 CNN 能够 work well。我也时常觉得有些好教师是能用简单的语言来描述复杂的概念的,但其实这种方式适合于业外人员。从业者还是需要去理解 FF 和 BP 等算法的公式和数学原理。
deep learning入门最好的书
语言朗朗上口,解释图文并茂,推理言简意赅,是读过的深度学习相关的最好的书之一。