Skip to content

A Male/Female face classifier using Artificial Neural Network built from scratch in python

Notifications You must be signed in to change notification settings

ankurbhatia24/Male-Female-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Male-Female-Classifier

A Male/Female face classifier using Artificial Neural Network built from scratch in python.

Artificial Neural Networks

Artificial neural networks (ANN) or connectionist systems are computing systems vaguely inspired by the biological neural networks that constitute animal brains.

1 layer Neural Network

Network used - layers_dims = [12288, 20, 7, 5, 1]

Sample Dataset

FEMALE

Female1 Female2 Female3 Female4 Female5 Female6

MALE

Male1 Male2 Male3 Male4 Male5 Male6

About

A Male/Female face classifier using Artificial Neural Network built from scratch in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages