course20 icon indicating copy to clipboard operation
course20 copied to clipboard

Resources mentioned in the book

Open tmabraham opened this issue 3 years ago • 4 comments

As I discussed with @jph00 on Discord, there are several resources mentioned in the book that are supposed to be added to the book website (originally mentioned to be https://book.fast.ai in the book, now it's the course link.

There are several mentions of resources that would be there on the website. Some of the things I found by searching the fastbook repo include:

  • answers to questionnaire solutions
  • bonus chapter on transformers
  • bonus chapter on generative image models
  • recommended tutorials that will be present for each chapter

There may be more mentions of resources, and I can update the issue if I find any additional ones.

tmabraham avatar Aug 25 '20 19:08 tmabraham

Chapter 13 (CNNs) also has a missing link:

The receptive field is the area of an image that is involved in the calculation of a layer. On the book’s website, you’ll find an Excel spreadsheet called conv-example.xlsx that shows the calculation of two stride-2 convolutional layers using an MNIST digit.

raphaelr avatar Sep 21 '20 15:09 raphaelr

@tmabraham can you remind me what "recommended tutorials that will be present for each chapter" is referring to?

jph00 avatar Nov 29 '20 18:11 jph00

Could you please share the URL for "bonus chapter on transformers" & "bonus chapter on generative image models"? I searched this git repo and the fastbook github repo. Neither has it.

justincui avatar Jan 19 '22 21:01 justincui

Could you please share the URL for "bonus chapter on transformers" & "bonus chapter on generative image models"? I searched this git repo and the fastbook github repo. Neither has it.

here's the transformers one https://docs.fast.ai/tutorial.transformers.html

tatakof avatar Jul 18 '22 10:07 tatakof