TODO: find image
TODO: find image
Right??
How to train an ML model
How to preprocess data for an ML model?
256 x 256
)Examples of different data augementation techniques.
TODO find image
Using an example of adding and the symbol +:
You learn to add and use the symbol +
This allows you to generalize rather than memorizing specific sums, like 1002 + 2003 = 3005
You train by practicing simple exercises like 1 + 1 = 2
Your teacher corrects if you get 1 + 1 = 3
You are then examined on new material to ensure you can generalize and apply your learnings
Similarly: You use a training dataset to train the model so it can learn and apply in a general context.
\[ Y = f(x_1, x_2, x_3, ...) \]
How do we create an ML model?
TODO image of a Dense layer
TODO image of a convolutional layer
(256, 256, 3)
to (128, 128, 3)
)(256, 256)
to (65536)
(256, 256)
to a Dense layer with 256 neurons: 16.8 million parameters!(128, 128, 3)
)How to train an ML model?
TODO image of loss against epoch index showing the learning process.
Any questions?