Skip to content

v0.8.0

Compare
Choose a tag to compare
@stevevanhooser stevevanhooser released this 16 May 18:44
· 73 commits to main since this release
e9a96c0

Organizing pretrained models, namespace, object implementation

  • Pretrained model data is now in the pretrainedModel folder with a manifest as pretrained.json
  • There is a namespace deepinterp to reduce potential name collisions with other toolboxes
  • There is a new object implementation deepinterp.Net that allows interpolation now and will allow training soon.
  • README file is reorganized and updated with more intuition about the algorithm.