Skip to content

Releases: david-thrower/cerebros-core-algorithm-alpha

v0.9.9-alpha

11 Apr 16:41
39e3710
Compare
Choose a tag to compare
  • 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

16 Nov 03:22
7530497
Compare
Choose a tag to compare
Merge pull request #127 from david-thrower/125-add-use-cases-gpt2-enc…

v0.9.7-alpha

31 Oct 11:58
b524b27
Compare
Choose a tag to compare
Merge pull request #110 from david-thrower/109-spelling-errors-in-lic…

v0.9.6-alpha

04 Apr 04:38
71d1731
Compare
Choose a tag to compare
  • Security fortifications.
  • Upgrade to Tensorflow 2.12.
  • Added much higher performance image classification capabilities.
  • Restructured the documentation.

v0.9.5-alpha

16 Feb 21:23
d76e46b
Compare
Choose a tag to compare

Added customer task templates for image classification and text classification.

v0.9.4-alpha

14 Feb 20:31
15b8456
Compare
Choose a tag to compare
  1. Updated Cerebros API to accommodate injection of base models / encoders / embeddings.
  2. Updates to administrative docs and processes.
  3. 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

11 Jan 16:14
7bfc297
Compare
Choose a tag to compare
  • Parameterized the training data file name and the prediction target column in the regression notebook example.

v0.9.2-alpha

09 Jan 02:11
f9583ca
Compare
Choose a tag to compare

Fix:

Updated example with model with better parameters.
Documentation revisions ...

v0.9.1-alpha

03 Jan 08:32
c051f51
Compare
Choose a tag to compare
Merge pull request #33 from david-thrower/32-clean-up-readme-1

32 clean up readme 1

v0.9.0-alpha

02 Jan 06:23
7f3cc0a
Compare
Choose a tag to compare
Merge pull request #31 from david-thrower/30-miswording-on-readme-kub…