Skip to content

Digit classifier using DCT, and PCA to decompose each image. Model selection between SVC, Random Forest and FFNN.

Notifications You must be signed in to change notification settings

libardolara/MNIST-Digit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-Digit

This project uses the MNIST Digit recognition data set from https://www.kaggle.com/c/digit-recognizer/data, focusing on decomposing applyig Discrete Cosine Transformation to each image to extract key characteristic of each of them, and apply Principal Component Analysis (PCA). After selecting the top Principal Components we procede to pre-process the new data set for modeling, performing standarization, feature ranking, feature selection, outlier removal, and cross-validation to build candidate models. The project implements Support Vector Machines, Random Forest and Feed Foward Neural Networks (FFNN).

Digits

DCT

About

Digit classifier using DCT, and PCA to decompose each image. Model selection between SVC, Random Forest and FFNN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published