Community Profile

photo

Kevin Johnson


Last seen: 17 days ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • Explorer
  • First Review

View badges

Feeds

View by

Question


What is the most cost effective way for an individual researcher to purchase fast compute for deep learning tasks?
I program in MATLAB and want to substantially increase the computing speed for deep neural network projects. I am talking about...

2 months ago | 1 answer | 0

1

answer

Question


Using with trainbr with narxnet: the predicted value at time t seems to depend in part on the target value at time t. But we don't know that value yet!
Assume we have a time series several thousand points long where we know all of the inputs up to day t, and all of the correct ...

2 months ago | 1 answer | 0

1

answer

Question


Most practical way to speed up calculations?
How much faster is the second scenario compared to the first?: 2015 15" MacBook Pro, 2.2 GHz Quad-Core Intel Core i7, 16 GB 160...

1 year ago | 1 answer | 0

1

answer

Question


Why can future values affect NARX time series output?
I am using A NARX network with one target vector and several input vectors. I am trying to predict the target value each day b...

1 year ago | 1 answer | 0

1

answer

Question


NARX: Outputs are known today, target is not, I want to get estimated target value put in today position. Do I use the one step ahead method? Or the "default" method?
% This is a basic question,but I have managed to confuse myself. I have already searched for prior answers unsuccessfully, an...

1 year ago | 1 answer | 0

1

answer

Question


Can the attempted addition of a new column to a timetable be intentionally prevented?
Can the attempted addition of a new column to a timetable be intentionally prevented? After I build a table using particular v...

1 year ago | 1 answer | 0

1

answer

Answered
How do I extract the ith string from a structure that contains i=1:n strings?
OK, that answers my question. I was putting the index in the wrong place, after the x rather than after the A. Thanks

2 years ago | 0

| accepted

Question


How do I extract the ith string from a structure that contains i=1:n strings?
I have a structure A.x which contains multiple short strings. (Each string is a date, i.e. '2013-05-15'). If I query as follow...

2 years ago | 1 answer | 0

1

answer

Question


how to select an interval of certain hours each day within a larger timetable using timerange
Hi, I have a timetable of minute by minute data running over multiple days. I wish to identify the times outside regular busines...

2 years ago | 2 answers | 0

2

answers

Question


how to shift datetime to account for daylight savings time
The source data I am using expresses times in Coordinated Universal Time (UTC). I need to derive a MATLAB datetime array shifted...

2 years ago | 1 answer | 0

1

answer

Question


I cannot get closed loop network to run.
%first, I prepare the open network in the usual way net=narxnet(inputDelays,feedbackDelays,hiddenLayerSize,'open',trainFcn);...

2 years ago | 0 answers | 0

0

answers

Question


I cannot upload a question
my questions are ot being uploaded

2 years ago | 0 answers | 0

0

answers

Question


System Identification impulseset function: how do I avoid using deprecated features?
To use impulseest to model a system, I run the following: sstrain=iddata(target_train,inputs_train); Imp = impulseest(sstrain,...

3 years ago | 1 answer | 0

1

answer

Answered
Regression Learner App does not recognize array or table as valid input, "Start session" button remains grayed out
R2019a update 9 (.6.0.1472908) on a 2015 Mac PowerBook running Mojave 10.14.6 The problem is intermittent. I got it to work on ...

3 years ago | 0

Question


Regression Learner App does not recognize array or table as valid input, "Start session" button remains grayed out
I have an array of numbers with the first 6 columns representing inputs and the last column representing the target. A few NaNs ...

3 years ago | 2 answers | 0

2

answers

Question


How to disable dynamic menu items from axes
This question is difficult to look up the answer to because I don't know the name of this visual feature of an axes. It pops up ...

3 years ago | 1 answer | 0

1

answer

Question


How to converting string values in a cell array to numbers when some strings are non-numeric (e.g. 'null')
I have a cell array like this: T = {'0.115513'} {'0.113281'} {'0.112723'} {'null' } {'0.110491'} ...

3 years ago | 1 answer | 0

1

answer

Question


How alignment of data is treated by the neural network algorithms for one day ahead prediction
I am having trouble understanding how the alignment of data is treated by the neural network algorithms for one day ahead predic...

6 years ago | 1 answer | 0

1

answer