
implementation("org.pointyware.disco:core-entities:0.2.2-alpha")The 'core-entities' module offers foundational components for building machine learning models, including tensors, activation functions, layers, networks, cost functions, and optimizers. It supports various activation functions like ReLU, Logistic, Tanh, GELU, Swish, and SwiGLU, as well as layers such as Dense and Convolutional. The module also provides network architectures like Sequential and Residual Networks, along with cost functions like Mean Squared Error and Cross Entropy Loss. Optimizers include Gradient Descent, Stochastic Gradient Descent, and Adam. Training components like Sequential Trainer, AutoDiff Trainer, and Organic Trainer are also part of this module.
| Version | Release | Platforms and targets |
|---|---|---|
| 0.2.2-alpha | Release: 11 Aug 2025 | Android JVMJVMKotlin/Native iOS |
| 0.2.1-alpha | Release: 10 Aug 2025 | Android JVMJVMKotlin/Native iOS |
| Version | Release | Platforms and targets |
|---|---|---|
| 0.2.2-alpha | Release: 11 Aug 2025 | Android JVMJVMKotlin/Native iOS |
| 0.2.1-alpha | Release: 10 Aug 2025 | Android JVMJVMKotlin/Native iOS |