フィルターのクリア

Train Convolutional Neural Network for Regression with augmented image

1 回表示 (過去 30 日間)
Tiago de Bortoli
Tiago de Bortoli 2023 年 8 月 24 日
回答済み: Shreeya 2023 年 8 月 29 日
Hello
I'am trying to implement a Convolutional Neural Network for Regression with augmented image, and, for this, I try to use this exempla for my dataset:
But I can't implement data augmentation in this example. What is the simplest way to implement data augmentation for this example?

回答 (1 件)

Shreeya
Shreeya 2023 年 8 月 29 日
Hi Tiago
To implement data augmentation in the example you've mentioned, you can follow these steps:
  1. Load the datase: Load the dataset as per the example
  2. Implement Data Augmentation with Image Processing Toolbox: MATLAB provides the Image Processing Toolbox which can be used for various image operations to augment a dataset. In this case, Since you want to predict the angle of rotation of handwritten digits, image operations such as rotation, translation, sheer and scale can help augment the training dataset. The documentation linked below contains the implementation of all these operations:.
Hope this helps!

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by