Releases: david-thrower/cerebros-core-algorithm-alpha
Releases · david-thrower/cerebros-core-algorithm-alpha
v0.9.9-alpha
- Upgrade TensorFlow to 2.15
- Some API upgrades for version 2.16 compatibility.
- TF 2.16.x upgrades on hold, as they break TF hub models we are using in the CICD tests. We will need to either await their upgrade or convert these models into keras Layer sub-classes.
v0.9.8-alpha
Merge pull request #127 from david-thrower/125-add-use-cases-gpt2-enc…
v0.9.7-alpha
Merge pull request #110 from david-thrower/109-spelling-errors-in-lic…
v0.9.6-alpha
- Security fortifications.
- Upgrade to Tensorflow 2.12.
- Added much higher performance image classification capabilities.
- Restructured the documentation.
v0.9.5-alpha
Added customer task templates for image classification and text classification.
v0.9.4-alpha
- Updated Cerebros API to accommodate injection of base models / encoders / embeddings.
- Updates to administrative docs and processes.
- Added an experimental API that has augmented Dense units that structurally mimic an axon - soma - dendrite structure of biological neurons (Dense outputs diverge to individual Dense(1) outputs and are distributed to be the input of different Dense units downstream)
v0.9.3-alpha
- Parameterized the training data file name and the prediction target column in the regression notebook example.
v0.9.2-alpha
Fix:
Updated example with model with better parameters.
Documentation revisions ...
v0.9.1-alpha
Merge pull request #33 from david-thrower/32-clean-up-readme-1 32 clean up readme 1
v0.9.0-alpha
Merge pull request #31 from david-thrower/30-miswording-on-readme-kub…