We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

MachineLearning-Library

Machine learning library that performs several clustering algorithms (k-means, incremental k-means, DBSCAN, incremental DBSCAN, mitosis, incremental mitosis, mean shift and SHC) and performs several semi-supervised machine learning approaches (self-learning and co-training).
—————————————————————————
To run the library, just double click on the jar file. Also, you can use the following command line:
Java -Xms1500m -jar “ML Library.jar”
to ensure that the java virtual machine has enough space to run.

You can find sample test files under code/Test. Test files for clustering part are under code/Test/InputFile which contains two chameleon datasets from:
http://glaros.dtc.umn.edu/gkhome/cluto/cluto/download
Also, you can find sample test files for self-learning and co-training under its corresponding folders. Mainly genes/miRNAs expressions downloaded from :
http://0-www.ncbi.nlm.nih.gov.elis.tmu.edu.tw/

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://machinelearninglibrary.sourceforge.io
Tags
Features
  • Perform K-means Clustering Algorithm
  • Perform Incremental K-means Clustering Algorithm
  • Perform DBSCAN Clustering Algorithm
  • Perform Incremental DBSCAN Clustering Algorithm
  • Perform Mitosis Clustering Algorithm
  • Perform Incremental Mitosis Clustering Algorithm
  • Perform Mean Shift Clustering Algorithm
  • Perform SHC Clustering Algorithm
  • Measure Clustering F-measure, Jaccard, Rand and Rand Index Measures
  • Perform Self-Learning Semi-Supervised Algorithm
  • Perform Co-Training Semi-Supervised Algorithm
  • GUI based Application