필터 지우기
필터 지우기

How can pass the output of the fully connected layer of a deep learning model to the sequence input layer of another deep learning model?

조회 수: 5 (최근 30일)
I need to known how to pass the features extracted from the fully connected layers of a pre-trained model for example (Alexnet) to
a sequence input layer of an LSTM model any Help.

채택된 답변

James Gross
James Gross 2022년 12월 21일
편집: James Gross 2022년 12월 21일
Hi Mahmoud,
Considering the sequence input layer and LSTMs are meant to be used for sequential data while AlexNet is for images, it sounds like you would like to use a pre-trained image classification model for video classification. If this is the case, the following documention example demonstrates precisely how to do this using GoogleNet.
You should be able to easily modify this example for a pre-trained image classification model of your choosing.
I hope this information helps!
James

추가 답변 (0개)

카테고리

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