Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shalabymhd/google-quickdraw-classification

A Kaggle Competition for the Applied Machine Learning (COMP 551) course at McGill University, under the supervision of Sarath Chandar.
https://github.com/shalabymhd/google-quickdraw-classification

Last synced: 22 days ago
JSON representation

A Kaggle Competition for the Applied Machine Learning (COMP 551) course at McGill University, under the supervision of Sarath Chandar.

Awesome Lists containing this project

README

        

# google-quickdraw-classification
The purpose of this project is to design a machine learning algorithm that can automatically identify hand drawn images as well as reason about their appearance, thus allowing automatic classification of the hand drawn images into one of the 31 classes. The hand drawn images are an extract from Googles Quick Draw Dataset. Performance is then compared to other participants in a Kaggle-based competition.

# Steps
1) Feature Design
2) Classifiers

a) Logistic Regression
b) Linear Support Vector Machine
c) Feed-Forward Neural Network
d) Convolutional Neural Network

3) Hyper-parameter Tuning