July 2017
Beginner to intermediate
715 pages
17h 3m
English
Statistical Machine Intelligence and Learning Engine (Smile) is a library with a large set of classification and other machine learning algorithms. For us, the most interesting ones are logistic regression, SVM, and random forest, but you can see the full list of available algorithms on their official GitHub page at https://github.com/haifengl/smile.
The library is available on Maven Central and the latest version at the time of writing is 1.1.0. To include it to your project, add the following dependency:
<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-core</artifactId> <version>1.1.0</version> </dependency>
It is being actively developed; new features and bug fixes are added quite often, but not released ...
Read now
Unlock full access