6 Questions 1 Answers 0 Followers
Questions related from Kko Kko
Hi, I am trying to find a learning scheme to learn a temporal sequence from a non-temporal vector. What is the best choice for this: RNN-LSTM or other NNs? Does not having a temporal data in the...
07 July 2017 4,558 2 View
Hi, I am trying to fit Gaussian process to learn a distribution from input sequence to output sequence. I am relatively new and have several questions: 1) For time series prediction problems, if...
05 May 2017 8,251 8 View
Hi, I want to solve the following optimization problem. (I attached the screenshot of the problem as well in case it is hard to read from latex format.) $$P=\min \log \det (P^{-1})$$\[\text{s.t...."> How to solve generalized SDP in Python or Matlab? We use cookies to make interactions with our website easy and meaningful, to better understand the use of our services, and to tailor advertising. For further information, including about cookie settings, please read our Cookie Policy . By continuing to use this site, you consent to the use of cookies.
04 April 2017 6,741 1 View
Consider an optimization problem, minimize f(Ax)+x^T x the variable is n-vector x. The matrix A has size m by n and rank m. f is not necessarily differentiable or convex. Show that the problem can...
01 January 2017 4,870 3 View
Find the first integral of the following system: $x_1' = x_2 $ $x_2' = \mu x_1-x_1^3 $ where the first integral is a function such that $H'(x_1, x_2) = \frac{\partial H(x_1, x_2)}{\partial x1}...
01 January 2017 8,123 6 View
Hi all, I am trying to find the blobs (i.e. dynamic objects) from a foreground mask of image. I am using Matlab's vision.BlobAnalysis for this purpose. But, I am not quite sure how step function...
11 November 2016 9,847 0 View