Preface
fastai is an easy-to-use deep learning framework built on top of PyTorch that lets you rapidly create complete deep learning solutions with as few as 10 lines of code. Both of the predominant low-level deep learning frameworks today (TensorFlow and PyTorch) require a lot of code, even for straightforward applications. In contrast, fastai handles the messy details for you and lets you focus on applying deep learning to actually solve problems.
We will start by summarizing the value of fastai and showing a simple "hello world" deep learning application with fastai. Then, we will describe how to use fastai for each of the four application areas that the framework explicitly supports: tabular data, text data (NLP), recommender systems, and ...
Get Deep Learning with fastai Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.