Skip to content

Using PyTorch to create a fully connected neural network that can classify handwritten digit (using MNIST dataset)

Notifications You must be signed in to change notification settings

anhducvu-bot/NeuralNet-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Using Neural Network to recognize handwritten digent

Neural Network:

Neural networks, also known as artificial neural networks (ANNs), are at the core of deep learning algorithms. Their structures are inspired by the way human brain works. Because neural networks are so powerful, the tools can be used to solve a number of problems in different fields, including but not limited to reinforcement learning, computer vision, NLP, etc.

Goal:

MNIST is a large database of handwritten digits that is commonly used for training various image processing systems. With the MNIST dataset, we can use Pytorch to create a simple fully connected ANNs to classify handwritten digets with high accuracy.

What I learned:

  • The definition of ANN and how it works
  • Using Pytorch to create a fully connected neural networks and use it to solve a classification problem

About

Using PyTorch to create a fully connected neural network that can classify handwritten digit (using MNIST dataset)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages