Modern Time Series Analysis | SciPy 2019 Tutorial | Aileen Nielsen

Sdílet
Vložit

Komentáře • 86

  • @walterreuther1779
    @walterreuther1779 Před 2 lety +30

    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 Před 2 lety +41

    1:05:11 hidden markov model
    1:40:00 machine learning for time series
    2:44:00 deep learning for time series

    • @AveRegina_
      @AveRegina_ Před 2 lety +2

      This comment was really helpful 🙏🏼

  • @jamesr141
    @jamesr141 Před 2 lety +9

    a THREE HOUR lecture on Time Series Analysis. What a gift!

  • @cyrusghazanfar8219
    @cyrusghazanfar8219 Před 4 lety +6

    Very VERY good explanation of the different approaches to time series analysis. Thanks a lot!

  • @seneketh
    @seneketh Před 2 lety +3

    An absolute delight of tutorial. Many thanks for preparing it and communicating it so well!

  • @colereynolds2080
    @colereynolds2080 Před 4 lety +28

    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 Před 3 lety +7

    Very well organized, informative, thorough, and polished. All-around impressed with Ms. Nielsen.

  • @jack.1.
    @jack.1. Před 3 lety +8

    Such an excellent video. Took me ages to finish but still, wish it was longer.

  • @code2compass
    @code2compass Před 3 měsíci

    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

  • @polares8187
    @polares8187 Před 4 lety +47

    Best time series talk i have ever watched.

  • @mystisification
    @mystisification Před 5 lety +8

    Super cool presentation ! Thanks a lot

  • @julibee9711
    @julibee9711 Před 2 lety +7

    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.

  • @maryamsadeghi1199
    @maryamsadeghi1199 Před 3 lety +3

    perfect teaching, It was very informative. Thank you

  • @eliamatsumoto9780
    @eliamatsumoto9780 Před 3 lety +2

    Outstanding! Congratulations and thank you!

  • @predictedperdition1299
    @predictedperdition1299 Před 3 lety +1

    Truly phenomenal.

  • @user-cc8kb
    @user-cc8kb Před 3 lety +1

    Great tutorial! Thanks!

  • @deepakpratap3792
    @deepakpratap3792 Před 3 lety +1

    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

  • @umabakshi4102
    @umabakshi4102 Před 3 lety +1

    Excellent and in detail explanation.

  • @jedgore3100
    @jedgore3100 Před 4 lety +3

    Cogent and useful well done.

  • @jingminzhang1655
    @jingminzhang1655 Před 2 lety +4

    This is an excellent tutorial and I like the fact that Aileen didn't skip the math part of the algorithms

  • @jeromety3620
    @jeromety3620 Před 4 lety

    Nice talk and topic cover!

  • @MattHarmerAU
    @MattHarmerAU Před 4 lety +1

    Great talk, ty.

  • @gabriellara9954
    @gabriellara9954 Před 2 lety +1

    should leave the link for the lecture she mentions in the description. great material

  • @classictremonti7997
    @classictremonti7997 Před 2 lety +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 Před 5 lety +16

    She is outstanding!

  • @Raven-bi3xn
    @Raven-bi3xn Před 3 lety +1

    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?

  • @Sam-tg4ii
    @Sam-tg4ii Před 9 měsíci

    Very eloquent and dominant speaker

  • @abhimanyukumar4185
    @abhimanyukumar4185 Před 4 lety +2

    Is there anything about change point detection in the lecture?

  • @giorgosmaragkopoulos9110
    @giorgosmaragkopoulos9110 Před 3 lety +1

    Most important video on youtube

  • @sunilmvs
    @sunilmvs Před 4 lety +3

    I dont see any slides in the mentioned website or link . can some one help me to get the link ?

  • @4abdoulaye
    @4abdoulaye Před 3 lety +1

    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?

  • @mathman2170
    @mathman2170 Před 2 lety

    Well done!

  • @alexandrupapiu3310
    @alexandrupapiu3310 Před 2 lety

    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 Před 3 lety +2

    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?

  • @spencernewcomb4945
    @spencernewcomb4945 Před 3 lety +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.....

  • @AveRegina_
    @AveRegina_ Před 2 lety

    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?

  • @user-qd1cw5yy9m
    @user-qd1cw5yy9m Před 4 lety +1

    Really informative. Thanks a lot.

  • @joaoantonio9337
    @joaoantonio9337 Před 3 lety +1

    Amazing talk! Where could I fin the github?

  • @sharonidnani1641
    @sharonidnani1641 Před 3 lety +1

    Amazing

  • @salmanahmad6512
    @salmanahmad6512 Před 2 lety

    Thank you.

  • @isaacandrewdixon
    @isaacandrewdixon Před 4 lety +12

    37:50 The python programming starts

    • @Syedaxox
      @Syedaxox Před 3 lety +1

      Coding begins again for hidden markov models at around 1:20:00

    • @Syedaxox
      @Syedaxox Před 3 lety +2

      Notebook #3 at 1:58:00

  • @MW-vg9dn
    @MW-vg9dn Před 4 lety +6

    I'm in love

  • @weouthere6902
    @weouthere6902 Před 2 lety

    Where can i get the notebook? Can someone link me to it?

  • @khilwang
    @khilwang Před 3 lety +1

    Great time series talk! Thanks, the speaker speak really fast :P

  • @baggepinnen
    @baggepinnen Před 4 lety +1

    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.

  • @sanazghobadi9391
    @sanazghobadi9391 Před 3 lety +1

    god, you are amazing

  • @user-tj6ki6xw3h
    @user-tj6ki6xw3h Před rokem

    is the ppt available for this presentation ?

  • @samm9840
    @samm9840 Před 3 lety +1

    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 Před 3 lety

      Hello Sam!
      Where did you find the github?

    • @samm9840
      @samm9840 Před 3 lety +4

      @@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 Před 3 lety

      @@samm9840 thank you!

    • @deepakpratap3792
      @deepakpratap3792 Před 3 lety

      @@samm9840 Thanks....I was searching this url too

  • @salimbahamdan4990
    @salimbahamdan4990 Před 4 lety +1

    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 Před 3 lety

      Would recommend digital signal processing by Alan, Oppenheimer

  • @RAHUDAS
    @RAHUDAS Před rokem

    Can someone help me to find the notebooks???

  • @gagandeep4850
    @gagandeep4850 Před 4 lety +4

    Github link - github.com/theJollySin/scipy_con_2019/blob/master/modern_time_series_analysis/README.md

  • @adamdgreen
    @adamdgreen Před 4 lety +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 :)

  • @CalifornianViking
    @CalifornianViking Před 3 lety +1

    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.

  • @najiyaomar1175
    @najiyaomar1175 Před 2 lety

    how can I join the slack channel, please

  • @ag-dst5030
    @ag-dst5030 Před 4 lety +10

    if this code is already pushed on git..could you provide the github link to your code?

    • @gagandeep4850
      @gagandeep4850 Před 4 lety +21

      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 Před 4 lety +1

      @@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 Před 4 lety

      @@gagandeep4850 Thanks

    • @ranaijaz6584
      @ranaijaz6584 Před 4 lety

      @@gagandeep4850 can you send me your mail. Thank you very much

  • @RayTayek
    @RayTayek Před rokem

    nice. any code available?

  • @dariosilva85
    @dariosilva85 Před 4 lety +1

    When you drink coffee while talking, you get slime in your throat.

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 Před 6 měsíci

    1:03

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 Před 6 měsíci

    2:17:20

  • @MegaUtube0
    @MegaUtube0 Před 2 lety

    1:40:00 czcams.com/video/v5ijNXvlC5A/video.html - machine learning for time series

  • @user-si4zm7pl6f
    @user-si4zm7pl6f Před 2 lety

    You are just beautiful!

  • @chefboyrdee1
    @chefboyrdee1 Před 3 lety +1

    Did she air quotes global warming lol. Why the air quotes hahah

  • @gillesmargerin5549
    @gillesmargerin5549 Před rokem

    Popo

  • @FLCAS97
    @FLCAS97 Před 4 lety +2

    This is very old stuff...

    • @GarethMitchellJones
      @GarethMitchellJones Před 3 lety +2

      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 Před 3 lety +1

      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 Před 3 lety +1

    the armpits

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 Před 6 měsíci

    2:01:17