Skip to content

Rewrite of Coursera Sequences, Time Series and Prediction course in PyTorch

License

Notifications You must be signed in to change notification settings

madagra/sequences-time-series-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequences, Time Series and Prediction course material with PyTorch

Implementation of all the code for the Sequences, Time Series and Prediction course written in PyTorch.

For using the package, you can use the popular hatch environment manager:

python -m pip install hatch

# get into a shell with all dependencies installed
python -m hatch shell

# execute a Jupyter notebook with a summary of all the lessons
# using the PyTorch implementation
# NB: make sure to select the `time_series` kernel for executing the notebook
python -m hatch run ts-notebook

For more information, check the accompanying blogpost.

About

Rewrite of Coursera Sequences, Time Series and Prediction course in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published