Community Profile

photo

Hritika Suneja

Last seen: 8ヶ月 前 2020 年からアクティブ

統計

  • Revival Level 2
  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
why computeCost function shows incorrect dimension error in second call?
As the error suggests , the dimensions of the matrix being multiplied might not be consistent. In order to multiply 2 matrix the...

約3年 前 | 0

回答済み
Naive Bayes classifier for sentiment analysis of tweets
You cannot use Naive Bayes classifier directly on your text data as the input to NaiveBayes classifier needs to be a numeric mat...

約3年 前 | 0

回答済み
Index in position 1 is invalid. error after running multiple times
It's difficult to fix the error without seeing the complete code. However errors like ' Index in position 1 is invalid.' generll...

約3年 前 | 0

回答済み
How can I run a time series forecast using a neural network?
You can refer to the following link https://www.mathworks.com/help/deeplearning/gs/neural-network-time-series-prediction-and-mod...

約3年 前 | 0

回答済み
How to draw a heatmap with two numerical variables?
You can create a table for Xvar, Yvar and Cvar. Here Xvar is the data that will ppear along the x axis. Yvar is the data that wi...

約3年 前 | 0

回答済み
Can't start Classification Learner
The error seems to be occuring because of a file missing in the search path. Restoring MATLAB search path to its default state m...

3年以上 前 | 0