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 'Unrecognized Face"? ???? In the code sho…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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 'Unrecognized Face"? ???? In the code sho…
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 provide some assistance. What I…
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 the weights and biases randoml…
am very interested in training convolutional autoencoders in MATLAB 2019b. I have found the instruction trainAutoencoder, but it does not allow to specify the convolutional layers …
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 exposure type (acid, alkaline, al…
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. I would like to store the re…
So i'm using a dataset with 400 images at the moment (looking to add more in the close future), but meanwhile I was trying to find which CNN architectures is the best between the p…
I am performing system identification using neural networks with 5 inputs and 1 output. NARX networks seem to give good results when the gradients are stable during training. Howev…
Given an imageDatastore and some transformation of it, e.g., imds1 = imageDatastore({'street1.jpg','peppers.png'}); imds2 = transform(imds1,@(x) imwarp(x,tform)); I would lik…
I have just started learning neural networks and have been stuck on a homework question for quite a while. the question is as follows: Design a feed forward multi-layer neural ne…