If I change the activation function of VGG16, will the accuracy increase?

3 ビュー (過去 30 日間)
ys
ys 2022 年 7 月 3 日
回答済み: Sanyam 2022 年 7 月 3 日
If I change the activation function of VGG16 to switch, ReLU6, LeakyReLU, Mesh, etc., will the accuracy improve? Or does it go down?
  2 件のコメント
Walter Roberson
Walter Roberson 2022 年 7 月 3 日
I think you would need to be clear about what kind of data you would be using this for. A change that improves one kind of input might do worse on a different kind of input m
ys
ys 2022 年 7 月 3 日
For example CIFAR-10 or CIFAR-100

サインインしてコメントする。

回答 (1 件)

Sanyam
Sanyam 2022 年 7 月 3 日
This cannot be directly said, as kind of activation function to use is also a hyperparameter. What you can do is to check the performance of your model with different activation functions using cross-validation or using a seperate validation dataset. Then pick up the activation function which gives the best performance
Hope that helps. Thanks!!

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by