Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhang02 authored Sep 25, 2024
1 parent ff0f9b5 commit 56118df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
This repo collects the python code and jupyter notebooks.

## Code lists
* [Think Python](/think_python.ipynb)
* [Deep Learning from Scratch](/deep_learning_from_scratch.ipynb)
* [Think Python](./tutorials/think_python.ipynb)
* [Deep Learning from Scratch](./tutorials/deep_learning_from_scratch.ipynb)
* [Cardiac images preprocessing](/cardiac-dataset-preprocess)
* [Deep learning based image segmentation](/segmentation-dl/)
* [Image processing based image segmentation](/segmentation-mip/)
* [DNN Marathon](/dnn_marathon.ipynb)
* [Utils](/utils/)
* [DNN Marathon](./tutorials/dnn_marathon.ipynb)
* [Utils](/utils/)
* [Pretrained classification-segmentation models libs](./tutorials/models_cls_seg.ipynb)
* [Parallel computing (torch)](./tutorials/parallel_computing.ipynb)



Expand Down

0 comments on commit 56118df

Please sign in to comment.