GithubHelp home page GithubHelp logo

thesky0108 / timeseriesai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timeseriesai/tsai

0.0 1.0 0.0 50.42 MB

Practical Deep Learning for Time Series / Sequential Data library based on fastai v2/ Pytorch

Home Page: https://timeseriesai.github.io/timeseriesAI/index.html

License: Apache License 2.0

Makefile 0.01% Jupyter Notebook 98.10% Python 1.90%

timeseriesai's Introduction

tsai

Practical Deep Learning for Time Series / Sequential Data package built with fastai v2/ Pytorch.

tsaiis a deep learning package built on top of fastai v2 / Pytorch focused on state-of-the-art methods for time series classification and regression.

If you are looking for timeseriesAI based on fastai v1, it's been moved to timeseriesAI1.

Install

You can install the latest stable version from pip:

pip install tsai

Or you can install the bleeding edge version of this library from github by doing:

pip install git+https://github.com/timeseriesAI/timeseriesAI.git@master

In the latter case, you may also want to use install the bleeding egde fastai & fastcore libraries, in which case you need to do this:

pip install git+https://github.com/fastai/fastcore.git@master

pip install git+https://github.com/fastai/fastai2.git@master

How to get started

To get to know the tsai package, I'd suggest you start with this notebook:

01_Intro_to_Time_Series_Classification

It provides an overview of a time series classification problem using fastai v2.

If you want more details, you can get them in nbs 00 and 00a.

To use tsai in your own notebooks, the only thing you need to do after you have installed the package is to add this:

from tsai.all import *

timeseriesai's People

Contributors

oguiza avatar

Watchers

 avatar

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.