photo

Vineet


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
11,527
of 297,457

REPUTATION
4

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Finding solution of a complex equation
Since a plot is all you require, initially assign zero to teta. After that, run a loop from 0 to 35 with an interval of 0.1. ...

12 years ago | 0

| accepted

Answered
I need to draw 3 circles on retinal images for classification.Can we draw circles of required radius using matlab program?.
Use the following command: pdecirc(xc,yc,radius) specify the center of the circle in xc and yc.

12 years ago | 0

Answered
how to convert numstrng to integers and take lcm
You can put all the numbers in an array and take LCM of 2 numbers at a time. Say, you begin with the LCM of the first and the...

12 years ago | 0

Question


Code for text mining through Bayes Classifier?
I am looking for an example of text mining problem through Bayes Classifier. The problem under consideration is analyzing news t...

12 years ago | 2 answers | 0

2

answers

Question


Stock market prediction using Neural Networks.
I'm using a neural network under supervised learning mode and I aim to predict the Buy, Sell or Hold Signals for future values. ...

12 years ago | 1 answer | 0

1

answer

Question


How to provide training data to the neural network?
I created a feed forward neural network using the newff function. The code is below: net=newff(P,T, [5 5], {'tansig', ...

12 years ago | 1 answer | 0

1

answer