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

Implementation and visualization of Fisher Linear Discriminant Analysis and Perceptron

Notifications You must be signed in to change notification settings

mayank271/fisher-LDA-and-perceptron

Repository files navigation

fisher-LDA-and-perceptron

Implementation and visualization of Fisher Linear Discriminant Analysis and Perceptron in Python

Running the code

python run.py

Changing the parameters

To change the parameters, following lines need to modified in run.py

Fisher parameter (training-test data split)

8.      fisher_train = 1000

Perceptron parameters

41.     learning_param = 0.1
42.     iterations = 20
43.     percetron_train = 700

About

Implementation and visualization of Fisher Linear Discriminant Analysis and Perceptron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages