Preface
Deep learning is a powerful new technology, and we believe it should be applied across many disciplines. Domain experts are the most likely to find new applications of it, and we need more people from all backgrounds to get involved and start using it.
That’s why Jeremy cofounded fast.ai, to make deep learning easier to use through free online courses and software. Sylvain is a research engineer at Hugging Face. Previously he was a research scientist at fast.ai and a former mathematics and computer science teacher in a program that prepares students for entry into France’s elite universities. Together, we wrote this book in the hope of putting deep learning into the hands of as many people as possible.
Who This Book Is For
If you are a complete beginner to deep learning and machine learning, you are most welcome here. Our only expectation is that you already know how to code, preferably in Python.
No Experience? No Problem!
If you don’t have any experience coding, that’s OK too! The first three chapters have been explicitly written in a way that will allow executives, product managers, etc. to understand the most important things they’ll need to know about deep learning. When you see bits of code in the text, try to look them over to get an intuitive sense of what they’re doing. We’ll explain them line by line. The details of the syntax are not nearly as important as a high-level understanding of what’s going on.
If you are already a confident deep learning practitioner, ...