The compilation process takes nnet and computationrequest as inputs and outputs nnetcomputation. The computationrequest contains a representation of the output index of the request, the available input index.Create a calculation diagramMore about Computationgraphcomputationgraph maps cindexes to cindex_ids and maps cindex_ids to cindexes.The computationgraph class is defined as follows:
struct Computationgraph {The mapping of c
'); h1 = NNETFW (net_rbm1,x);%RBM training Gets the network parameters of the second hidden layer, The input is the output of the first hidden layer rbm2 = RBM ([400,200]), rbm2 = Checkrbmtrain (@rbmtrain1, rbm2,h1,50,0.1), net_rbm2 = Rbm2nnet (rbm2, ' up '); H2 = NNETFW (NET_RBM2,H1);%RBM training Gets the network parameters of the third hidden layer, the output of the second hidden layer RBM3 = RBM ([200,100]); rbm3 = Checkrbmtrain (@rbmtrain1, RBM3,H2, 50,0.1); net_rbm3 = Rbm2nnet (rbm3, ' u
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.