photo

Rahul

MathWorks

Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

I am a Senior Application Support Engineer at MathWorks. My major responsibilities are Deep Learning, Machine Learning, Computer Vision, Signal and Image Processing at MathWorks DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi, Marathi
Professional Interests:
Signal Processing, Deep Learning Toolbox, Statistics and Machine Learning Applications, Image Processing and Computer Vision

통계

MATLAB Answers

0 질문
20 답변

순위
2,522
of 300,753

평판
24

참여
0 질문
20 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to play a video with synced audio, maybe using the Computer Vision System Toolbox but have no idea how to?
vision.VideoFileReader support reading audio only for some file formats such as AVI, WMV, some MPEG-1/2 formats. It does not sup...

거의 3년 전 | 0

답변 있음
I get the error at line 49 and 62 "Too many input arguments. Too many input arguments" and another error "Error using findpeaks>parse_inputs Expected Y to be nonempty."
The first error is received because it is using "record" (to be removed in further MATLAB version) which is generally used to r...

거의 3년 전 | 0

답변 있음
Error and unrecognized funcion
Hi Kaze, This reply is in English to give you the fastest possible response. I understand that you are receiving an error in ...

거의 3년 전 | 0

| 수락됨

답변 있음
How to make predictions with exported model from Classification Learner in App Designer?
This is because you have given an output argument to "load" function. When the output variable is assigned to the function, it l...

거의 3년 전 | 0

| 수락됨

답변 있음
Why can't I import predictor and response variables in neural network fitting app?
The predictors and the responses supports the numeric datatype only. You can go through the following code for your reference. ...

거의 3년 전 | 0

답변 있음
Figure zoom-in by mouse scroll is disabled after ROI is drawn
An "imrect" object encapsulates an interactive rectangle over an image. You can adjust the size and position of the rectangle by...

거의 3년 전 | 0

답변 있음
Scaled frequency magnitude spectrum using FFT
As per the audio file "DTMFDigit3.wav", it seems that you are trying to extract the frequency information of DTMF digit 3 dialto...

거의 3년 전 | 0

답변 있음
Segment layers of an image
There are many segmentation algorithms that you can leverage such as region growing, Graph-Based Segmentation, Clustering, etc. ...

거의 3년 전 | 0

답변 있음
Error using nnet.cnn.LayerGraph>iThrowErrorIfStartLayerIsOutputLayer Unable to connect to the layer 'ClassificationLayer_fc1000'. This layer is an output layer and has no outp
I have analyzed the code shared by you. Please make the changes in the code as shown below. You will see the layered graph. if ...

거의 3년 전 | 0

답변 있음
how do I plot Realtime ecg data acquired from max30001 on MATLAB?
From the figure above, the file name is "4o.csv" and it contains the information acquired using MAX30001 for 60 seconds. you can...

거의 3년 전 | 0

| 수락됨

답변 있음
how do i use k-fold cross validation in deep network designer?
"deepNetworkDesigner" do not provide k-fold cross validation as such. But as a workaround, you can perform following steps: Ass...

거의 3년 전 | 0

답변 있음
Prediction of target data new input value that is not present in input data set, after training a model in nftool
I have no information whether you are performing classification or regression. It is also ambiguous that what type of training d...

거의 3년 전 | 0

| 수락됨

답변 있음
readtable problem: import a large .xls file. (the excel Row vule is more than IV)
In general, the amount of data that can be loaded into memory depends on your machine's RAM. To workaround the memory limitatio...

대략 3년 전 | 0

답변 있음
How do I use trainnetwork() to retrain a pre-trained model?
Go the Apps --> Deep Network Designer --> Blank Network. Once you create your network by dragging and dropping the layers and c...

대략 3년 전 | 0

답변 있음
What is the default mini-batch size in the fitrnet function
Looking into "fitrnet.m" and verbose data there seems to be no explicit use of “mini batch size” and function is applied on ent...

대략 3년 전 | 0

| 수락됨

답변 있음
Converting data to graph
With reference to your question, it seems that you are not able to read the Wit-Motion sensor data. You can refer to following ...

대략 3년 전 | 0

답변 있음
trainNetwork - Number of observations in X and Y disagree
"XtrainShaped" dimension should be [img_height, img_width, img_planes, num_samples]. "img_planes" denotes whether is image is RG...

대략 3년 전 | 0

답변 있음
Deep learning video exercise classification
There are variety of application you can do with deep learning. As per your question, the outcome that you want to achieve is no...

대략 3년 전 | 0

답변 있음
How to combine existing tiled layout .fig files into a larger tiled layout?
Assuming you are using MATLAB R2019a or later, you can refer the following code. I have created four sample pcolor plots (in 2,2...

대략 3년 전 | 0

답변 있음
How to improve accuracy of SqueezeNet convolutional neural network?
Obtaining good performance for a dataset using deep learning architectures is dependent on vartious parameters such as type of C...

대략 3년 전 | 0