Akshat
Followers: 0 Following: 0
Feeds
已回答
How to Import Inputs and Targets data for the classification task in Neural Network?
Hi @Ahmed iqbal, The issue of representing 0 and 1 in a feed-forward network with 2 output neurons can be resolved by represent...
How to Import Inputs and Targets data for the classification task in Neural Network?
Hi @Ahmed iqbal, The issue of representing 0 and 1 in a feed-forward network with 2 output neurons can be resolved by represent...
8 days 前 | 0
已回答
How can I build a multitask learning model
Hi @AM MSR, You can build a multitask model using a pretrained CNN by removing the last few layers and replacing them with your...
How can I build a multitask learning model
Hi @AM MSR, You can build a multitask model using a pretrained CNN by removing the last few layers and replacing them with your...
10 days 前 | 0
已回答
Use a trained NARX network on new input data.
Hi @Gustavo Santi, In order to make predictions using a NARX network, you need to prepare delayed inputs. Please refer to the ...
Use a trained NARX network on new input data.
Hi @Gustavo Santi, In order to make predictions using a NARX network, you need to prepare delayed inputs. Please refer to the ...
10 days 前 | 0
已回答
What is the running time of the algorithm
Hi @Asemahle Ndamase, In the code that you have shared, the running times of each of the loops will get multiplied to each othe...
What is the running time of the algorithm
Hi @Asemahle Ndamase, In the code that you have shared, the running times of each of the loops will get multiplied to each othe...
16 days 前 | 0
已回答
Matrix row and column headers
Hi @Jackson Contreras, To give row and column headers to your matrix in MATLAB, I would strongly recommend using the data struc...
Matrix row and column headers
Hi @Jackson Contreras, To give row and column headers to your matrix in MATLAB, I would strongly recommend using the data struc...
17 days 前 | 0
已回答
How to train data using self organising map?
Greetings @AS, To use Self Organising Map, MATLAB has a function called "selforgmap". All information about this function can b...
How to train data using self organising map?
Greetings @AS, To use Self Organising Map, MATLAB has a function called "selforgmap". All information about this function can b...
17 days 前 | 0
已回答
how to write a table 1*4 which is inside a for loop into excel?
Hello @Apoorva Maiya, The issue with this piece of code is that you are setting the "tableHeaders" field in every iteration. Th...
how to write a table 1*4 which is inside a for loop into excel?
Hello @Apoorva Maiya, The issue with this piece of code is that you are setting the "tableHeaders" field in every iteration. Th...
17 days 前 | 0
已回答
How to calculate Average Intensity (Z) Projection of a time laps image sequence?
Hej @Marko Usaj! The function you are using for maximal projection is "max", this function is generally used to find a maximum ...
How to calculate Average Intensity (Z) Projection of a time laps image sequence?
Hej @Marko Usaj! The function you are using for maximal projection is "max", this function is generally used to find a maximum ...
17 days 前 | 0
已回答
How to implement SVM with linear kernel function?
Hi @D Aghor, In order to use Sequential Minimal Optimization (SMO) for a SVM model, we can take the following steps: Split of ...
How to implement SVM with linear kernel function?
Hi @D Aghor, In order to use Sequential Minimal Optimization (SMO) for a SVM model, we can take the following steps: Split of ...
17 days 前 | 1
| 已接受
已回答
how do i use nueral network in simulink?
Hi Alireza, As I see, you have a workspace variable which you want to use in the MATLAB Function block. The error is because th...
how do i use nueral network in simulink?
Hi Alireza, As I see, you have a workspace variable which you want to use in the MATLAB Function block. The error is because th...
3 months 前 | 0
已回答
Clusterig points in clusters, separated by a minimum distance
Hi Alexamder, The functionality you are asking for, which involves clustering points with a threshold for a neighborhood search...
Clusterig points in clusters, separated by a minimum distance
Hi Alexamder, The functionality you are asking for, which involves clustering points with a threshold for a neighborhood search...
3 months 前 | 0
已回答
program to display the curve of the function
Hi Adam, I see you are trying to plot the "g" when "t" is lesser than 2, and "y" when "t" is greater than or equal to 2. These...
program to display the curve of the function
Hi Adam, I see you are trying to plot the "g" when "t" is lesser than 2, and "y" when "t" is greater than or equal to 2. These...
3 months 前 | 0
已回答
how to couple ANN model in to fluent directly?
Hey, UDFs in Fluent are typically written in C, and I see that you want to integrate an ANN model written in MATLAB within thes...
how to couple ANN model in to fluent directly?
Hey, UDFs in Fluent are typically written in C, and I see that you want to integrate an ANN model written in MATLAB within thes...
3 months 前 | 0
已回答
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...
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...
3 months 前 | 0
已回答
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...
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...
6 months 前 | 0
已回答
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...
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...
6 months 前 | 0
已回答
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...
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...
7 months 前 | 0
已回答
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....
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....
7 months 前 | 0
已回答
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...
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...
7 months 前 | 0
已回答
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...
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...
7 months 前 | 0
已回答
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...
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...
7 months 前 | 0
已回答
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...
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...
8 months 前 | 0
已回答
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...
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...
8 months 前 | 0
已回答
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 ...
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 ...
9 months 前 | 0
已回答
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...
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...
9 months 前 | 0
已回答
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...
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...
9 months 前 | 0
已回答
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...
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...
9 months 前 | 0
已回答
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...
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...
11 months 前 | 0
已回答
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...
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...
11 months 前 | 0
已回答
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...
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...
11 months 前 | 0