-
Notifications
You must be signed in to change notification settings - Fork 0
dylanturnerfly/Digit-and-Facial-Recognition---Neural-Network
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.