RubixML Versions Save

A high-level machine learning and deep learning library for the PHP language.

2.4.0

11 months ago
  • Add GELU activation function
  • Add numParams() method to Network
  • Neural Network Learners now report number of trainable parameters
  • Regex Filter added pattern to match unicode emojis
  • Custom escape character for CSV Extractor

2.3.2

1 year ago
  • Optimize Adam and AdaMax Optimizers

2.3.1

1 year ago
  • Fix PSR-3 log version compatibility issue
  • Check for the correct version of RBX format

2.3.0

1 year ago
  • Added BM25 Transformer
  • Add dropFeature() method to the dataset object API
  • Add neural network architecture visualization via GraphViz

1.3.5

1 year ago
  • Fix Grid Search best model selection

2.2.2

1 year ago
  • Fix Grid Search best model selection

2.2.1

1 year ago
  • Fix Extra Tree divide by zero when split finding

0.4.3

1 year ago
  • Update to Flysystem 2.1 and above

2.2.0

1 year ago
  • Added Image Rotator transformer
  • Added One Vs Rest ensemble classifier
  • Add variance and range to the Dataset describe() report
  • Added Gower distance kernel
  • Added types() method to Dataset
  • Concatenator now accepts an iterator of iterators

2.1.1

1 year ago
  • Do not consider unset properties when determining revision