datalass1 / fastai

this repo will show code and notes covered during the fastai course
0 stars 0 forks source link

1—recognising cats and dogs #1

Closed datalass1 closed 5 years ago

datalass1 commented 5 years ago

Start of your fast.ai journey! In today’s lesson you’ll set up your deep learning server, and train your first image classification model (a convolutional neural network, or CNN), which will learn to distinguish dogs from cats nearly perfectly.

datalass1 commented 5 years ago

Learn what is needed.

the fastai library sits on top of pytorch written by facebook

datalass1 commented 5 years ago

david perkins wrote Making Learning Whole, has much to say about this. The basic idea is to teach “the whole game”. e.g. take music. You don’t start out by studying the theory of harmonics and how strings vibrate and the circle of fifths. Instead, you would take someone to a concert or get them to start playing an instrument.

datalass1 commented 5 years ago

Some of the take homes from lesson 1:

the more technical things:

Examples of deep learning:

Finally: