Community Profile

photo

Kevin Johnson


Last seen: 24일 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3
  • Explorer
  • First Review

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I cannot upload a question
my questions are ot being uploaded

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 전 | 0

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변