From 56118df6f5255ab9db1242b174832c1805d09e8c Mon Sep 17 00:00:00 2001 From: Jing Zhang Date: Wed, 25 Sep 2024 17:13:58 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c6574f..0396c00 100644 --- a/README.md +++ b/README.md @@ -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)