필터 지우기
필터 지우기

pre trained deep learning network

조회 수: 2 (최근 30일)
Ahmad Alhashil
Ahmad Alhashil 2021년 2월 22일
답변: Sanyam 2022년 7월 9일
hi!
how i can immprove the accuarcy in pretrained deep learning network ?
and dose it by adding more layers in the network ?

답변 (1개)

Sanyam
Sanyam 2022년 7월 9일
There are a lot of different ways you can try to increase accuracy of your model using transfer learning.
The first thing you can try is to unfreeze weights and biases of more layers in the pretrained network, and train it using your dataset. This will increase the time to train the network as there are more learnable parameters but will also make your network suitable for your dataset.
Other than that you can use techniques common to all the neural networks to increase the performance, which are augmenting your dataset, and finetuning hyperparameters like learning rate, mini batch size, adding layers, adding neurons, applying regularization techniques like L1, L2, dropout.
Please refer to this article to get more insights on these techniques

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by