Skip to content

This is a basic beginners approach to Deep Learning Neural Networks. This repository is mainly aimed at identifying a blurry handwritten digit between 1 to 10

Notifications You must be signed in to change notification settings

deadshotsb/Handwriting-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting-Recognition

A neural network to recognize handwritten digits using a training set is implemented . The neural network will be able to represent complex models that form non-linear hypotheses. The model predicts on a previously predicted model for checking the accuracy.The goal is to implement the feedforward propagation algorithm to use our weights for prediction. The provided script handnn.m is the main script and uses sigmoid.m, predict.m, fmincg.m and displayData.m as accessary functions.

About

This is a basic beginners approach to Deep Learning Neural Networks. This repository is mainly aimed at identifying a blurry handwritten digit between 1 to 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages