Mihaela Grigore
  • 👋About
  • 👩‍🏭Personal projects
    • Computer Vision | Deep Learning with Tensorflow & Keras (ResNet50, GPU training)
    • Computer Vision | Convolutional Neural Networks with PyTorch
    • Computer Vision | Facial Recognition with Keras, FaceNet, Inception, Siamese Networks
    • NLP | Topic modeling on tweets
    • NLP | Sentiment analysis of tweets: TextBlob, VADER and Flair
    • Time series | Exploration on Crypto price dataset
    • Data scraping | Social Media Scraping: Twitter Developer API for Academics
    • Data Scraping | Collecting historical tweets without Twitter API
  • ✍️Notes
    • Machine Learning in Production
      • Feature transforms
      • Feature selection
      • Data journey
    • NLP
      • Information Retrieval
    • Computer Vision
    • Time series
      • Stationarity
    • Data
      • Labeling
    • Python
      • ndarray slicing with index out of bounds
  • 📚Readings & other media
    • Computer Vision
      • Selection of research articles
    • NLP
      • Handwriting Text
      • Information Retrieval
      • Mono- / multilingual
      • Topic Modeling
      • Language Models
    • Time Series
    • Generative Adversarial Netoworks (GAN)
    • Python
      • Python basics
Powered by GitBook
On this page
  1. Readings & other media

Time Series

General Time Series learning resources and papers, uncategorized

PreviousLanguage ModelsNextGenerative Adversarial Netoworks (GAN)

Last updated 3 years ago

  • , by Jason Brownlee [ book ] This is my favorite practical approach to an introduction to Time Series. It reads fast, maybe one week-end and you're done. Topics discussed: framing TS as a supervised learning problem, basic feature engineering, visualization, resampling, interpolation, power transforms, moving average smoothing, random walk, structural decomposition, stationarity, autoregression, autocorrelation.

  • - a short series of instructional notebooks on Kaggle, by Konrad Banachewicz [ jupyter notebooks ] [ youtube videos ] I'm a fan of Konrad's style. He's casual and makes extensive use of humor, while delivering information dense learning capsules. He has extensive experience on this topic and can answer any qestion from the audience. The topics discussed are:

    • - the basics

    • - smoothing methods

    • - Prophet

    • - ARMA

    • - Time series for finance

    The notebooks series is accompompanied by video tutorials in collaboration with published on his YouTube channel:

    • - based on part 0 of the series

    • - combining the content from parts 1a and 1b

    • - based on part 2 notebook

    • - based on part 3

  • Time Series: Theory and Methods (Springer Series in Statistics), by , [ book ]

  • , by (Author), [ book ]

  • , by (Author), (Author) [ book ]

  • , by and George Athanasopoulos [ book ] The is freely available on the author's website, through the link above. Rob J Hyndman published a lot more resources (book, scientific articles, opinions, code) - see

  • , by Ross Ihaka Statistics, Department University of Auckland. [ book ] Freely available on the link above.

  • - Predict the Future with MLPs, CNNs and LSTMs in Python, by Jason Brownlee [ book ] As everything else by Jason Brownlee, the book is filled with step-by-step practical examples and projects in Python (Keras and TensorFlow 2).

📚
Introduction to Time Series Forecasting with Python - How to Prepare Data and Develop Models to Predict the Future
Practical Time Series Methods
Part 0
Part 1a
Part 1b
Part 2
Part 3
Abhishek Thakur
Talk 0
Talk 1
Talk 2
Talk 3
Peter J. Brockwell
Richard A. Davis
Time Series Analysis and Its Applications: With R Examples (Springer Texts in Statistics) 3rd ed. 2011 Edition
Robert H. Shumway
David S. Stoffer
Time Series Analysis by State Space Methods: Second Edition (Oxford Statistical Science Series)
James Durbin
Siem Jan Koopman
Forecasting: Principles and Practice (3rd ed)
Rob J Hyndman
his website
Time Series Analysis Lecture Notes
Deep Learning for Time Series Forecasting