photo

sruthi vs


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

20 个提问
0 个回答

排名
103,231
of 301,809

声誉
0

贡献数
20 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 21,414

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,674

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


please help me to implement matlab code for cytological image based classification based on Learning vector Quantization ???
please help me to implement matlab code for cytological image based classification based on Learning vector Quantization ???

11 years 前 | 0 个回答 | 0

0

个回答

提问


please help me to implement math lab code for classification of cytological images using probabilistic neural network???math lab code for testing image using PNN???/
please help me to implement math lab code for classification of cytological images using probabilistic neural network???math lab...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How can classify cytological images using Learning Vector Quantization???anyone help me to implement the matlab code????
How can classify cytological images using Learning Vector Quantization???anyone help me to implement the matlab code????

11 years 前 | 0 个回答 | 0

0

个回答

提问


matlab code for feature extraction of image using GLCM ????i want code for extracting Auto correlation , dissimilarity????
matlab code for feature extraction of image using GLCM ????i want code for extracting Auto correlation , dissimilarity????

11 years 前 | 0 个回答 | 0

0

个回答

提问


for plot the ROC curve i used the following cord.. result graph is the correct one..but i want a help for giving thick line with dark color.....please help me for implement the code???/
scoress=[1 1 1 0 0]; labelssvm=[1 1 1 0 0]; figure,plotroc(scoress,labelssvm); scoress variable contains target class labe...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate distance between radial basis center in hidden neuron and input vector?????please anyone help me for implementation?????
how to calculate distance between radial basis center in hidden neuron and input vector?????please anyone help me for implemen...

11 years 前 | 0 个回答 | 0

0

个回答

提问


For cytological image classification, RBF network or MLP network is better????why???
For cytological image classification, RBF network or MLP network is better????why???

11 years 前 | 0 个回答 | 0

0

个回答

提问


For the classification of cytological images , Is RBF based neural network or regular network is better????Why it is good????
For the classification of cytological images , Is RBF based neural network or regular network is better????Why it is good????...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Respected Greg Heath sir, I want your help sir...I am trying to classify breast cancer images in 2 classes..by using RBF network in ANN.I tried many ways when you gave me suggestions..But i cant identify correct result...So sir i request you to
Respected Greg Heath sir, I want your help sir...I am trying to classify breast cancer images in 2 classes..by using RBF n...

11 years 前 | 1 个回答 | 0

1

个回答

提问


can you help me sir????
Respected Greg Heath sir, I want your help sir...I am trying to classify breast cancer images in 2 classes..by using RBF ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Sir what is the advantages of using RBF network for classification than Artificial neural network???In many clasiffication case RBF network is most commonly select than ANN???
Sir what is the advantages of using RBF network for classification than Artificial neural network???In many clasiffication case ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Sir what is the difference between Artificial neural network and RBF based network????Why RBF network is more suitable for classification than Regular artificial neural network?????
Sir what is the difference between Artificial neural network and RBF based network????Why RBF network is more suitable for class...

11 years 前 | 3 个回答 | 0

3

个回答

提问


matlab code for design RBF Network????can anyone help me????
matlab code for RBF design???any one help???????please

11 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


Plz help me to to test an image using RBF ( radial basis function ) kernal function with Artificial Neural Network?????in matlab code
Tc=[1 1 1 1 2 2 2 2 2 2 2 2 2 ]; SPREAD=1; T=ind2vec(Tc); net=newrbe(P,T,SPREAD); A = sim(net,P); %Y=net(P); ANNresult = ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


I want to classify 6 test images in two classes..For this purpose how i will training and testing images using ANN with RBF in matlab code???
str1 = 'image';str3 = '.mat'; c1=6; F=TT; for i = 1:c1 name = strcat(str1,num2str(i)); P =F; save(name,'P'); ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Is it possible to create an array of strings in table, in which the elements are varying at each time???using math lab code
T = table(['M';'F';'M'],[45;32;34],... {'NY';'CA';'MA'},logical([1;0;0]),... 'VariableNames',{'Gender' 'Age' 'State' '...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to create a table containing character and integer values in matlab????
how to create a table containing character and integer values in matlab????

11 years 前 | 1 个回答 | 0

1

个回答

提问


Please help me...i dont know to classify image using RBF in ANN......can anyone help?????i also post my code.....please verify my code..
clc; clear all ; close all; [fname,path]=uigetfile({'*.jpg';'*.png';'*.bmp'},'Select Image'); i=[path,fname]; im=imread(i);...

11 years 前 | 0 个回答 | 0

0

个回答