Implementation and visualization of Fisher Linear Discriminant Analysis and Perceptron in Python
python run.py
To change the parameters, following lines need to modified in run.py
8. fisher_train = 1000
41. learning_param = 0.1
42. iterations = 20
43. percetron_train = 700