Skip to content

A collection of machine learning algorithms with sample datasets in Java

Notifications You must be signed in to change notification settings

nikhil1011/machine-learning-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

A collection of machine learning algorithms with sample datasets in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages