- Software Eng. @ trivago doing Deep Learning/Image Recognition
- GitHub Campus Expert
A convolutional neural network for classyfing images
- imagine a flashlight that is shining over the top left of the image
- Let’s say that the light this flashlight shines covers a 5 x 5 area
- And now, let’s imagine this flashlight sliding across all the areas of the input image.
- In CNN terminology, the flaslight is called a ‘filter‘ or ‘kernel’ or ‘feature detector’
- The matrix formed = ‘Convolved Feature’/‘Activation Map’/‘Feature Map‘
- Filters acts as feature detectors from the original input image
- Use pre-trained VGG16 to classify images
- Build our own neural network
- Use transfer learning to speedup the training with our custom classes
- Use our saved weights
- Linkedin/Xing: Mikolaj Wawrzyniak
- Twitter: @spejsops
- GitHub: spejss