Community Profile

photo

soepblik


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

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


accuracy test higher than training
Hi, i have the following inputs to the classification learner: label 'A' has 191x15 data inputs label 'B' has 339x15 data in...

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

1

réponse

Question


masure width of binary image object
Hi, i got an binary image: The problem is, when i use the regionprops function, the width and height of the yellow object ...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


matlab crashes when trying to box plot
Hi, my matlab crashes when trying to make a kruskal wallis box-plot. I got the following error: ------------------------------...

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

1

réponse

Question


is an ellipse-shaped structuring element possible
I was wondering if it is possible to create an ellipse-shaped structuring element in matlab?

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

1

réponse

Question


Fill structure in parallel loop
I have the following structure: The company structure consist out of 3 fields old new feature these 3 fields are also st...

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

1

réponse

Question


Weight restriction during training neural network
Is it possible to set a maximum weight magnitude during training a neural network? And how can i implement this if this is poss...

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

1

réponse

Question


valid indices for 'output' are restricted in parfor loop
Hi, i have the following code: for j= 1:100 SNR = list(j); parfor i = 1:1000 tot = (j-1)*1000+i; totallist(to...

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

1

réponse

A répondu
training neural network with noise input
How can i train it with a range of SNR between -5db and 5db? so it is working for all SNR values inbetween? I was trying to tr...

environ 3 ans il y a | 0

Question


training neural network with noise input
Hi, I have a set of inputs for training a neural net. On these inputs i added white gaussian noise for a certain Signal to nois...

environ 3 ans il y a | 2 réponses | 0

2

réponses

Question


manaully remake neural network from example
Hi, i am trying to manually calculate the output values for the neural network which is made in this example: https://nl.mathwo...

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

0

réponse

Question


Automatically load latest .mat file
Hello, My software is creating for every new measurement a new .mat file. I am wondering if there is a possibility to load t...

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

1

réponse

Question


Add gaussian noise to binary sequence
What is the best way to add gaussian noise to a binary sequence with an increasing snr so for the snr range of -20:1:20

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

1

réponse

Question


decode hamming code with added noise
Hello, i made a function to decode hamming and a function to encode hamming. I used (11,7) hamming(to understand hamming, i ...

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

1

réponse

Question


divide matrix into equal parts of 7 columns
Hello, i am trying to split a matrix of 999999x1 into pieces of 7x1 I am trying to use mat2cell but everytime it failed? ...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


The specified codeword length and message length are not valid with using encode hamming
Hello, i have this code to encode a 7 bit sequence to a 11 bit hamming code. n = 11; k = 7; ...

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

1

réponse