Skip to content

juppak/Ultrasound_Image_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔦 Ultrasound_Image_Classifications

📌 Discription

open source로 제공되는 ultrasound data들을 이용해서 classification 하는 모델을 구성해볼 예정

🎁 Datasets

busi dataset structure

├── train
│   ├── normal
│   ├── malignant
│   └── benign
├── test
│   ├── normal
│   ├── malignant
│   └── benign
├── all
│   ├── normal
│   ├── malignant
│   └── benign

📑 notebooks

- busi_classifier

# version_0915 
  기본적인 3 class를 prediction하는 코드
  : basic classification (with timm or torchvision)
  : metrics (Acc, ROC curve, AUC, Classfication reports, Confusion Matrix)
  : k-fold validation (StratifiedKFold,..)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published