Beantwortet
could you anyone help me how to include sine, cosine and tanh activation function for training the neural network
Hi Jaah, I see you want to use different activation functions instead of reLu. In the case of "tanh", you can use the "tanh l...

mehr als ein Jahr vor | 0

Beantwortet
Edge detection and measurement of boundary length
Hi Kalyani, In order to outline and measure a monolayer boundary, you can use the bwboundaries function. The documentation fo...

mehr als ein Jahr vor | 0

Beantwortet
Python Matlab engine: How to pass a pandas dataframe to Matlab function?
Hi Stefan, I see you are trying to make a MATLAB table out of a pandas Dataframe object using the MATLAB engine for python. Y...

mehr als ein Jahr vor | 0

Beantwortet
Fork into parallel but non-identical threads
Hi Emily, Whenever we need to execute commands in a parallel fashion, we use the "parfor" loop instead of a normal "for" loop i...

fast 2 Jahre vor | 0

Beantwortet
Increasing Neural Network Accuracy
Hi Muamin, As per my understanding, you are getting a 99.5% accuracy, which is a very high accuracy for a neural network model....

fast 2 Jahre vor | 0

Beantwortet
Connect Matlab to PureData?
Hi David, In general whenever we want to do real time communication between two programs/processes, we use UDP or TCP/IP to com...

fast 2 Jahre vor | 0

Beantwortet
Confidence levels for glmfit - glmval or fitglm using the Likelihood Ratio method
Hi Craig, Upon looking up the documentation for the relevant functions which can be used to serve your functionality, I unfortu...

fast 2 Jahre vor | 0

Beantwortet
Grayscale erosion and Grayscale dilation simulink block
Hi Gayathri, It would have been easier for me to help you out with this task if you would've provided a code you are using. But...

fast 2 Jahre vor | 0

Beantwortet
Customizing the code generated from the Classification Learner App
Hi Tintumon, I gather that in the first query, you'd like to find out how to implement Stratified k-fold cross validation. Then...

fast 2 Jahre vor | 0

Beantwortet
How to develop an elastic net model for the data
Hi Aishwarya, I see you are trying to implement an elastic linear model for the data you have attached. Before starting off wit...

fast 2 Jahre vor | 0

Beantwortet
How can i solve this dynamic model problem for a formula car?
Hi Stefano, I see you are running into errors while running the given code. I ran the code on my end, and here are the points ...

fast 2 Jahre vor | 0

Beantwortet
Bayesian Optimization Algorithm_ acquisition function
Hi NN, From your question I gather that you want to know if you can find optimum minimum values for params mentioned in Bayesia...

fast 2 Jahre vor | 0

Beantwortet
Deep Learning Quantizer Function
Hi Burak, I realize that you want to get a MATLAB function out of a deep neural network after quantization, just like you can g...

fast 2 Jahre vor | 0

Beantwortet
How to retain the derivative trace of a dlarray out of dlfeval function
Hi Xiaowen, As you asked in the question, you want to retain the trace in order to perform some tasks like computing higher ord...

etwa 2 Jahre vor | 0

Beantwortet
Plotting a custom reinforcement learning environment template
Hi Arjun, I understand you want to plot the "CartPole_Environment" that you have modified at your end. As per what I see in t...

etwa 2 Jahre vor | 0

Beantwortet
trainbr returns best network by performance not the best regularized
Hi Jens, As per my understanding of your question, you need an explanation of why the “trainbr” function is not giving the opt...

etwa 2 Jahre vor | 0

Beantwortet
Volume Linking USB device into Docker with MATLAB
Hi Amoghcharan, As per my understanding of the question, you want to connect a joystick to a port and use it with MATLAB, but M...

etwa 2 Jahre vor | 0

Beantwortet
How to obtain predictor scores from standardized inputs after partial least squares?
Hi Maaz, As per my understanding of the question, you want to fit a new input “x” using the weights generated by your data set...

mehr als 2 Jahre vor | 0

Beantwortet
Data type: matrix 8 double
Hi Kathe, Responderé a esta pregunta en inglés, ¡lea a continuación! I managed to find that double can be in 1,2,4 and 8 ...

mehr als 2 Jahre vor | 0

Beantwortet
from monochromatic image to spectrum
Hi SCIUSCIA, As per my understanding of the question, you are using a monochromatic light source to capture images and want to...

mehr als 2 Jahre vor | 0

Beantwortet
Quick process detection in a video
Hi Seyed, As per my understanding of the question, you want to find out the frames with sparks in them, and the rest of the fra...

mehr als 2 Jahre vor | 0

Beantwortet
Wavelet Signal Denoiser approximation save
Hi Daejin, As per my understanding of your question, you are trying to save the output of the “wdenoise” function in the form ...

mehr als 2 Jahre vor | 0

Beantwortet
MRIwrite Mask to NIfTI File
Hi Annabel, As per my understanding of the question, you want to perform some operations on MRI images present with you and wr...

mehr als 2 Jahre vor | 0

Beantwortet
LSTM open loop testing problem
Hi Gonzalo, As per my understanding of the question, you are facing trouble in updating the model based on the outputs you get...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
How to create fitnet neural network via deep neural network designer
Hi Sixiong, As per my understanding of the question you are curious why there are different results for the same network gener...

mehr als 2 Jahre vor | 0

Beantwortet
fit curve and equation with a constant coefficient
Hi Birsen, As per my understanding of the question, the constants a, b and c should have different values along with the coeff...

mehr als 2 Jahre vor | 0

Beantwortet
Finding min. MSE
Hi Seray, As per my understanding of the question, I see that you have the boilerplate code to train and evaluate the neural n...

mehr als 2 Jahre vor | 0

Beantwortet
details about the resnet 50 structure
Hi, As per my understanding of the question, you want to know why are there 177 layers in Resnet 50, where Resnet 50 is a 50 l...

mehr als 2 Jahre vor | 0

Beantwortet
Neural Net Fitting app - Activation function
Hi Jacob, The activation function of the output layer for the Neural Network Fitting app cannot be determined from the GUI alo...

mehr als 2 Jahre vor | 0

Beantwortet
Attempt on k-nearest neighbor pdf estimate in 1D
Hi Jonne, I have reproduced your code at my end, and I am currently using R2023A version of MATLAB. Kindly note the following...

mehr als 2 Jahre vor | 0

Mehr laden