photo

Dalibor Knis


Last seen: 2 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
2 个回答

Cody

0 个问题
9 个答案

排名
8,723
of 300,900

声誉
5

贡献数
4 个提问
2 个回答

回答接受率
75.0%

收到投票数
3

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
42,581
of 171,578

贡献数
0 个问题
9 个答案

评分
100

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

已解决


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

8 years 前

已解决


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

8 years 前

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

已回答
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 ...

9 years 前 | 0

已回答
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...

9 years 前 | 2

提问


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

9 years 前 | 3 个回答 | 1

3

个回答

提问


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.

9 years 前 | 0 个回答 | 0

0

个回答

已解决


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

10 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前