Community Profile

photo

Avadhoot


Last seen: 3 días hace Con actividad desde 2023

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB, SQL, HTML
Spoken Languages:
English, Hindi, Marathi

Estadísticas

All
  • Knowledgeable Level 3
  • 6 Month Streak
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

10 días hace | 0

Respondida
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...

11 días hace | 0

Respondida
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...

11 días hace | 0

| aceptada

Respondida
trainAutoencoder, how does ScaleData work?
Hi @Einar, I understand that you are trying to replicate the functionality of "scaleData" argument in "trainAutoEncoder" using ...

17 días hace | 0

Respondida
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 ...

17 días hace | 0

Respondida
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...

17 días hace | 0

Respondida
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...

17 días hace | 0

Respondida
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...

19 días hace | 0

Respondida
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...

alrededor de 1 mes hace | 0

Respondida
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...

alrededor de 1 mes hace | 0

| aceptada

Respondida
"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...

alrededor de 1 mes hace | 0

Respondida
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...

alrededor de 1 mes hace | 0

| aceptada

Respondida
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...

alrededor de 1 mes hace | 0

Respondida
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 ...

alrededor de 1 mes hace | 0

Respondida
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...

alrededor de 1 mes hace | 0

Respondida
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 ...

alrededor de 1 mes hace | 0

| aceptada

Respondida
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...

alrededor de 2 meses hace | 1

| aceptada

Respondida
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...

alrededor de 2 meses hace | 0

Respondida
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...

alrededor de 2 meses hace | 0

Respondida
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...

alrededor de 2 meses hace | 0

Respondida
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 ...

alrededor de 2 meses hace | 0

| aceptada

Respondida
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 ...

alrededor de 2 meses hace | 0

| aceptada

Respondida
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 ...

2 meses hace | 0

Respondida
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 ...

2 meses hace | 0

| aceptada

Respondida
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. ...

2 meses hace | 0

Respondida
Training error prediction higher than Training error in training process
Hi Claudia, I have interpreted from your question that you are getting a very low error rate on your training samples but a hig...

2 meses hace | 0

Respondida
Error using matlab.io.datastore.TransformedDatastore/read Invalid transform function defined on datastore.
Hi Gaurav, I get that you are encountering an error while using the transformed Datastore. The error is caused because the firs...

2 meses hace | 0

| aceptada

Respondida
How to calculate average Dice score across the set of test volumes (Deep Learning, U Net Model)
Hi Mohd Akmal Masud, As I have inferred from your question, you want to calculate the Dice scores across all the samples in you...

2 meses hace | 0

Respondida
How can I implement lowpass filter on matrix (1885*1)
Hi, I infer from your question that you want to apply a lowpass filter on your 1885x1 matrix. This can be accomplished fairly e...

2 meses hace | 0

Respondida
How to force audioplayer timer callbacks to use a 'drop' BusyMode rather than 'queue'
Hi Brian, I understand that you are trying to modify the audioplayer timer so that it acts like a timer with "BusyMode" set to ...

2 meses hace | 0

Cargar más