david-thrower / cerebros-core-algorithm-alpha

The Cerebros package is an ultra-precise Neural Architecture Search (NAS) / AutoML that is intended to much more closely mimic biological neurons than conventional neural network architecture strategies.
Other
27 stars 4 forks source link

67 base models embeddings encoders #70

Closed david-thrower closed 1 year ago

david-thrower commented 1 year ago
  1. Added ability to inject a base model (e.g. an image embedding or text encoder).
  2. Added a basic proof of concept text binary classification example.
  3. Added a basic proof of concept multi - classification for images.
  4. Clean up files.
david-thrower commented 1 year ago

@Aidyn-Lopez Please review and if you agree, merge.

Aidyn-Lopez commented 1 year ago

I approve of merging these changes.