Do not know how to use a downloaded neural network

조회 수: 1 (최근 30일)
Arsen Korpetayev
Arsen Korpetayev 2020년 9월 22일
답변: Madhav Thakker 2020년 9월 25일
I need to use a downloaded neural network to estimate promoter strength from nucleotide sequence (biology). The biology isnt important, the question is that I simply do not how to use neural networks. I have attached the nueral net as a .mat file and the article that created this net is https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0060288, where in the end under supportive information it includes the .mat file and training data. I have tried using result=net(input), but it doesn't work. I would be so grateful if you can help, it would ultimately help my research proposal. I do not even if the net is trained or not, or how to run it. Thank you

답변 (1개)

Madhav Thakker
Madhav Thakker 2020년 9월 25일
Hi Arsen,
The attached .mat file can be loaded into the MATLAB using load.
load NET_90_19_576;
net = net90_19_576;
You can now use net in the MATLAB Command window.
Hope this helps.

카테고리

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