Skip to content

Commit c990d5f

Browse files
Merge pull request #82 from MATLAB-Community-Toolboxes-at-INCF/2025april_readme
2025april readme
2 parents c8f0949 + 447a283 commit c990d5f

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,15 @@ Expected use cases will involve larger data sizes, for which remote data locatio
4242
| Data Type | Pretrained Model | Public Data Archive | View :eyes: | Run ▶️
4343
|---|:---:|---|---|---|
4444
|🔬"Ophys" (optical physiology) | [:robot:](https://github.com/MATLAB-Community-Toolboxes-at-INCF/DeepInterpolation-MATLAB/blob/main/pretrainedModels/pretrained.json#L92) | [Allen Brain Observatory](http://allen-brain-observatory.s3.amazonaws.com/visual-coding-2p/ophys_movies/ophys_experiment_496908818.h5) (55.6 GB) | [![View Deep-Interpolation-MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://viewer.mathworks.com/?viewer=live_code&url=https%3A%2F%2Fwww.mathworks.com%2Fmatlabcentral%2Fmlc-downloads%2Fdownloads%2F84c22101-bffc-435a-910c-b0c7dcd5b386%2F29e7e92d-4639-4178-8e19-739580981e60%2Ffiles%2Fexamples%2Fophys_AllenBrainObservatory.mlx&embed=web) | (\*) |
45-
|🧠 fMRI (functional magnetic resonance imaging) | [:robot:](https://github.com/MATLAB-Community-Toolboxes-at-INCF/DeepInterpolation-MATLAB/blob/main/pretrainedModels/pretrained.json#L74) | [Open Neuro](https://openneuro.org/datasets/ds001246/versions/1.2.1) (18.3 GB)| [![View Deep-Interpolation-MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://viewer.mathworks.com/?viewer=live_code&url=https%3A%2F%2Fwww.mathworks.com%2Fmatlabcentral%2Fmlc-downloads%2Fdownloads%2F84c22101-bffc-435a-910c-b0c7dcd5b386%2F29e7e92d-4639-4178-8e19-739580981e60%2Ffiles%2Fexamples%2Ftiny_fMRI_inference.mlx&embed=web) | [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=INCF/DeepInterpolation-MATLAB&file=examples/other/fMRI_OpenNeuro.mlx)
4645

4746
<sub>(\*) This data-intensive example is recommended for use on a local machine, not for MATLAB online.</sub>
4847

48+
## Installation
49+
To install the DeepInterpolation-MATLAB persistently on a local machine or cloud instance, the [**Add-on Explorer**](https://www.mathworks.com/products/matlab/add-on-explorer.html) is recommended:
50+
1. Launch the Add-on Explorer ![image](sampleData/188336991-77ba49f1-d70d-4111-a265-3f9ba284bb8d.png)
51+
2. Search for "DeepInterpolation"
52+
3. Press the "Add" button.
53+
4954
## Key Concepts
5055

5156
DeepInterpolation uses deep learning to predict a data frame from the contents of several preceeding and succeeding frames. The resulting prediction is free of independent noise such as shot noise (imaging) or thermal noise (electrophysiology).
@@ -62,11 +67,13 @@ During training, the network is modified so that it produces better and better r
6267

6368
DeepInterpolation works well in situations where the signal in the data is well predicted by the information in the preceeding and succeeding frames. In these cases, the inferred data contains a good reconstruction of the underlying signal while the noise that occurs independently on each frame is greatly reduced, because the noise is not predicted on average.
6469

65-
### Installation
66-
To install the DeepInterpolation-MATLAB persistently on a local machine or cloud instance, the [**Add-on Explorer**](https://www.mathworks.com/products/matlab/add-on-explorer.html) is recommended:
67-
1. Launch the Add-on Explorer ![image](sampleData/188336991-77ba49f1-d70d-4111-a265-3f9ba284bb8d.png)
68-
2. Search for "DeepInterpolation"
69-
3. Press the "Add" button.
70+
### Importing PyTorch deep learning models to Matlab
71+
72+
The following example shows how to import a PyTorch deep network into the Matlab Deep Learning Toolbox
73+
74+
| Data Type | Pretrained<br />Model| Sample<br />Data | View <br />:eyes: | Run <br /> ▶️
75+
| :--- | :---: | :---: | --- | --- |
76+
|🔬"Ophys"<br /> (optical physiology<sup>2</sup>)| [🤖](https://github.com/MATLAB-Community-Toolboxes-at-INCF/DeepInterpolation-MATLAB/blob/main/pretrainedModels/pretrained.json#L3)<br /> (AWS, 120 MB) | [💾](sampleData/ophys_tiny_761605196.tif) | [![View Deep-Interpolation-MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://viewer.mathworks.com/?viewer=live_code&url=https%3A%2F%2Fwww.mathworks.com%2Fmatlabcentral%2Fmlc-downloads%2Fdownloads%2F84c22101-bffc-435a-910c-b0c7dcd5b386%2F29e7e92d-4639-4178-8e19-739580981e60%2Ffiles%2Fexamples%2Ftiny_ophys_inference.mlx&embed=web) | [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=INCF/DeepInterpolation-MATLAB&file=examples/tiny_ophys_inference_detailed.mlx)
7077

7178
### About DeepInterpolation with MATLAB
7279
DeepInterpolation with MATLAB is a public repository. Contributions can be made in the form of [adding issues](https://github.com/MATLAB-Community-Toolboxes-at-INCF/DeepInterpolation-MATLAB/issues) or submitting pull requests.

0 commit comments

Comments
 (0)