New Fast.ai Course: A Code-First Introduction to Natural Language Processing
1–10 of 23 posts
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#2Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#3Christmas in July! :)
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#4Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#5Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#6Can anyone recommend a solid, written, introduction, covering similar material?
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#7I just started the fast.ai MOOC (practical deep learning for coders), and boy, I much prefer reading through a tutorial than sitting through hours upon hours of videos. I looked for transcripts and/or a written version of the content and came up empty-handed. Can anyone recommend a solid, written, introduction, covering similar material?
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#8I just started the fast.ai MOOC (practical deep learning for coders), and boy, I much prefer reading through a tutorial than sitting through hours upon hours of videos. I looked for transcripts and/or a written version of the content and came up empty-handed. Can anyone recommend a solid, written, introduction, covering similar material?
E.g. for https://course.fast.ai/videos/?lesson=2 there is https://github.com/hiromis/notes/blob/master/Lesson2.md
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#9I just started the fast.ai MOOC (practical deep learning for coders), and boy, I much prefer reading through a tutorial than sitting through hours upon hours of videos. I looked for transcripts and/or a written version of the content and came up empty-handed. Can anyone recommend a solid, written, introduction, covering similar material?
Maybe read their code and it's associated comments would help you? One of the benefits of using notebooks over a traditional IDE is that code is segmented into blocks. For me it makes it easier to read. it's like "ok, this cell will do this to our data, then this next cell will do this to our data". It's been more than a year since I took their class, and what I did to help with comprehension of the videos was to tak…
Re: New Fast.ai Course: A Code-First Introduction to Natural Language Processing
#10I just started the fast.ai MOOC (practical deep learning for coders), and boy, I much prefer reading through a tutorial than sitting through hours upon hours of videos. I looked for transcripts and/or a written version of the content and came up empty-handed. Can anyone recommend a solid, written, introduction, covering similar material?