Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 269 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 269 Bytes

Slassifiers from scratch

Project which implements some classifiers from scratch (distance based classifier, bayes rule classifier, single layer perceptron, multi layer perceptron using GDE), see report in root for more details.

Implemented using Python and SciPy.