photo

Daniel


Last seen: casi 3 años hace Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Respondida
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...

casi 7 años hace | 0

Pregunta


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...

alrededor de 7 años hace | 1 respuesta | 1

1

respuesta

Resuelto


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 ...

más de 7 años hace