I am new to this course. I went through the video and read chapter 1 of the book. I am at the point where I saved the Is it a Bird? book and I am not sure what is the goal of the lesson. Am I suppose to run each cell of the book saved version? The instructions mention to do our own image search, how to do this?
How do you test the model with a new picture.
I would appreciate if you can point me in the right direction to make sure that I am doing the course right prior to continue with another lesson; and what are the basic knowledge you need to have for this course.
well âlesson 0â is more an introduction and âhow toâ guide to the rest of the course, its not listed in th e program, not sure why! I had done a few lessons before i came across lesson 0, after watching it i went back to the startâŚ
Got you!
For clarification is fastai/course22 the second part of the course; or are you saying there is a more up to date version of the Practical Deep Learning course?
I have done coding in the past in other languages but I do not code at the present - do you recommend getting more familiar with Python first, or learn it as I go along the course material?
course22 is the latest and most up to date version. I was looking at an older version myself to begin with
I would recommend that you just crack on, the various python libraries are introduced as the course progresses, so you dont really need to do any prior learning, in fact @jeremy actively encourages new students to get stuck into building things first and gaining knowledge and deeper understanding as you goâŚ
Hi Ian:
I went through lesson 0 and Jeremy is explaining how to setup Colab:
The link that I used for the course does not show the same menu options as in lesson 0 and it also indicates in the section âHow to complete lesson 1â to get setup with Kaggle - no mention of Colab; adding a bit of confusion of what to follow.
Can you please clarify - thanks!
just a thought - I dont think there is necessarily a right or a wrong way to do any of this, particularly at this stage of the learning journey. I am not very experienced with Python and Jupyter, but I am a pretty experienced developer. There is an philosophy from one of the pioneers of modern coding - a guy called Kent Beck - that is âMake it work, make it right, make it fastâ. I think we are both in the âmake it workâ stage right now I think!
I was confused as well @SAM2023 . I am also following the same course that @irh76 linked too but you are correct that the Lesson 0 seems to be referencing something different. I think Lesson 0 is from a couple years ago and the course has updated since then. The principles seem to apply to the new course, but the specifics of what it is talking about (i.e it talks about codeLab and has a different table of contents), are a bit different.
Thanks for your replies. I guess I will continue with the learning process - hopefully it will get better as the course progresses.
What references do you guys used to learn more about what the code is doing in each of the code cells in the book - to learn more about the syntax ?
I tried the doc"function_name" as indicated in the lesson instructions but I got an error âObject not foundâ as a result.