Watch the Lesson 3 - http://course.fast.ai/lessons/lesson3.html from Start to 1:59:37
- Create a new notebook.
- Download data from here https://www.kaggle.com/c/quickdraw-doodle-recognition/data
- Convert csv format image data in png format usable by FastAI
- Train and fiddle with various parameters e.g. CNN architechures , Freeze - unfreeze , learning rate etc.
- Convert result in format asked by Kaggle
- Submit your result on Kaggle
- Download the kaggle cli project on the paperspace machine ''' git clone https://github.com/Kaggle/kaggle-api '''
- Follow the installations steps mentioned on the github project page.
- Download the data using following commands ''' kaggle competitions download -c -f '''