photo

Daniel


Last seen: circa 4 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

1 Domanda
1 Risposta

Cody

0 Problemi
1 Soluzione

RANK
39.925
of 300.392

REPUTAZIONE
1

CONTRIBUTI
1 Domanda
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
117.515
of 168.373

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Answer
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
using fprintf to print same length values
b=360.000305 m=9 % fixed length out=sprintf('%9.9f',b) ii=numel(strfind(out,'.')) out=out(1:m+ii) % Azzi...

circa 8 anni fa | 0

Domanda


Reducing overfitting in Neural networks
I am using the Matlab neural network toolbox in order to train an ANN. From past experience, implementing cross validation when...

oltre 8 anni fa | 1 risposta | 1

1

risposta

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 8 anni fa