Skip to content

Developed a neural network model with a custom loss function using PyTorch to classify faces and digits

License

Notifications You must be signed in to change notification settings

Yian17/ML---Face-and-handwritten-digit-recognition

Repository files navigation

Overview

  • This project investigates two classification problems: Digit Recognition and Face Recognition

Digit Recognition

Data

  • Work with the MNIST dataset.
  • The digits already seprated into a training and a test set.

Network Image of the Network

Cost Function

  • The sum of the negative log-probabilities of all the training cases

Face Recognition

Developed a single-hidden-layer neural network model with a custom loss function using PyTorch to classify faces extracted from 100,000 images
Data

  • A subset of the FaceScrub dataset.
  • The dataset consists of URLs of images with faces, as well as the bounding boxes of the faces.

Network

  • a single-hidden-layer fully-connected network

Techniques

learning rate, batch normalization, dropout, and various optimizers,regularization

About

Developed a neural network model with a custom loss function using PyTorch to classify faces and digits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages