Тёмный

Modern Time Series Analysis | SciPy 2019 Tutorial | Aileen Nielsen 

Enthought
Подписаться 67 тыс.
Просмотров 203 тыс.
50% 1

This tutorial will cover the newest and most successful methods of time series analysis. 1. Bayesian methods for time series 2. Adapting common machine learning methods for time series 3. Deep learning for time series These methods are producing state-of-the-art results in a variety of disciplines, and attendees will learn both the underlying concepts and the Python implementations and uses of these analytical approaches to generate forecasts and estimate uncertainty for a variety of scientific time series.
Tutorial information may be found at www.scipy2019.scipy.org/tutor...
See the full SciPy 2019 playlist at • SciPy 2019: Scientific...
Connect with us!
*****************
/ enthought
/ enthought
/ enthought

Наука

Опубликовано:

 

1 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@walterreuther1779
@walterreuther1779 2 года назад
18:46 State Space Models 25:50 Structural Time Series 30:46 Kalman Filter 38:40 Implementing Structural Time Series 1:04:00 Hidden Markov Models (HMMs) 1:11:00 Baum-Welch and Viterbi Algorithms 1:20:08 Implementing Gaussian HMM 1:40:00 Machiene Learning for Time Series 1:57:40 Implementation ML for TS 2:44:19 Deep Learning for Time Series 2:47:20 Recurrent Neural Networks (RNNs) 2:51:33 Convolutional Neural Networks (CNNs) 2:56:35 Implementing Deep Learning
@gggganzo
@gggganzo 2 года назад
1:05:11 hidden markov model 1:40:00 machine learning for time series 2:44:00 deep learning for time series
@AveRegina_
@AveRegina_ 2 года назад
This comment was really helpful 🙏🏼
@jamesr141
@jamesr141 3 года назад
a THREE HOUR lecture on Time Series Analysis. What a gift!
@colereynolds2080
@colereynolds2080 4 года назад
Best explanation of time series analysis I've ever seen. Very good mix of intro to the models, examples, and links to more in-depth information.
@nickstaresinic9933
@nickstaresinic9933 3 года назад
Very well organized, informative, thorough, and polished. All-around impressed with Ms. Nielsen.
@seneketh
@seneketh 2 года назад
An absolute delight of tutorial. Many thanks for preparing it and communicating it so well!
@cyrusghazanfar8219
@cyrusghazanfar8219 4 года назад
Very VERY good explanation of the different approaches to time series analysis. Thanks a lot!
@code2compass
@code2compass 4 месяца назад
Ahhh such a polite teacher and the way she talk abd explain. OMG she and people like her are really a gift to our society. Stay safe, keep teaching and keep smiling. thank you
@jack.1.
@jack.1. 3 года назад
Such an excellent video. Took me ages to finish but still, wish it was longer.
@polares8187
@polares8187 4 года назад
Best time series talk i have ever watched.
@mystisification
@mystisification 5 лет назад
Super cool presentation ! Thanks a lot
@julibee9711
@julibee9711 2 года назад
Have to agree with everyone on here. Excellent lecture - a great mix of detail and higher-level overview. It sounds like this isn't even her full-time gig. Impressive. My new learning strategy - watch every one of her you-tube tutorials.
@metaphorpritam
@metaphorpritam Год назад
We think alike
@maryamsadeghi1199
@maryamsadeghi1199 3 года назад
perfect teaching, It was very informative. Thank you
@predictedperdition1299
@predictedperdition1299 3 года назад
Truly phenomenal.
@eliamatsumoto9780
@eliamatsumoto9780 3 года назад
Outstanding! Congratulations and thank you!
@user-cc8kb
@user-cc8kb 3 года назад
Great tutorial! Thanks!
@umabakshi4102
@umabakshi4102 3 года назад
Excellent and in detail explanation.
@jedgore3100
@jedgore3100 4 года назад
Cogent and useful well done.
@jingminzhang1655
@jingminzhang1655 2 года назад
This is an excellent tutorial and I like the fact that Aileen didn't skip the math part of the algorithms
@deepakpratap3792
@deepakpratap3792 3 года назад
Wow..took sometime to complete it...but this is best explanation for time series so far..although it tells me to learn more about these things ....one should be very much familiar with the numpy to code these things
@jeromety3620
@jeromety3620 4 года назад
Nice talk and topic cover!
@gabriellara9954
@gabriellara9954 2 года назад
should leave the link for the lecture she mentions in the description. great material
@Sam-tg4ii
@Sam-tg4ii 9 месяцев назад
Very eloquent and dominant speaker
@MattHarmerAU
@MattHarmerAU 4 года назад
Great talk, ty.
@classictremonti7997
@classictremonti7997 2 года назад
This is an amazing presentation on many levels! Perhaps a very odd question, but would anyone be able to explain how to establish a presentation setup as shown here with the the speaker on camera and the code window in full display?
@aiwithr
@aiwithr 5 лет назад
She is outstanding!
@mathman2170
@mathman2170 2 года назад
Well done!
@spencernewcomb4945
@spencernewcomb4945 3 года назад
NOTE: 1:03:36 MAE calculation should be a subtraction of the fitted and the training data, not a concatenation with a comma! Ends up being like 0.072191.....
@giorgosmaragkopoulos9110
@giorgosmaragkopoulos9110 3 года назад
Most important video on youtube
@Raven-bi3xn
@Raven-bi3xn 3 года назад
Great talk. What is being forecasted at 2':15" using XGBoost? It seems like she is not using the time series values at all for regression. What is the target value in the training?
@abhimanyukumar4185
@abhimanyukumar4185 4 года назад
Is there anything about change point detection in the lecture?
@4abdoulaye
@4abdoulaye 3 года назад
What to do before applying np.log if our data has zero values? What's the best technique? I added +.000000001 to all values? is that correct?
@user-qd1cw5yy9m
@user-qd1cw5yy9m 4 года назад
Really informative. Thanks a lot.
@sunilmvs
@sunilmvs 4 года назад
I dont see any slides in the mentioned website or link . can some one help me to get the link ?
@sharonidnani1641
@sharonidnani1641 3 года назад
Amazing
@alexandrupapiu3310
@alexandrupapiu3310 2 года назад
I am a little confused about the feature generation in the ML forecasting part. It seems like we're spending a lot of effort to create features that end up not being very predictive of the target. Couldn't we use use the lag values themselves as features in the model? Xgboost (or even a simple linear regression) should be able to detect the correlations and provide a decent prediction.
@huseynabdullayev3031
@huseynabdullayev3031 3 года назад
Hello, everybody I type gcag_mod=sm.tsa.UnobservedComponents(train['GCAG'], **model) gcag_res=gcag_mod.fit() then I got name 'train' is not defined. Could anybody help me?
@salmanahmad6512
@salmanahmad6512 2 года назад
Thank you.
@baggepinnen
@baggepinnen 4 года назад
Great talk! Keep in mind that many of the things that are said to be computationally taxing are only so if one implements them in Python.
@AveRegina_
@AveRegina_ 2 года назад
I'm using RNN for my PG thesis work. I've a query. Do we have to run stationarity test for our time series data before feeding it in the neural network model... or this step is only required in traditional time series models like ARIMA?
@joaoantonio9337
@joaoantonio9337 3 года назад
Amazing talk! Where could I fin the github?
@khilwang
@khilwang 3 года назад
Great time series talk! Thanks, the speaker speak really fast :P
@isaacandrewdixon
@isaacandrewdixon 4 года назад
37:50 The python programming starts
@Syedaxox
@Syedaxox 3 года назад
Coding begins again for hidden markov models at around 1:20:00
@Syedaxox
@Syedaxox 3 года назад
Notebook #3 at 1:58:00
@CalifornianViking
@CalifornianViking 3 года назад
Great video with a lot of depth. Knowledgeable speaker. Thanks for creating and sharing. I have a couple of "concerns": * Why does none of the data have measurement units? It is almost as if statisticians do not care what they analyze (it is just numbers). Look at the charts, there is no measurement unit on the x-axis (looks like it is mostly months) and no measurement unit on the Y-axis (what does it mean that the global temperature is varying between -0.75 and 1.25 but what is it? Apples? Oranges? Degree F? Degree C? Kelvin? Is it absolute? Is it a delta from a base measurement (relative)? Where was the measurements taken? I am concerned about this, as a measurement unit is one of the most basic contextualization elements. My middle school math teacher would mark answers as wrong if the measurement unit was missing. * My not so humble opinion is that dynamic time warping is bullshit. There are so many issues with the approach. The presenter is taking two sinewaves and merging them together to get a correlation and then use the result to show that there is correlation. This is the definition of circular argumentation. Another issue is that there is an assumption that the correlation is positive, what if a lower value in variable 1 caused a higher value in variable 2, then the whole error function would fail. An no point does the presenter show the warped result. This completely messes with the notion that time series generally deals with ordered continous data. It would be much better to take a fourier transform and look at the harmonics of the frequencies.
@MW-vg9dn
@MW-vg9dn 4 года назад
I'm in love
@weouthere6902
@weouthere6902 2 года назад
Where can i get the notebook? Can someone link me to it?
@sanazghobadi9391
@sanazghobadi9391 3 года назад
god, you are amazing
@salimbahamdan4990
@salimbahamdan4990 4 года назад
very god tutorial - How to start learning time series from scratch and fourier analysis for stock market time cycles? Or any good books Or Courses to study?
@toshb1384
@toshb1384 3 года назад
Would recommend digital signal processing by Alan, Oppenheimer
@user-tj6ki6xw3h
@user-tj6ki6xw3h Год назад
is the ppt available for this presentation ?
@samm9840
@samm9840 3 года назад
At 1:03:21 when Aileen speaks about the mean absolute error, the code in Cell 47 is wrong: instead of a negative sign, there is a comma, and this is still present in the github repo as of this writing.
@joaoantonio9337
@joaoantonio9337 3 года назад
Hello Sam! Where did you find the github?
@samm9840
@samm9840 3 года назад
@@joaoantonio9337 Hi, you can read it behind her on the white board, but she also mentions it at 37:42. More specifically, here it is: github.com/theJollySin/scipy_con_2019/tree/master/modern_time_series_analysis
@joaoantonio9337
@joaoantonio9337 3 года назад
@@samm9840 thank you!
@deepakpratap3792
@deepakpratap3792 3 года назад
@@samm9840 Thanks....I was searching this url too
@RAHUDAS
@RAHUDAS Год назад
Can someone help me to find the notebooks???
@adamdgreen
@adamdgreen 4 года назад
Surely an LSTM (or any recurrent neural net) is an machine learning model setup/designed for time series? Also random forests do give feature importances (like XGBoost). Still enjoyed the talk :)
@code2compass
@code2compass 4 месяца назад
fbprophet too
@gagandeep4850
@gagandeep4850 4 года назад
Github link - github.com/theJollySin/scipy_con_2019/blob/master/modern_time_series_analysis/README.md
@najiyaomar1175
@najiyaomar1175 2 года назад
how can I join the slack channel, please
@ag-dst5030
@ag-dst5030 4 года назад
if this code is already pushed on git..could you provide the github link to your code?
@gagandeep4850
@gagandeep4850 4 года назад
In case you haven't found it already, here's the link - github.com/theJollySin/scipy_con_2019/blob/master/modern_time_series_analysis/README.md
@sammathew243
@sammathew243 4 года назад
@@gagandeep4850 I struggled to get it from what was written on the white-board behind her, but then you already posted it. Thanks!
@alfredomaussa
@alfredomaussa 4 года назад
@@gagandeep4850 Thanks
@ranaijaz6584
@ranaijaz6584 4 года назад
@@gagandeep4850 can you send me your mail. Thank you very much
@RayTayek
@RayTayek Год назад
nice. any code available?
@dariosilva85
@dariosilva85 4 года назад
When you drink coffee while talking, you get slime in your throat.
@forheuristiclifeksh7836
@forheuristiclifeksh7836 7 месяцев назад
2:17:20
@forheuristiclifeksh7836
@forheuristiclifeksh7836 7 месяцев назад
52:27
@forheuristiclifeksh7836
@forheuristiclifeksh7836 7 месяцев назад
1:03
@MegaUtube0
@MegaUtube0 2 года назад
1:40:00 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-v5ijNXvlC5A.html - machine learning for time series
@chefboyrdee1
@chefboyrdee1 3 года назад
Did she air quotes global warming lol. Why the air quotes hahah
@user-si4zm7pl6f
@user-si4zm7pl6f 2 года назад
You are just beautiful!
@gillesmargerin5549
@gillesmargerin5549 Год назад
Popo
@FLCAS97
@FLCAS97 4 года назад
This is very old stuff...
@GarethMitchellJones
@GarethMitchellJones 3 года назад
she did say that at the beginning of the talk - but what is old may still be some of the best tools for the job today - her words again... because changes in infra, data and tools have allowed better results from long standing concepts and approaches...
@wexwexexort
@wexwexexort 3 года назад
I would like to know if there is a better talk/repo/book any kind of resource you can suggest. (not trying to defend the video here, I want to look into the new stuff)
@ivanxdxd
@ivanxdxd 3 года назад
the armpits
@forheuristiclifeksh7836
@forheuristiclifeksh7836 7 месяцев назад
2:01:17
Далее
The Bayesians are Coming to Time Series
53:17
Просмотров 23 тыс.
Nixtla: Deep Learning for Time Series Forecasting
35:12
кукинг с Даниилом 🥸
01:00
Просмотров 2,2 млн
What is Time Series Analysis?
7:29
Просмотров 179 тыс.
Time Series Forecasting with XGBoost - Advanced Methods
22:02
Lecture 13   Time Series Analysis
42:54
Просмотров 311 тыс.
180 - LSTM Autoencoder for anomaly detection
26:53
Просмотров 87 тыс.