v0.8.0
Organizing pretrained models, namespace, object implementation
- Pretrained model data is now in the
pretrainedModel
folder with a manifest aspretrained.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.