Skip to content

Releases: haifengl/smile

4.0.0

25 Nov 13:42
Compare
Choose a tag to compare
  1. smile-deep package for deep learning
  2. Llama 3.1 model in Java
  3. Native Java implementation of tiktoken tokenizer
  4. EfficientNet model for image classification
  5. smile-shell has built-in training and inference functionalities, including streaming APIs.
  6. smile-serve is an LLM inference server with OpenAI-compatible APIs and fully functional frontend.
  7. Gradient boost is 10X faster on very large dataset
  8. Code refresh to leverage latest Java features.
  9. Various plain value classes are converted to records
  10. Smile shell for Java and Kotlin
  11. Java 21 required

3.1.1

22 May 14:55
Compare
Choose a tag to compare

Bug fixes.

3.1.0

02 Apr 14:21
Compare
Choose a tag to compare
  • Declarative Data Visualization for Java

3.0.3

09 Mar 03:39
Compare
Choose a tag to compare

Bug fixes.

3.0.2

14 Jun 12:20
Compare
Choose a tag to compare
  1. Minor bug fixes.
  2. Improve flaky tests.

3.0.1

03 Mar 12:39
Compare
Choose a tag to compare
  1. Remove XStream dependency as it exposes many vulnerabilities
  2. Bug fixes with ICA, MCC, Shap Value, etc.

3.0.0

15 Dec 22:53
Compare
Choose a tag to compare
  1. Switch to dual license model to meet open-source projects (GPL) and the development and distribution needs of commercial distributors (such as OEMs, ISVs and VARs).
  2. Java Module friendly with auto module name
  3. Redesigned feature engineering packages (missing value imputation, transform, selection, extraction, importance)
  4. One-class SVM
  5. Isolation forest
  6. Feature Hashing
  7. One-way ANOVA
  8. BigMatrix supporting more than 2 billion elements
  9. Latin hypercube sampling
  10. CLI supports training, batch prediction, endpoint, etc.
  11. Bug fixes

2.6.0

05 Dec 17:12
Compare
Choose a tag to compare
  • Spark integration (thanks Pierre Nodet)
  • t-SNE is 6X faster (thanks Brault Olivier-O)
  • Fully redesigned Gaussian Process Regression with HPO
  • L-BFGS-B
  • Matern kernel and composed kernels
  • Fully redesigned model validation facilities and metrics
  • Various optimization and bug fixes

2.5.3

19 Sep 03:57
Compare
Choose a tag to compare
  1. enhance MLP
  2. bug fixes.

2.5.2

06 Sep 15:32
Compare
Choose a tag to compare
  1. AR and ARMA for time series modeling
  2. Optimize interpolation package
  3. Optimize matrix decomposition memory usage.
  4. Bug fixes.