photo

renz


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
3 Risposte

RANK
6.613
of 300.331

REPUTAZIONE
7

CONTRIBUTI
5 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
2

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


How to make the network ignore certain values in the targets? (there are 6 neurons, sometimes i need to ignore the first 5)
Sorry but I have to ask this question again :( I have to train a feedforward net: 6-5-6 I-H-O topology, tansig and logsig act...

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


What values should I put in my targets whenever they're "don't care" values?
Good day! I have to train a feedforward net: 6-5-6 I-H-O topology, tansig and *logsig* activation functions, *binary values a...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


patternnet for classification to 5bit targets?
I have 30 classifications in my target. Everything that I've searched regarding patternnet uses 1-of-C or 1-of(C-1) represent...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Risposto
how to initialize the neural network to a set of weights ???
net.IW{1} = %input weights net.LW{2} = %layer weights % biases: net.b{1} = net.b{2} =

circa 13 anni fa | 2

Risposto
How to resolve the strange behavior of trained NARX neural Networks that generate outputs different than expected by theory.
x = [ 1, 2]; t = [3, 4]; net = feedforwardnet(2); net = configure(net, x, t); net.biasConnect = [0; 0]; net.IW{...

circa 13 anni fa | 0

Risposto
Needing Good Neural Network (Classification) Design
if this is my network: (6inputs, 6 targets, 2layer feedforward) H = 10; TF = {'tansig','logsig'}; BTF = 'trainlm'; ...

circa 13 anni fa | 0

Domanda


Needing Good Neural Network (Classification) Design
Good day! I am somewhat new to neural setworks and to the nnet toolbox. Basically, I have six inputs and 32 categories for th...

circa 13 anni fa | 2 risposte | 0

2

risposte

Domanda


Simple Feedforward NNet questions
Good day! I am new to neural networks and in Matlab nnet toolbox. Basically, I want to re-implement a backpropagation feedfor...

circa 13 anni fa | 2 risposte | 0

2

risposte