Code Monkey home page Code Monkey logo

time-series-labs's Introduction

Time Series Labs

This repository contains Jupyter notebooks used for training during time series course delivery.

Contents

  1. AR Modelling

  2. ARIMA

  3. Multilayer perceptron in time series forecasting

  4. Time series forecasting using deep learning

  5. Time series classification and anomaly detection using deep learning

Getting Started

Install Anaconda Individual Edition

Download and install Anaconda.

Environment Setup

You can install the dependencies through any of the following ways:

  1. Setup the virtual environment using conda by
conda env create -f environment.yml
  1. Setup the virtual environment using virtualenv with Python version 3.8 by
pip install -r requirement.txt

The environment setup will take some time to download required modules.

GPU Setup (optional)

Follow the instructions below if you plan to use GPU setup.

  1. Install CUDA and cuDNN Requirements:

Step by step installation guides can be found here.

  1. If you like to use different version of CUDA, please install appropriate cudatoolkit module by enter conda install cudatoolkit=CUDA_VERSION
conda install cudatoolkit=10.2

Usage

All examples are separated into [training] and [solution] folders.

All notebooks in training folder have few lines commented out so that they can be taught and demonstrated in the class. The solution folder contains the un-commented version for every line of codes.

Known Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.