社区资料

photo

Gaurav Garg

MathWorks

Last seen: 1 year ago|Active since 2019

I am an Application Support Engineer at Mathworks, Hyderabad.

My main interests include Machine Learning, Parallel and Concurrent Programming, Wireless Networks.
DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of Mathworks.

Statistics

  • 知识渊博的级别4
  • 复兴级别2
  • 6 Month Streak
  • First Answer

查看徽章

内容提要

查看

回答
加载大量数据时如何并行化
Hi David, As has been noticed by you already, communication overhead among the threads is the probable cause for slowdown of th...

1年前| 0

回答
如何为数据绘制ROC和AUC
Hi Aishwarya, To know more about ROC-AUC curve, you can go through the given documentation.

1年前| 0

回答
如何使用LSTM(RNN)预测未来值?
Hi, Since the input dataset and models used by you and examples in MATLAB are different, you are expected to see different resu...

1年前| 0

回答
Why am i getting 'Not enough input arguments?
Hi, From what seems to be the problem so far- You should not include codegen -args {ones(256,256,3,'single')} -config cfg Co...

1年前| 0

回答
从不同的序列长度数据集中提取单元格数组
Hi, The Japanese vowels training set contains 270 sequences. Each sequence has 12 feature dimensions and a variable sequence le...

1年前| 0

回答
手写自己的mnist数字
Hi Luis, You can use Freehand function to draw free hand region of interest, examples for which can be found here. Alternativel...

1年前| 1

回答
Knnsearch功能的计算成本
Hi, knnsearch function can be run with many different input arguments. One such argument is 'NSMethod', which describes the sea...

1年前| 0

回答
语音样本的MFCC系数
Hi Abraham, In order to separate out the individual frequencies present in an audio signal, MFCCs are computed over the signals...

1年前| 0

|公认

回答
Please help to solve
嗨,拉维,您可以在MATLAB(文档链接)中使用模式识别应用程序。

1年前| 0

回答
saving large figures in Matlab
Hi Dawid, Kindly follow the below procedure - Go to Preferences Go to General Click MAT-Files and select "MATLAB Version 7...

1年前| 0

回答
如何将同一文件名组合在表格中?
Hi Steven, You can iterate over all the rows of the table, and then somehow check if any 'name' is getting repeated (you could...

1年前| 0

回答
Implementation java code into Matlab code
Hi Rohini, You can create a Java package that uses a MATLAB function. An example of this can be found in this link. Please not...

1年前| 0

|公认

回答
如何在α形内找到点之间的中间距离?
Hi Bin, You can find distance between a query point and multiple other points in the following 2 ways - tic;d = x-Y a = abs(d...

1年前| 0

|公认

回答
绘制数据以找到logisitc回归的决策边界。
嗨,Vivian,您可以查看以下链接,您可以在其中获取有关绘图模型的更多信息。

1年前| 0

回答
Strategy / process for working with large (300 x 300 x 10,000) matrices that aren't fitting in memory
嗨,桑福德(Hi Sanford),以及已经提到的替代方法,您还可以使用bigimage类并存储信息。

1年前| 0

回答
预测指标的阈值
Hi, To determine threshold in case of decision trees, Information Gain is calculated for each of the nodes. The node with the h...

1年前| 0

|公认

回答
CNN眼探测器
Hi Ahmad, You can try to detect the face first and then detect the eyes inside the face regions. For more help, you follow the...

1年前| 0

回答
打开.bin文件
Hi Akriti, You can make use of fread function (documentation link).

1年前| 0

回答
如何绘制运动室的压力和真空推力作为时间和网络的函数,假设准稳态状态(平衡)
Hi Christina, The variable Pc_eq is a scalar value, in your case. You need to have a vector in order to plot it. Moreover, you...

1年前| 0

回答
检测图像中的彩色区域
Hi Rick, You can look at the following link for more details on segmenting image using Color Thresholder app.

1年前| 0

回答
主要组件分析的问题(PCA)
Hi Daniel, plot (score(:,1), score(:,2)) On running the above function, you will find a 2-D ellipse which has magnitude same a...

1年前| 0

|公认

回答
导出数据,采用衍生品和图
HI Rylie,Matlab提供了所有工具箱中所有功能的文档。您可以在此处参考此链接...

1年前| 0

回答
Finding the x correspondent of of the max y, in a loop.
Hi, Assuming that you have initialized the vmax array before the provided source code, vmax array has not been updated in the g...

1年前| 0

回答
找到最多时间序列,但每年都在同一列中
嗨,萨拉(Hi Saara),假设您需要单独找到每个车站的最大值,则可以使用最大功能。...

1年前| 0

回答
Concept decision for visualization: for loops vs custom iterators vs findgroups/splitapply vs ???
Hi Jan, The benchmark results you have tabulated seem to be correct and making sense for the case study you have mentioned. A...

1年前| 0

回答
循环中的单词计数
嗨,您可以在这里查看使用唯一和历史功能的答案。而不是使用Hist函数,您可以...

1年前| 0

|公认

回答
可视化房屋职业的代码
嗨,Emanuele,您可以尝试使用决策树(链接)拟合数据。如果决策树在您的SC中没有很好的结果...

1年前| 0

回答
如何在Open API中运行MATLAB代码
嗨,路易斯您可以通过DOS提示(在Windows),命令窗口(在Linux上)运行MATLAB代码,为您的PR生成PCODE文件...

1年前| 0

回答
Writing main.c file for C/C++ code Generated from mpcmoveCodeGeneration Command
嗨,爱德华,请查看以下文档,以理解与Codegen一起使用Main功能的文档。使用mpcmovecode ...

1年前| 0

回答
R平方用于强大的线性回归
嗨,Yaser,您可以在此处浏览另一个类似的情况来解决您的查询。

1年前| 0

|公认

装载更多