photo

Jakub Matousek


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

Followers: 0   Following: 0

Really nothing, yet

统计学

All
MATLAB Answers

8 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
234,608
of 297,457

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
123,026
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

提问


Neural network clasifing everything into one class (streamlined the problem)
Hi my NN clasifies everything into one class, it does not seem to be learning at all, could you hint me where the problem could ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Deep neural network concatenation dimension error
Hi, how do I fix the error please? I am expecting feature to be 1xNumberOfData and sequence to be 25xNumberOfData. And I would ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Assign vector to 3d matrix
Hi, is there a way to do this?(hope its obvious what i want to do, its initialization for kallman filters used in monte carlo si...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Cellfun for different sizes inputs
I have x number of vectors and I need to count their distance to y number of vectors, I cant use cellfun like this cellfun(...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Cellfun with too many outpus
Hi dynamika_skryte_vrstvy = @(x,W,b)(2/(1+exp(-(W*x+b)*lambda)))-1; z = cellfun(@(neco) dynamika_skryte_vrstvy(x,neco,b)...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Use Matrix(Matrix == x) = y; on cell aray
Hello, is there a way to use some sort of this cellarray{:}(cellarray{:} == 2) = [1 1 1]; for cell array of ints? Cant really fi...

7 years 前 | 1 个回答 | 0

1

个回答

提问


: Indexing with NaN, and python zip function in matlab
Hi, I have matrices like this: v = [4 10;20 8] a = [1 2;2 2] First problem is: I want to do an operation simillar to...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Finding element in java LinkedList
Is there a way to get index of any vector+the vector, that has 1 on first index and 2 on second index? So in this case it would ...

8 years 前 | 1 个回答 | 0

1

个回答

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years 前