Lesson 1 official topic

Great lecture thanks @jeremy! Does anyone know if there is a significant difference between the book via fastbook notebooks and the ebook version? I do like to read in bed with my kindle, so just wondering if I should preference the new notebooks over the 2020 book for any reason?

2 posts were merged into an existing topic: Help: Using Colab or Kaggle :white_check_mark:

They’re identical content - the book just has some nicer formatting.

1 Like

The slides are in the Kaggle notebooks linked in the top post of this thread.

3 Likes

You’ve misremembered a bit there! DataBunch was renamed to DataLoaders. DataBlock isn’t much related to a Dataset. It’s a builder for DataLoaders.

7 Likes

Is it a bird? Is is a plane? IT’S SUPERMAN!!!

Taking a cue from Jeremy’s notebook shown in today’s lecture, I tweaked it a bit to classify images into three types.

Over the week, I am planning to annotate it with my thoughts and explanations. Posting this here to keep myself accountable! The notebook is just barebones atm.
It was fun to do this so a big thank you to Jeremy and the fast.ai team!!

Also, we dont have a share-your-work topic for this iteration of the course. Maybe that can be created and posts such as these could go there?

15 Likes

Just wanting to confirm… at fast.ai Live - Lesson 1 - YouTube
when Jeremy says “If you are watching this video right now on youtube, I strongly head over to course.fast.ai and watch it there instead”, is that an example of what was mentioned earlier as being related to after public release? I presume this content is not yet there.

1 Like

Yes .

1 Like

Correct.

Sure that’s fine. Thanks for checking!

2 Likes

It’s a Surface Studio Laptop. I’m really happy with it - great computer!

10 Likes

Also open source https://labelstud.io/

2 Likes

Except that I’ve got 4 new-ish kernels that (hopefully) are on their way to gold medals already! :wink:

image

11 Likes

One thing that I don’t like: highly reflective screen.

1 Like

Admins, please delete or move this reply if it’s not appropriate for this thread

Jeremy wears a mask, no matter being alone at the podium. Just to say that I’m glad to see that someone still takes the matter of wearing masks seriously.

In Europe, since the onset of the war, people no longer seem to care about covid and associated precautions. And that’s just stupid. We are still having 300 deaths per day, on average, in my country.

13 Likes

Completely agree.
I am in Belgium.
COVID has just “vanished”.

4 Likes

10 posts were merged into an existing topic: Help: SGD and Neural Net foundations :white_check_mark:

4 posts were merged into an existing topic: Help: SGD and Neural Net foundations :white_check_mark:

I started my fastai adventure with v1. Thrilled to be back! In addition to re-engaging with deep learning, this time around I want to study the design of the fastai software more closely. In browsing through the source code, I discover so many interesting techniques, not just specific to python, but to programming in general. It’s a real pleasure to review such beautiful code. @jeremy, @sgugger and everyone else involved deserve a ton of credit!

An amazing example is: L, a drop-in replacement for List. I’m a long time user of lispy languages and L allows for a much more functional approach to python programming. It really should be a part of core python. I plan on using it in my non-fastai python coding.

3 Likes

Hi all,

I have a general question, please.

Is it possible to use the fast.ai library to train a model if you only have for example, a positive labeled dataset (and there is No negative dataset)?
But then, still use the trained model above, to thereafter test any similar data (could be either positive or negative)?

Is the above possible? Or any other pertinent information will be appreciated.

Thanks in advance.

Kind Regards,
Zakia

1 Like