Convolutional Neural Network Transfer Learning

조회 수: 2 (최근 30일)
Tan Wai Chun
Tan Wai Chun 2021년 2월 25일
답변: Puru Kathuria 2021년 5월 11일
Hi all,
I am working on a handwritten character recognition project with CNN and I trained my CNN with MNIST dataset. Since the handwriting are vary from person to person, so I am looking for some kind of "transfer learning" that allows me to perform incremental training on my trained CNN ( trained with MNIST dataset ) with the handwriting from others.
Hope this question is understable :D

답변 (1개)

Puru Kathuria
Puru Kathuria 2021년 5월 11일
While training the network, you can keep in mind the goal to generalize the network and reduce overfitting. The concept of learning from some data and correctly applying the gained knowledge on other data is generalization. There are certain aspects that control the degree of overfitting and generalization.
  1. Number of parameters can be altered depending on the difference between test score and training score. Also, keeping in mind the complexity(non-linearity) of the data.
  2. Dropout neurons: adding dropout neurons to reduce overfitting.
  3. Regularization: L1 and L2 regularization.
After you have trained the network, you can successfully use that same network to perform prediction on other handwritten digits dataset. This process will be termed as transfer learning.

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by