Skip to content

Python version of ECS170 Assignment 3 to recognize males and females.

Notifications You must be signed in to change notification settings

tsleyson/NeuralNetworkPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A neural network in Python for the male/female recognition problem. My plan is to
use an adjacency matrix to represent the graph of the network and weights, Numpy for 
handling the matrices, and the multiprocessing module for concurrency. My hope is that
this will be enough to overcome that dismal 50% error rate from the Java version.

About

Python version of ECS170 Assignment 3 to recognize males and females.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages