Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I created my NN with patternet ?? ...
I am using nueral network to prdict the output of four inputs ( x1,...x4) I need to call the netowrk from another matlab file currently i am using sav...
how do i optimize weights of neural network using GA in MATLAB(need codes to achieve that), again how do i call this function that optimzes the neural...
Hi I need to classify some image data using the trained resnet network. For the testing data, I need to call them using text file which consist from a...
Hello, I am attempting to train a LSTM network, but I'm struggling to resize the input data to the requirements of the LSTM. · LSTM Requirements: Nx1...
I made a custom Neural Network with Deep Learning Toolbox which work great on my training and testing data. How can I use this already trained network...
I am new to the Deep Learning toolbox. I am working on a Reinforcement Learning problem wherein I need to calculate the derivative of the output of NN...
I am able to successfully run the example "Denoise Speech Using Deep Learning Networks" without any modifications. In the section 'Test the Denoising ...
i want to change the transfer function of output layer from purelin(difult) to other function like hardlim. i khow that i could use "net.layers{1}.tra...
When loading a previously trained CNN, I got an issue with the batch normalization layers. When looking into the loaded CNN model the trainable mean a...