photo

Jakub Matousek


Last seen: 2年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

Really nothing, yet

統計

All
MATLAB Answers

8 質問
0 回答

Cody

0 問題
1 解答

ランク
76,832
of 300,763

評判
0

コントリビューション
8 質問
0 回答

回答採用率
62.5%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
117,820
of 170,923

コントリビューション
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年以上 前 | 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年以上 前 | 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...

約7年 前 | 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(...

約8年 前 | 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)...

約8年 前 | 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...

約8年 前 | 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...

約8年 前 | 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 ...

約9年 前 | 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...

9年以上 前