photo

Dalibor Knis


Last seen: plus de 2 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

4 Questions
2 Réponses

Cody

0 Problèmes
9 Solutions

RANG
8 658
of 300 352

RÉPUTATION
5

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
3

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
41 516
of 168 212

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
100

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


Is 'bayesopt' such a poor optimizer or am I doing something wrong?
I am trying to fit a gauss data points with exactly the same model that produced the data. The model has just 4 integer paramete...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

A résolu


Six Steps to PCA - Step 1: Centre and Standardize
*Introduction* Principal Component Analysis (PCA) is a classic among the many methods of multivariate data analysis. Invented...

presque 8 ans il y a

A résolu


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

environ 8 ans il y a

Question


The trainNetwork does not work with Pascal GPU. What's the next step?
Based on the bug report <https://www.mathworks.com/support/bugreports/1439741 1439741> the cuDNN library does not work correctly...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to draw a line on a image between the pixels?
Raster image consists of pixels with no space in between them. So you cannot draw a line between pixels. Might you managed that ...

environ 9 ans il y a | 0

Réponse apportée
while loop nestled in a for loop
The issue is that you use _y_ as an array. I don't think the _while_ statement is defined over array. The _while_ expects single...

environ 9 ans il y a | 2

Question


CUDA_ERROR_ILLEGAL_ADDRESS
I am trying to follow the instruction about <http://www.mathworks.com/help/nnet/ug/neural-networks-with-parallel-and-gpu-computi...

environ 9 ans il y a | 3 réponses | 1

3

réponses

Question


When will neural network toolbox support denoising autoencoder?
Seems that Autoencoder network does not support denoising, as of 2106a release. is this feature planned? Thank you.

environ 9 ans il y a | 1 réponse | 0

0

réponse

A résolu


Spiral Matrix
for a given integer n>=3, generate a matrix of nxn such that the value n^2 is at bottom left and its decreasing towards center ...

environ 10 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 10 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 10 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 10 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 10 ans il y a

A résolu


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

plus de 10 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 10 ans il y a