Skip to content

Releases: MATLAB-Community-Toolboxes-at-INCF/DeepInterpolation-MATLAB

v0.9.0

06 Oct 00:24
d2513c4
Compare
Choose a tag to compare
  • New workflow for TensorFlow model imports using tools in Matlab 2024a and later
  • Demonstrates TensorFlow model imports in examples/other/tiny_ophys_inference_detailed.mlx

v0.8.1

21 May 11:50
d88fc68
Compare
Choose a tag to compare

• Small updates to the README
• Moved Datastore into the deepinterp namespace

v0.8.0

16 May 18:44
e9a96c0
Compare
Choose a tag to compare

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.

v0.7.0

12 Dec 00:44
0054c15
Compare
Choose a tag to compare

New features

  • All demos available as links from README.md
  • (Evaluation of normalization code (issue #15) )
  • Small bug fix for Matlab Online for tiny_fMRI_inference (issue #40))

(Related to issue #16 )

v0.6.1

08 Nov 02:41
c34fd5e
Compare
Choose a tag to compare

Fixes lack of precomputed answers in LiveScripts

v0.6.0

30 Oct 12:37
ab66b52
Compare
Choose a tag to compare

New features added to this release:

  • Add direct downloads if the model files are available from the repository, and automatic downloads from Dropbox if not;
  • Support the 'Open in MATLAB Online' workflow;
  • Add a gateway livescript describing the various examples, with relative links to each.
  • Add example that reads from a custom datastore
  • Add an fMRI example

Other improvement:

  • Remove the pop-up for adding the current working directory to the path.

v0.5.0

17 Aug 12:19
a14a6ac
Compare
Choose a tag to compare

The first release of the MATLAB implementation of the DeepInterpolation general-purpose algorithm, used to denoise data by removing independent noise. This first release implements four key workflow examples, which are analogues of those from the reference implementation by the Allen instutute.

The examples, implemented as live scripts, are:

  • Inference with ephys (optical physiology) data
  • Inference with ophys (electrophysiology) data
  • Training (and subsequent inference) with ephys data
  • Training (and subsequent inference) with ophys data

Pre-trained networks and sample data are provided for each example