Final project and four assignments as of 20.01.09, respectively
Supervised by Professor, Yin Wang
- Python basics
- Linear regression & Logistic regression
- NN basics
- Convolutional neural network
- Object detection
- Style transfer
- etc.
- Title
Enhanced 3D Zonal Segmentation of the Prostate on MRI via Enhanced Weight-Standardization and Group-Normalization
基于的Weight-Standardization和Group-Normalization在前列腺MRI数据集上的三维区块分割
- Abstract
In this final project, I utilized Weight Standardization (WS) as well as GroupNorm to accelerate neural networks training and improve overall segmentation results for 3D Zonal Segmentation of the Prostate on MRI images. WS is targeted at the micro-batch training setting where each GPU typically has only 1-2 images for training. The quantitative experiments have shown that UWG-Net can outperform the performances of 3D U-Net (baseline) with BN trained with small batch sizes with only two more lines of code. The effectiveness of WS is verified on the open-source Prostate Dataset, including 22 training cases and 10 testing cases.
- Notebook
💥For more details, please refer to jupyter notebook for final project.
Using nbviewer for better and faster rendering!
- (1) Linear & (2) Logistic (multiple binary classifiers method) regression
- (1) Logistic (softmax method) regression & (2) Fully connected neural network
- Convolutional neural network implemented via (1) PyTorch & (2) Fastai
- Re-implemented one style transfer algorithm (MSG-Net) via PyTorch
[notebook]
Weekly solution and codes are available in *.ipynb
. Best wishes!
每周解答和代码具体可见*.ipynb
。祝好!
For other solution, you can refer to 👍 ShallowDock/DLcourse