Skip to content
Haifeng Li edited this page Aug 26, 2020 · 12 revisions

Overview

Smile is a comprehensive JVM library of various state-of-art machine learning algorithms. The major components include

  • Core The core machine learning library
  • Math Mathematical functions (basic, special, kernel, distance, rbf, etc.), sorting, random number generators, optimization, linear algebra, statistical distributions, and hypothesis testing.
  • Data DataFrame and data loading/saving utilities.
  • Graph Graph algorithms on adjacency list and matrix.
  • Interpolation One and two dimensional interpolation.
  • NLP Natural Language Processing.
  • Plot Data visualization library.
  • JSON JSON processing librar
Clone this wiki locally