/DL_Basic_Classificaiton

MATLAB Deep Learning Classification and Visualization

Primary LanguageMATLAB

Deep Learning Classification

Bulit on 2022/02 by Fred Liu
Major update 2022/5/2, update 2023.05.17 , update to 2024a 2024/09/10 Youtube Link

版本:MATALB: 2022a ~ 最新版本
需要工具箱: Deeplearning , Image Processing, Computer Vision, Parallel Computing
需要支援包: Resnet18
Deep Learning Toolbox Model for ResNet-18 Network

image

1.AlexNetClassificaiton(update 24a) 使用Pre-train Model來辨識照片的類別,五行code快速實現,建立單張影像與多張影像上的預測

2.TrainNetwork(update 24a) 從零開始建立手寫字辨識模型

3.TransferLearning / Retrain(update 24a) 進行遷移式學習,使用Pre-train Model訓練自己的資料庫,建立新的辨識模型

4.CNN_Visualize 各種可視化的演算法,用於描述與解釋模型的結果,查看最強而有力的特徵區域

5.Another_Model_Inference 新增關於YOLOv4,YOLOX,MaskR-CNN,SOLOv2的Pre-Train Model Inference

6.ViT