Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

README.md

File metadata and controls

28 lines (20 loc) · 1 KB

DL_lesson

線上玩模型

  1. Playground

  2. Teachable machine

基礎運用 Open In Colab

  • torchvision.datasets.ImageFolder
  • torch.utils.data.DataLoader
  • torch.utils.data.random_split
  • torchvision.transforms.transforms

建立模型 Open In Colab

  • LeNet
  • 查看 feature map

訓練流程 Open In Colab

  • 模型存檔, 讀檔
  • optimizer
  • lr_scheduler
  • confusion matrix
  • AUROC
  • Precision Recall curve