convolution (2)

Machine Learning Foundations: Part 4 - Coding with Convolutional Neural Networks

In the previous part 3 - Convolutions and pooling, you learned all about convolutions and how they can use filters to extract information from images. You also saw how to create pools that can reduce and compress your images without losing the vital...

Alex · 27 May 2020 · 58

Machine Learning Foundations: Part 3 - Convolutions and pooling

In the previous part 2 - First steps in computer vision,  you built a neural network that could recognize items of clothing.  Now that you've looked at fashion example for computer vision, you've probably noticed a big limitation for computer vision...

Alex · 26 May 2020 · 81