필터 지우기
필터 지우기

Is it possible to train numeric data using transfer learning?

조회 수: 3 (최근 30일)
Byung - Gi Jeon
Byung - Gi Jeon 2020년 9월 20일
댓글: Byung - Gi Jeon 2020년 9월 21일
I did research on learning large amounts of numeric data with RNN (LSTM).
The results were pretty accurate.
However, recently, I would like to compare result CNN and transfer learning.
I have studied many matlab examples documents and search on google.
However, I couldn't find an example of learning 'double(numeric)' data. Everything is for images.
So my question is, is it possible learn double data using transfer learning? If so, can you give me an example or material I can refer to?
I really sorry for the worst English skills.
Thank you.

채택된 답변

Walter Roberson
Walter Roberson 2020년 9월 20일
Yes, it is possible to use transfer learning for non-image data.
For example https://becominghuman.ai/unsupervised-pre-training-for-speech-recognition-wav2vec-aba643824324?gi=f24550e74b12 specifically says that it can be done, and has a link to python code for the purpose.
The concepts are the same as for image recognition; the problem is finding a pre-trained network that can be usefully adapted for your purposes.
  댓글 수: 1
Byung - Gi Jeon
Byung - Gi Jeon 2020년 9월 21일
Thank you Roberson. I was a great help.
I`m weak at python so I wanted to implement it in matlab. But I`ll try.
Thank you so much for finding good doc. once again.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by