Skip to content

The code and model details in the cs480/680 kaggle competition at Fall 2020

Notifications You must be signed in to change notification settings

andrew-miao/cs480-680-kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs480-680-kaggle

The code and model details in the cs480/680 kaggle competition at Fall 2020

In this task, I was inspired by Transformer, and thus I proposed a SimpleTransformer in this competition. The model architecture is in the following.

SimpleTransformer

The BOP is Beginning of Prediction.

The another type of model also combined noisy image and text. The following figure displays the structure of this type of model.

ImageText

For Pretrained Image classification I used VGG and MobileNet. I implemented two text classification models: TextCNN and RCNN.

All these three models achieved over 97.8% in my validation set. More details can be checked in the notebook.

About

The code and model details in the cs480/680 kaggle competition at Fall 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published