Community Profile

photo

Michael


University Paderborn

Last seen: 1 year ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Combination of surf and scatter plot
Hello, I would like to combine a surf and a scatter (initially contour) plot. However, I discovered that these types of plot do ...

4 years ago | 0 answers | 0

0

answers

Question


How to adjust trainNetwork to meet the solution of train?
I tested train and trainNetwork on a test bench problem to investigate the difference. %% generate data N = 1e3; x = ...

6 years ago | 0 answers | 0

0

answers

Answered
Bayesian Neural Network
is there a way to apply dropout at test-time?

6 years ago | 0

Question


fminunc - why is it not possible to limit the step length?
hello, i'm using fminunc to solve a complex optimization problem involving gaussian distributions with symmetric, pos. def. cova...

6 years ago | 1 answer | 0

1

answer

Question


Neural Network Time Series Prediction - changing the inital state -
Hello, I'm working currently with prediction-problems for dynamical systems, e.g. single pendulum with friction. At the moment I...

8 years ago | 1 answer | 0

1

answer

Question


Neural Network Time Series Prediction - changing the inital state
Hello, I'm working currently with prediction-problems for dynamical systems, e.g. single pendulum with friction. At the moment ...

8 years ago | 2 answers | 0

2

answers

Answered
Neural Network Time Series Prediction - changing the inital state
Hello Greg, thanks for your answer, you are right, I'm using the wrong terminology. Actually I'm farmiliar with the things yo...

8 years ago | 0

Answered
Why am I getting an error "vectors must be the same length"
Is there a typing error? Did u mean plot(x,f(x),x1,f(x1<---))? Just use figure(1); plot(x,f(x)); figure(2); pl...

8 years ago | 0