Skip to content

Code for digit recognizer Kaggle competition using dynamic time warping algorithm.

Notifications You must be signed in to change notification settings

tphinkle/kaggle_digit_recognizer

Repository files navigation

##digit recognizer

My attempt at a digit recognizer for a www.kaggle.com competition.

https://www.kaggle.com/c/digit-recognizer

First solution:

Create path around character and create two 'time-series' of x- and y-positions for each step. Compare the time series of each test digit with the time series of the training digits via dynamic time warping (DTW) methods.

~30% and very slow

Second solution:

Simple logistic regression approach based on identifying digit features.

About

Code for digit recognizer Kaggle competition using dynamic time warping algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages