Skip to content

Yaoyaoi/DigitClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitClassification

Using ANN to classify digit pictures.

Task1

Plot a scatter plot of two features for 10 labels.

Task2

Apply neural network of 1 hidden layer to classify 1 and 5. The features are: symmetry and average intensity. Use 3-fold cross-validation.

Task3

Apply two-layer neural network for classification of 1 and 5, using the raw features as input. Apply 3-fold cross-validation. Train and test the following structures [256, 6, 2, 1], [256, 3, 2, 1].plot the change of the in-sample error and test-set error for each iteration.

Task4

Apply neural network and SVM for classification for all 10 digits, using the raw features as input.

code

Final report

report.md
report.pdf

About

Using ANN to classify digit pictures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published