Community Profile

photo

CSCh


Last seen: 1 day ago Active since 2020

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Answered
Matlab activation function list
Found here: How to use a Leaky Relu/Softmax function in a hidden layer in a Feedforward Neural Network? - MATLAB Answers - MATL...

2 months ago | 0

Question


too many input arguments Fmincon
Hi,how can I extended the inputs of the objectivefunction in this example Solve Partial Differential Equation with LBFGS Method...

3 months ago | 2 answers | 0

2

answers

Question


change the Background color from the colormap of the polarPcolor function
Hi, I use the polarPcolor function: pcolor in polar coordinates - File Exchange - MATLAB Central (mathworks.com) However,...

11 months ago | 0 answers | 0

0

answers

Question


How to plot 2D color coded polar plot at sparse location
Hello I would like to have the same plot like in the attachment. It is a color coded polar plat at sparse location in theta (e....

11 months ago | 0 answers | 0

0

answers

Answered
Matlab activation function list
Thank you Simon, I used the model function example below. From your link I can see some activationlayerfunction but can't deri...

1 year ago | 0

Question


Matlab activation function list
Hello, where can I find an overview about functions to be used as activation functions in NN, e.g. radbas, tanh, sigmoid, tansi...

1 year ago | 3 answers | 0

3

answers

Question


fmincon running on GPU
Hi I implemented a modified copy of this example. I tried to run it on GPU but if I try to convert the inputs (dlR,..) from a...

1 year ago | 2 answers | 0

2

answers

Question


parFor Worker unable to find file. Unrecognized function or variable 'parameters'
Hi there I have trouble to paralize the the loop. It is from here: Solve Partial Differential Equations Using Deep Learning -...

1 year ago | 1 answer | 0

1

answer

Question


Solve 2D Navier stokes Equation Deep Learning
Hi I want solve 2D NS with the help of Machine learning. I want to modify the use case of the Burges Equation(BE) to 2d NS. Here...

2 years ago | 1 answer | 0

1

answer

Question


Index a cell array with an cell
Hi all I have a cell array C {1x2} C{1} 1x180 values C{2} 1x1260 values and B with the same size containing zeros and ones...

2 years ago | 1 answer | 0

1

answer

Question


ML error: Index in position 2 exceeds array bounds (must not exceed 1).
Hi all, i got this error for my machine leraning code. X and y are single vectors with the same length (1x35000000) .It happen...

2 years ago | 1 answer | 0

1

answer

Question


How to convert a cell containing sub cells to a vector
Hi, I have a cell A (1x2 cell array) containing e.g. {1x5}cell {1x3} cell 1×5 cell array {142×1 cell} {113×1 cell}...

2 years ago | 1 answer | 0

1

answer

Answered
Problem by saveas plot
Thank you all so much for your help. In my case the '-dpng' ending did not work. if I change to: Temp=['%MyName%' ,'.png']; ...

2 years ago | 0

| accepted

Question


Problem by saveas plot
Hi everyone, I do not understand what I'am doing woring in saving my plot. My code: Temp=[num2str(vaiable), 'Myplotnumber'...

2 years ago | 4 answers | 0

4

answers

Question


load a txt file with variable header
Hi Everyone, i want to "load" multiple txt-files but they have variable header. However all files looks like this: *bla bla ...

2 years ago | 1 answer | 0

1

answer