Image classifier trained to distinct between cats and dogs images. Convolutional Neural Network was built with Keras & Tensorflow 2.0(GPU).
Heroku-hosted web application was built with Flask framework.
- Image Input Shape - 128,128,3, activation - relu
- Transferred Learning from Google MobileNetV2 with customized head
- Compiler - optimizer = 'RMSprop', loss = 'binary_crossentropy', metrics = ['accuracy']
- Acc - 92% Loss - 19% (approx 30min/epoch on GPU)
- CNN Code Location: deep_learning/ConvolutionalNeuralNetwork_V2.py
Flask
keras | tensorflow | scikit-image | pandas | numpy | h5py
HTML | CSS | Bootstrap | Materialize
Lukasz Malucha