You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|🧠 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)| [](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) | [](https://matlab.mathworks.com/open/github/v1?repo=INCF/DeepInterpolation-MATLAB&file=examples/other/fMRI_OpenNeuro.mlx)
46
45
47
46
<sub>(\*) This data-intensive example is recommended for use on a local machine, not for MATLAB online.</sub>
48
47
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 
51
+
2. Search for "DeepInterpolation"
52
+
3. Press the "Add" button.
53
+
49
54
## Key Concepts
50
55
51
56
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
62
67
63
68
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.
64
69
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 
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 /> ▶️
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