photo

Gayathri


Last seen: 1日 前 2024 年からアクティブ

Followers: 1   Following: 0

Interested in Machine Learning, Deep Learning and Image Processing

Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English, Hindi

統計

MATLAB Answers

0 質問
103 回答

ランク
615
of 298,441

評判
124

コントリビューション
0 質問
103 回答

回答採用率
0.00%

獲得投票数
15

ランク
 of 20,593

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 161,243

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

19日 前 | 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...

19日 前 | 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...

20日 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 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ヶ月 前 | 0

回答済み
training for reinforcement learning stop with report TS_PROCESS_OOM
Hi @Jinqi Liu, This error message usually indicates that the process has run out of memory and is not able to allocate more. Th...

3ヶ月 前 | 0

回答済み
Use Preelokup and n-Direct Lookup Table blocks in Simulink without interpolation
Hi @Adrian, The 1-D, 2-D, and n-D "Lookup Table" blocks evaluate a sampled representation of a function in N variables where th...

3ヶ月 前 | 1

| 採用済み

回答済み
Global declaration not resolved to a Data Store Memory block registered via the Ports and Data Manager.
Hi @amr makhlouf, This error occurs because, in "MATLAB Function" block, global declarations are not mapped to the MATLAB globa...

3ヶ月 前 | 0

回答済み
LSTM learning error with load data
Hi @Ryang Kyu, As the error "Invalid training data. For regression tasks, responses must be a vector, a matrix, or a 4-D array ...

3ヶ月 前 | 0

回答済み
CNN+LSTM for EEG classification, training accuracy not getting better than 50 in 2 classes?
Hi @Farnaz Garehdaghi, There are some points which you can try to improve the accuracy of the model. A learning rate of 0.01 m...

4ヶ月 前 | 0

回答済み
How to get the HOG descriptor visualization as an image?
Hello @Brinda N, You can use the "extractHOGFeatures" function to compute the HoG features and obtain the visualization data. ...

4ヶ月 前 | 0

回答済み
How to get visualization of HOGfeatures
Hi @Vojtech Raska, The error you are facing is because the second argument to the "extractHOGFeatures" function must be a cente...

4ヶ月 前 | 0

回答済み
Error running example "Deploy Semantic Segmentation Application Using TensorFlow Lite..."
Hi @Peng, By looking at the error, it seems like the Third-Party Prerequisite "TFLite library on the target ARM® hardware" is n...

4ヶ月 前 | 1

| 採用済み

回答済み
Tracking Multiple Points Throughout a Video
Hi @Ashlyn, Computer Vision Toolbox provides video tracking algorithms, such as continuously adaptive mean shift (CAMShift) and...

4ヶ月 前 | 0

さらに読み込む