Skip to content

Binary classification using kNN, neighborhood and perceptron from scratch in python. Using the stressed/Not Stressed dataset

License

Notifications You must be signed in to change notification settings

shivchander/binary-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-classifiers

Binary classification of Stressed/Not Stressed dataset using kNN, neighborhood and perceptron

Requirements

Python 3.7

Installing Dependencies

$ pip3 install -r requirements.txt

Running the code

Make sure that both main.py and model.py are in the same directory

$ python3 main.py

Output

The code will generate a set of graphs under the figs directory (should be available before running).

About

Binary classification using kNN, neighborhood and perceptron from scratch in python. Using the stressed/Not Stressed dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages