필터 지우기
필터 지우기

Using gensim for dlnetwork

조회 수: 3 (최근 30일)
nikhil singh
nikhil singh 2021년 7월 1일
답변: Ayush Anand 2024년 5월 24일
How can I use a gensim functionality for a dlnetwork. I need a simulink block corresposding to the dlnetwork object?

답변 (1개)

Ayush Anand
Ayush Anand 2024년 5월 24일
The gensim function in MATLAB is typically used to generate a Simulink model from a Simulink Control Design linear model (say, models created with the Linear Analysis Tool). However, for integrating a deep learning model dlnetwork into Simulink, gensim isn't directly applicable because dlnetwork objects are not linear models and don't directly convert into Simulink models through gensim.
To integrate a dlnetwork object block into Simulink, the approach would be to define the dlnetwork object in a MATLAB function block that takes inputs compatible with your dlnetwork, performs a forward pass (using predict or forward), and returns the output. You can also refer to this answer on how to use dlnetwork from MATLAB in Simulink: https://www.mathworks.com/matlabcentral/answers/1611315-how-can-i-use-a-dlnetwork-type-neural-network-from-matlab-in-simulink

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by