Annotated notes to Fast.ai's lesson on Image Classification
zerotosingularity.com
Annotated notes to Fast.ai's lesson on Image Classification
1–10 of 15 posts
Re: Annotated notes to Fast.ai's lesson on Image Classification
#2Re: Annotated notes to Fast.ai's lesson on Image Classification
#3I'm taking this course now. Your annotations explaining each command are very useful. Thanks for sharing them
Re: Annotated notes to Fast.ai's lesson on Image Classification
#4I'm taking this course now. Your annotations explaining each command are very useful. Thanks for sharing them
Re: Annotated notes to Fast.ai's lesson on Image Classification
#5I'm taking this course now. Your annotations explaining each command are very useful. Thanks for sharing them
Here ( https://medium.com/@hiromi_suenaga/deep-learning-2-part-1-le... ) is another set of really detailed notes. There is one for every video and they are also very good.
My take on these is adding somethings I picked up along the way to add another perspective and some additional info.
Re: Annotated notes to Fast.ai's lesson on Image Classification
#6Re: Annotated notes to Fast.ai's lesson on Image Classification
#7How is that learning how to build something, as opposed to simply using a system someone else built?
Re: Annotated notes to Fast.ai's lesson on Image Classification
#8A coworker has insisted on Fast.ai do you think its preferable over Keras/TFLearn?
At the moment, I'm learning fast.ai/PyTorch in parallel with Keras/Tensorflow, so at this point, I have no definitive answer to your question which one is preferable. It will probably depend and they will most likely have their own benefits (I know that the boring answer, but I need to get more experience to give you a better answer).
As an exercise I'm trying to write the fast.ai notebooks in Keras, to see how they stack up. Might need to do a post on that as well.
I hope to answer your question better in the future. Could you tell me more about what you want to achieve, I might be of more assistance?
Re: Annotated notes to Fast.ai's lesson on Image Classification
#9> build a world-class image classifier in three lines of Python How is that learning how to build something, as opposed to simply using a system someone else built?
See this paragraph in the article: https://www.zerotosingularity.com/blog/fast-ai-part-1-course...
Re: Annotated notes to Fast.ai's lesson on Image Classification
#10> build a world-class image classifier in three lines of Python How is that learning how to build something, as opposed to simply using a system someone else built?
Fast.ai uses a top-down approach, allowing students to get awesome results with a minimal set of instructions, and start to dig deeper from there. If you look at the takeaways from the first lesson, you can see it's more than just three lines of Python and you're done, It's a solid and fresh approach to learn some actual practical deep learning.
Additionally, it kind of depends on what you want to do, we are all using things other people built, depending on the level of abstraction we care for or are willing to deal with...