Skip to content

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

v0.10.0-alpha: Merge pull request #172 from david-thrower/171-upgrade-tf-2190

12 Apr 03:56
6dfb427
Compare
Choose a tag to compare

Summary of changes:

  • Replaced the text embedding base model with an interleaved Rotaty Positional Embedding iRoPE in the Phishing detection NLP proof of concept
  • Proof of concept that the entire model can scale at O(n) timing as sequence length increases infinitely.

Benchmarks:

seq_len     val_bianry_accuracy       min/model        total_min         timing_relative_to_1024                      Commit_SHA
3072          0.955                    65.942           329.715                    2.817                     4bc217b36d1baf8b9a81fe53000e9e13e6e87801
1536          0.96                     37.27             186.36                    1.591                     286ba81a1e51493d748ded727bd602a4398248a8
1024          0.952                    23.42             117.08                    1.0                       9893bfc55d4f7b753eff79e0c5c70e4992c61085
  • Upgraded tf to 2.19.0
  • Upgraded Jax
  • Upgraded model architecture in both phishing CICD example and CIFAR10 example to accommodate tf 2.19.0.
  • Removed obsolete BERT embedding CICD test.

v0.9.9-alpha

11 Apr 16:41
39e3710
Compare
Choose a tag to compare
Merge pull request #150 from david-thrower/148-tensorflow-upgrades

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