We approach deep learning projects from a very practical point of view. In thinking about how to share what we know, our experiences, the strategies that we've learned, and the tactics we employ, it was natural for us to format this book as if you (the reader) were a member of our Applied AI Engineering team here at The Intelligence Factory.
To get the most out of these projects, you should have at least an average working knowledge of Python and some familiarity with deep learning concepts. This Python Deep Learning Projects book is primarily a technical instruction book with content related to the intuition side of deep learning as required in order to learn the code that will produce functioning models. It is outside the scope of this book to dive deep into the calculus that is the foundation for these technologies.
Each chapter is like participating in the AI team's weekly standup. As you engage with the material, you will hopefully do the following:
- See the big picture
- What's the real-world use case and the goal of the project?
- What's the impact of success?
- What's our strategy to achieve the goal?
- Get focused and into the code!
- Identify specific tactics to achieve the project goal
- Why is this the right approach?
- Loop through executing the tactics
- What are the inputs or establishing context?
- Code examples
- Outputs and success criteria
- Questions and answers
- What questions did we have?
- What questions might you have?
- Expand back out to the big picture
- Let's confirm that we have achieved our goal
- What intuition can we gain from the experience?
- How to generalize this successful experience in relation to new use cases?
Explaining Python deep learning is as easy as 1-2-3! But talking about deep learning isn't the same thing as doing, and that's what this book is about. What follows are a few thought provoking and exciting experiences. We will be using the most sophisticated Python libraries and advanced technologies available to empower you (our newest Applied AI Engineering team member) to contribute in your career using the projects we've created in this book. We're happy to have you in our weekly AI team standup.
Now let's learn a bunch, have some fun, and do great work in these Python deep learning projects!