Statistik
RANG
5.139
of 295.467
REPUTATION
9
BEITRÄGE
14 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to save mutiple files where each file store output of NN train method?
for i=1:20 % some stuff for net, P and T var= train(net,P,T); currentFile = sprintf('var_%d.mat',i); save(currentF...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to use PCA coefficients (princomp)
I have matrix of 10000 rows and 500 columns where rows are observations and columns for features. The data is for three differen...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Image processing: To select Sx in maketform of imtransform.
To apply imtransform, maketform uses [1 0 0; Sx 1 0; 0 0 1] for horizontal spatial transform. How I know image transformation ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
NN algorithm
I am interested to see the algorithm used by neural network tool box and its documentation. any help?
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab order of picking files from folder
i am picking files from folder having more than 15K files and files are named as 1,2,3.....in sequential order. When I execute b...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
graph path
I have a graph matrix as eye(200). I want to make a path that traverse this line appears diagonally. In addition, I have many su...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortHow can i use gabor filter for face recognition
approach is right but not optimum. you may try for more gabor filter by making set of different frequencies and theta, lets 5X8....
mehr als 13 Jahre vor | 0
| akzeptiert
Frage
what is encoder?
[EDIT: 20110523 17:01 CDT - reformat - WDR] What is encoder in neural networks? is it related to multiple output ? I have initi...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
vector display
when i use disp(im), where im is image vector after PCA, I get output as: 1.0e+003 * 1.234 -0.964 .... what is 1.0e+0...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
multiple output neural network
I want to train my network for: 50 input neurons---40 hidden----50 output is it possible, if yes how?? Data includes imag...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenText file help.
read file line by line with tab separator; check for @ character; ignore or delete all strings that do not start with @. ho...
mehr als 13 Jahre vor | 0
Frage
infinite loop in Neural network training
I am trying to train the system with tansig function and desired output as 1.0, but after certain iterations network fixes in in...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Gabor filter with NN
Can we use Gabor filtering to identify character images effectively? If we train data (using neural network - feedforward) with ...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
NN Training Data
What is ideal combination of training vs test data in neural network based technique in context of images. Can we have training ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why can't my stadalone application call functions from the Neural Network toolbox?
I made standalone application of .m files with MATLAB Compiler. My program uses Neural Network tool and files from directory. ...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why does my Guide GUI exit unexpectedly after pushing a button?
I am running my GUI from tools->run. After executing one push button, it exits. The rest of the push buttons on the GUI don't e...
fast 14 Jahre vor | 1 Antwort | 0