Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 448 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 448 Bytes

Classifying images of Darth Vader, Stormtrooper, and Yoda

In this notebook, I explore some Computer Vision concepts in the context of Darth Vader/Stormtrooper/Yoda classification. I tested the classification performance of a Perceptron, a Convolutional Neural Network (CNN) and two pre-trained Deep Learning architectures (MobileNetV2 and ResNet) for Transfer Learning. This is experimental and there are still plenty room for improvements :)