Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have a task to train CNN with an image as input and an image as output. I have tried to do it at the beginning with Matlab tutorial, but matlab has ...
Dear programmers  I have written a piece of code. Please check after providing convergence criteria with while loop the code is not running and only...
Is I5 9400f processor is sufficient for deep learning, performing models,Monte Carlo simulation and other heavy works on Matlab I want to purchase a p...
I'm using the SOM toolbox and have created the following: net = selforgmap([10 10)]; [net,tr] = train(net,inputs); where 'inputs' is a 5x10000 matrix ...
What code can I use if I want to add a condition wherein if I show a picture that is not registered in the database folder it will display 'Unrecogniz...
Hello All, I am working on a project for Electricity Price Forecasting of some regions in INDIA. Has anyone earlier worked in it before? Can anybody p...
I want to initialize a neural network from a set of layers, but I do not want to train it. Basically I just want to create it as a forward model, set ...
am very interested in training convolutional autoencoders in MATLAB 2019b. I have found the instruction trainAutoencoder, but it does not allow to spe...
I have 5 inputs and 1 output for my ANN problem. Among the 5 inputs are 2 "text". One is name of manufacturer (3 unique) and the other is specimen exp...
Hi there, I am trying to save a resized (smaller) image to a folder. I am doing image classification and having the resized images would be helpful. Â...