If I change the activation function of VGG16, will the accuracy increase?
1 次查看(过去 30 天)
显示 更早的评论
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
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
回答(1 个)
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!!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!