course22 icon indicating copy to clipboard operation
course22 copied to clipboard

The fast.ai course notebooks

Results 87 course22 issues
Sort by recently updated
recently updated
newest added

As I couldn't find the relevant file to fix and push the changes myself I'll open an issue here. There is a tiny typo in [The software you will be...

I'm following the lesson 1 notebook [Is it a bird? Creating a model from your own data](https://www.kaggle.com/code/jhoward/is-it-a-bird-creating-a-model-from-your-own-data) linked to in the resources page. I've copied this in kaggle and ran...

Hey guys, just noticed that all the lesson 1 anchor text under the green Get Started Box on https://course.fast.ai/ are linking to 404 error page. The same problem happens for...

hi! I noticed that the majority of hyperlinks across the course.fast.ai homepage are broken, due to the fact that they are pointing to non-existent .md files. For example: `https://course.fast.ai/Resources/book.md` -...

Created a script that uses one of Jeremy's tools: clean.py clean.py updated to create the destination folder ("clean") README updated to include instructions to run the script

In the part 1 of the course when you try to download image from duckduckgo it returns a different result than in video. and there is a problem it gives...

I think this directory was present in the original repo but it's missing from this export.

Fixed cross entropy formula bug. It produced negative losses.

Family members = number of siblings/spouses + number of parents/childen Family members == 0 ==> Alone is true Currently it is set as `df['Alone'] = df.Family==1` My change makes it:...