nikhil1011/machine-learning-algorithms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This Java project contains the code for Perceptron algorithm and Logistic Regression Classification. To run this through program: - open the project code in Eclipse IDE - in the src folder, open the 'EntryClass.java' file - Now go to Run->Debug Configurations - Set parameters in the arguments tab, for example(without the single quotes): '1 yes 1000 0.01' - which stand for data set '1', show accuracies on validation data, number of iterations and lambda(used by logistic regression)