codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Fastai Course Chapter 2 Q&A on WSL2

David Littlefield
codeburst
Published in
15 min readMay 19, 2021

--

Image by Adam Do

We’ve spent many weeks writing the questionnaires. And the reason for that, is because we tried to think about what we wanted you to take away from each chapter. So if you read the questionnaire first, you can find out which things we think you should know before you move on, so please make sure to do the questionnaire before you move onto the next chapter.

— Jeremy Howard, Fast.ai

1. Where do text models currently have a major deficiency?

2. What are the possible negative societal implications of text generation models?

3. In situations where a model might make mistakes, and those mistakes could be harmful, what is a good alternative to automating a process?

4. What kind of tabular data is deep learning particularly good at?

5. What’s a key downside of directly using a deep learning model for recommendation systems?

6. What are the steps of the Drivetrain Approach?

7. How do the steps of the Drivetrain Approach map to a recommendation system?

8. Create an image recognition model using data you curate and deploy it on the web.

9. What are DataLoaders?

10. What four things do we need to tell Fastai to create DataLoaders?

11. What does the splitter parameter to DataBlock do?

12. How do we ensure a random split always gives the same validation set?

13. What letters are often used to signify the independent and dependent variables?

14. What’s the difference between the crop, pad, and squish resize approaches? When might you choose one over the others?

15. What is data augmentation? Why is it needed?

16. Provide an example of where the bear classification model might work poorly in production, due to structural or style differences in the training data.

17. What is the difference between item_tfms and batch_tfms?

18. What is a confusion matrix?

19. What does export save?

20. What is it called when we use a model for making predictions, instead of training?

21. What are IPython widgets?

22. When would you use a CPU for deployment? When might a GPU be better?

23. What are the downsides of deploying your app to a server, instead of to a client (or edge) device such as a phone or PC?

24. What are three examples of problems that could occur when rolling out a bear warning system in practice?

25. What is out-of-domain data?

26. What is domain shift?

27. What are the three steps in the deployment process?

“Hopefully, this article helped you get the 👯‍♀️🏆👯‍♀️, remember to subscribe to get more content 🏅”

Next Steps:

WSL2:
01. Install the Fastai Requirements
02. Fastai Course Chapter 1 Q&A
03. Fastai Course Chapter 1
04. Fastai Course Chapter 2 Q&A
05. Fastai Course Chapter 2
06. Fastai Course Chapter 3 Q&A
07. Fastai Course Chapter 3
08. Fastai Course Chapter 4 Q&A

Additional Resources:

Linux:
01. Install and Manage Multiple Python Versions
02. Install the NVIDIA CUDA Driver, Toolkit, cuDNN, and TensorRT
03. Install the Jupyter Notebook Server
04. Install Virtual Environments in Jupyter Notebook
05. Install the Python Environment for AI and Machine Learning
WSL2:
01. Install Windows Subsystem for Linux 2
02. Install and Manage Multiple Python Versions
03. Install the NVIDIA CUDA Driver, Toolkit, cuDNN, and TensorRT
04. Install the Jupyter Notebook Server
05. Install Virtual Environments in Jupyter Notebook
06. Install the Python Environment for AI and Machine Learning
07. Install Ubuntu Desktop With a Graphical User Interface (Bonus)
Windows 10:
01. Install and Manage Multiple Python Versions
02. Install the NVIDIA CUDA Driver, Toolkit, cuDNN, and TensorRT
03. Install the Jupyter Notebook Server
04. Install Virtual Environments in Jupyter Notebook
05. Install the Python Environment for AI and Machine Learning
MacOS:
01. Install and Manage Multiple Python Versions
02. Install the Jupyter Notebook Server
03. Install Virtual Environments in Jupyter Notebook
04. Install the Python Environment for AI and Machine Learning

Glossary:

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Written by David Littlefield

From: Non-Technical | To: Technical Founder | Writes: To Make It Easier For Everyone | Topics: #Startups #How-To #Coding #AI #Machine Learning #Deep Learning

No responses yet

Write a response