A implementation of Naive Bayes algorithm and perceptron algorithm
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a course project of Rutgers CS440 Intro to Artificial Intelligence.
The data
folder contains two different types of images: digits from 0-9 and human faces.
Each type of data is splited to three parts:
- Training dataset
- Validation dataset
- Test dataset
Size of a digit image is 28 x 28.
Size of a face image is 60 x 70.
Digit using Naive Bayes
Digit using Perceptron
Face using Naive Bayes
Face using Perceptron
Classify face and digit by using naive bayes algorithm and perceptron algorithm.
Distributed under the MIT License.
See LICENSE
for more information.
Feiyu Zheng - [email protected]
Project Link: https://github.com/ChaserZ98/Face-and-Digit-Classification