필터 지우기
필터 지우기

OBTAIN OUTPUT OF DEEP NEURAL NETWORK USING WEIGHTS

조회 수: 2 (최근 30일)
Ananthu S
Ananthu S 2017년 2월 18일
I have created a deep neural network in MATLAB R2016a using help provided in mathworks site https://in.mathworks.com/help/nnet/ug/construct-deep-network-using-autoencoders.html. I have trained it using inputs and targets. Also i can obtain the outputs of the network by providing inputs(other than the training inputs) to the 'deepnet' function.. E.g output = deepnet(input).
But I want to obtain the outputs of the neural netowrk without using any function , i.e using only the weights obtained from the network. I know that the weights and bias values can be obtained. But I don't know how to apply these properly to get the required ouput...
Please help

답변 (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