Avadhoot
Followers: 0 Following: 0
Python, C++, C, MATLAB, SQL, HTML
Spoken Languages:
English, Hindi, Marathi
Statistics
RANK
960
of 295,448
REPUTATION
76
CONTRIBUTIONS
0 Questions
82 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Why I get Error using rosgenmsg?
Hello @xyl, I infer from your error log that you are getting an error while generating ROS messages. Usually this is caused due...
2 months ago | 1
| accepted
Should I update my 2008 MATLAB executable
Hi @Ali Hawkins I understand that as you had packaged your executive file in R2008 version of MATLAB, you are considering the e...
2 months ago | 0
| accepted
why often it takes a very very long time to show the results by using findsym?
Hi Stanley, I understand that you are using "findsym" to find the symbols in a variable. This might take a while, depending upo...
3 months ago | 0
Pattern Recognition Neural Network Input and Target Data Preparation
Hi @Christos Skoufis, From your question I gather that you have data for the X and Y co-ordinates of your robot. Your methodolo...
6 months ago | 0
Dear friends, pls how can I call up the weights and bias of a trained model and write the mathematical expression or equation for it.
Hi @Ugifada, I understand that you are trying to express your model mathematically. For that you need the weights and biases of...
7 months ago | 1
| accepted
chebyshev Beam size control
Hi @종영, From your question I understand that you have calculated the Chebyshev beam output but you want it in a specific form s...
7 months ago | 0
Dividing arrays by sets
Hi @Sam Vellequette, I understand that you want to write a function for finding the multiplicity factor given a 1x3 array of th...
7 months ago | 0
Does fitcsvm downweight ||w||^2 when sample size is increased? (is margin size not scaled by 1/n?)
Hi @Elliot Chin, From the description you have provided, I understand that you are concerned whether "fitcsvm" uses the scaling...
7 months ago | 0
| accepted
trainAutoencoder, how does ScaleData work?
Hi @Einar, I understand that you are trying to replicate the functionality of "scaleData" argument in "trainAutoEncoder" using ...
8 months ago | 0
Invalid training data for LSTM network.
Hi @tyler seudath, I understand that you are facing the "Invalid training data" error for your LSTM model. This error suggests ...
8 months ago | 0
| accepted
All the gradients in a custom DDPG agent class are zero!
Hi @Petre Ricioppo, As you mentioned the error might be related to how the gradients are calculated. Debugging gradient calcula...
8 months ago | 0
why does 'fitmnr' produce wrong CoefficientNames?
Hi @Antoine, From your question I see that you are using the "fitmnr" method with the "CategoricalPredictors='all'" input param...
8 months ago | 0
How do I give a piared-input to train a GAN for Image-to-Image Translation application?
Hi @Vimalathithan PK, You can find the documentation on using GANs for image-to-image translation on the following link: https...
8 months ago | 0
1D-CNN: Replicating SeriesNetwork results using dlNetwork
Hi @Ioannis Tsitsimpelis, I understand that you are using padding because your data has sequences of variable length. But you w...
8 months ago | 0
Blockproc, appdesigner, mutliple outputs (combined to one) returning empty
Hi @Jason, The reason "blockproc" is not returning anything is because it expects the function that it applies to each block to...
8 months ago | 0
| accepted
"How to resolve 'Failed to evaluate mask initialization commands' error in MATLAB Simulink when opening/running a model due to inability to open 'mppt1.fis' file?"
Hi @Purna Chandra Satish, From the error description it seems like MATLAB is not able to open the "mppt1.fis" file. This can be...
8 months ago | 0
Combining Feature and Sequence Data in Datastores
Hi @Grant Ashby, From your description I can gather that there are a few issues with the preprocessing and the concatenation st...
8 months ago | 0
| accepted
Need input/idea of Monte Carlo method
Hi @Justyn Welsh, I understand that you are implementing the Monte Carlo method to check how your system performs under uncerta...
8 months ago | 0
agent.learn data type issue, reinforcement learning toolbox
Hi @Lars Meijer, From the information provided in the question I infer that you are having problems with the dimensions of the ...
8 months ago | 0
Making substacks from .h5 file
Hi @Akua, I see that you want to write a script to create substacks from a .h5 file and then average and concatenate them. Ther...
8 months ago | 0
How to manually obtain the output values of a ANN
Hi @Raul Onrubia, I see that you are getting different results when you try to compute the ANN layer manually. I looked at the ...
8 months ago | 0
| accepted
How to make a regression network from a semantic segmentation network?
Hi @Raúl Rivera, Your problem seems to be comprised of 2 distinct tasks i.e. segmentation and regression. This problem could be...
8 months ago | 1
| accepted
dlconv inference with int8
Hi David, From your question, I infer that you are trying to pass int8 activations to the "dlconv" function with floating point...
8 months ago | 0
train on a hyperspectral image stack and predict what a new image would look like if I wanted to use a different channel
Hi @AbioEngineer, Your question boils down to whether you can train a model which when given a single channel image, can genera...
8 months ago | 0
Minibatches construction for PPO agent in parallel syncronous mode
Hi Federico, From your question I infer that you are concerned with the actual implementation of how the minibatch is construct...
8 months ago | 0
For Loop doesn't execute for some specific folders.
Hi Bhargav, I see that you are encountering an error in the alignTables function in your code. This error is occurring because ...
9 months ago | 0
| accepted
Custom StopTrainingCriteria in rlTrainingOption
Hi @Muhammad Fairuz Abdul Jalal, If you want to specify a custom stopping criteria for training, you can do so by specifying a ...
9 months ago | 0
| accepted
Save multiple optimization plots
Hi Dennis, I see that you are trying to plot the cost of every iteration of "fminunc" for every call to the function. You want ...
9 months ago | 0
Scaling of generated duty cycle from simulink to NXP MCU expresso environment
Hi Nandhini, I understand that you are getting only 0 and 100 as the duty values. This might be stemming from the mapping that ...
9 months ago | 0
| accepted
What would be the case "trainbr"( Bayesian regularized NN) perform better than others gradient based optimizers(even Adam)?
Hi Wabi, There could be several reasons why "trainbr" performed better than all the other alternative strategies in your case. ...
9 months ago | 0