Skip to content

This project includes a 2 layer neural network and a perceptron, both of which were trained for classifying faces and digits.

Notifications You must be signed in to change notification settings

dylanturnerfly/Digit-and-Facial-Recognition---Neural-Network

Repository files navigation

For any questions, please email either:
    [email protected]
    [email protected]

To run the models, type in terminal:

    python3 -u "./Digit_Network.py"
    python3 -u "./Face_Network.py"

    python3 -u "./Digit_Perceptron.py"
    python3 -u "./Face_Perceptron.py"

You will need python installed, and you may need to install some libraries:

    pip install  numpy seaborn matplotlib pickle

Thank you so much for your time!

About

This project includes a 2 layer neural network and a perceptron, both of which were trained for classifying faces and digits.

Topics

Resources

Stars

Watchers

Forks

Languages