
Gayathri
Followers: 1 Following: 0
Interested in Machine Learning, Deep Learning and Image Processing
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistics
0 Questions
112 Answers
RANK
601
of 298,528
REPUTATION
128
CONTRIBUTIONS
0 Questions
112 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
15
RANK
of 20,607
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161,568
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
GAN -- differentiable must be traced dlarray scalar--- error
Hi @sruthi penmetsa, To resolve the error please try calling the "dlgradient" function using a "dlfeval" function from the "mod...
13 hours ago | 0
Error with creating 'mobiledev' object
Hi @Saitarun, I am not sure why you are facing this error even after clearing the "mobiledev" object from workspace. Please try...
1 day ago | 0
| accepted
How to implement Grad-CAM in 3D?
Hi @Ava Dolores @Raquel @Juuso Korhonen, I understand that @Juuso Korhonen is using MATLAB R2020b, and hence trying to write a ...
1 day ago | 0
YOLOv4 trainingData format problem
Hello @Josh, I understand that you are facing an error while training YOLOv4. The error states that the class names specified i...
3 days ago | 0
How to access Python enum in Matlab
Hello @Philipp, I am guessing that the python file with the "Enum" class is stored with the name "moduleName.py". Please impor...
3 days ago | 0
error when using segment function
Hi @Emily, I spent some time looking into the code, and I was able to face the same error as mentioned in your query. The erro...
4 days ago | 0
ros2bagreader unable to parse "metadata.yaml"
Hi @Annalisa @Simone, The error you are experiencing may be due to MATLAB R2024b only supporting bag files created with the ROS...
5 days ago | 0
Infineon Buck Simscape Example - View_system('BuckSystem') unrecognized function or variable 'view system" error
Hi @Larry, I understand that you are trying to run the "Infineon Buck Simscape Example" from the following link. https://www.m...
5 days ago | 0
while opening Matlab I am getting error 5201 which is unable to communicate MathWorks services
Hi @Durgesh, This error indicates that MATLAB has encountered a licensing issue. To resolve this error, try these possible solu...
5 days ago | 0
How can I build a 4s6p module using battery builder with cells of different capacities?
Hi @Victor Olivero, Currently I am not sure if there is any function to create a battery pack of cells with different capacitan...
25 days ago | 0
building a Transformer for sorting numbers
Hi @MOHAMMADREZA, The error is occurring because "positionalEncodingLayer" is not a predefined function in MATLAB. You will nee...
25 days ago | 0
Bayesian neural network for nonlinear model identification
Hi @Marco Pizzoli, Yes, the methodology used to train a Bayesian Neural Network (BNN) for predicting the rotation of handwritte...
26 days ago | 0
MRI Brain Tumor Segmentation
Hi @D, For effective segmentation, it is better to use Deep Learning techniques. Please refer to the below link, which will g...
2 months ago | 0
Fitrnet having assignment size errors
Hi @Will, I am not able to reproduce the issue at my end. But please refer to the sample code for creating a neural network usi...
2 months ago | 0
Error using trainNetwork (line 191) Layers argument must be an array of layers or a layer graph in my R2024b version
Hi @Chirag, The error you are getting is because "unet(inputSize, numClasses)" returns a "dlnetwork", but "trainNetwork" expect...
3 months ago | 0
How to associate a set of parameters to a subsystem
Hi @Stephane, To load a set of parameters with same name but different values for two subsytems, first you need to create a mas...
3 months ago | 0
How to use image labeled resulted from Image labeler App (black image) to calculate jaccard Index?
Hi @yasmin ismail, The "7001-236.png" image is a RGB image. So rather than using one channel of the image, it is better to conv...
3 months ago | 0
Feeding parameters into the State-Space block in Simulink through variables.
Hi @fapb88ve, We can use the "Parameter Writer" block to update the parameters of another block. Please look into the screensho...
3 months ago | 0
Face photo sketch recognition
Hi @AP, For performing face sketch recognition, CNN's will be the best choice. While DBNs (Deep Belief Networks) can be used fo...
3 months ago | 0
how to update constant value block from workspace simultaneously?
Hi @jason yeh, To ensure that the value in the constant block gets updated simultaneously when you change the workspace variabl...
3 months ago | 0
How I can find resolved simulink signal objects of a Simulink model and enable "Log Signal Data" option from command line?
Hi @Bulent Unver, I understand that you are trying to log the signals from the command line. You can achieve this using the "Si...
3 months ago | 0
Unable to train() Neural Network in single precision
Hi @Ivan Rodionov, I do not have access to a GPU to reproduce this issue. But, please confirm that "inputs" and "targets" are s...
3 months ago | 0
Reinforcement agent learning always stucks
Hi @Eugen Fekete, I understand that you are experiencing issues with your reinforcement learning agent effectively learning the...
3 months ago | 0
How to use parameters that are defined in one subsystem in another subsystem?
Hi @Shyam, I understand that you want to use a variable defined in the mask of one subsystem within another subsystem. I have c...
3 months ago | 0
Semantic Segmentaion with Deeplabv3+ Training Jumping Around After a Few Iterations
Hi @Nicole, I understand that you are experiencing instability during the training of your model, which can manifest as erratic...
3 months ago | 0
I want Matlab code of SIFT algorithm . I use it for "Human Activities Recognition" in Video.
Hi @Walaa Jasim, From MATLAB R2021b release, "detectSIFTFeatures" has been introduced to detect scale invariant feature transfo...
3 months ago | 0
Activity recognition using sift or hog
Hi @Mehwish, For activity recognition, it would not be a good idea to use SIFT or HoG. It would be better to use "signalTimeFea...
3 months ago | 0
Real-Time Interface between App in AppDesigner and Simulink using parsim - Error: not enough input arguments @(x)addlistener
Hi @Fabian, The error you are encountering is because the arguments given to the "addlistener" function is not correct. The fun...
3 months ago | 0
| accepted
I was trying to solve look up table for the dat below, but i am getting an error message, so what shall i do?
Hi @Charlie, The issue arises because the "Table data" and "Breakpoints" are in table format as shown in the screenshot attache...
3 months ago | 0
How to use postSimFcn with parsim and Parallel Toolbox
Hi @Fabio, I understand that you are not able to save the output using the "postSimFunction". But another effective way to save...
3 months ago | 0