Jakub Matousek
Followers: 0 Following: 0
Really nothing, yet
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 ...
2 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 ...
2 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 前