cdoswald commited on
Commit
fc3bbb1
1 Parent(s): ae13618

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -44,10 +44,10 @@ Original data are available on [Zenodo](https://zenodo.org/records/10159290). Mo
44
 
45
  # Tutorials
46
 
47
- In addition to the information in this README, several detailed tutorials are provided in the [tutorials](tutorials) folder:
48
 
49
- 1. [Loading the Dataset](tutorials/load_data.ipynb)
50
- 2. [Applying the U-Net Image Segmentation Model to SPIDER](tutorials/UNet_SPIDER.ipynb)
51
 
52
  <br>
53
 
 
44
 
45
  # Tutorials
46
 
47
+ In addition to the information in this README, several detailed tutorials for this dataset are provided in the [tutorials](tutorials) folder:
48
 
49
+ 1. [Loading the SPIDER Dataset from HuggingFace](tutorials/load_data.ipynb)
50
+ 2. [Building a U-Net CNN Model for Magnetic Resonance Imaging (MRI) Segmentation](tutorials/UNet_SPIDER.ipynb)
51
 
52
  <br>
53