Skip to content

shazakam/PyTorchLearningHour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SLB PyTorch Learning Hour

This Notebook was used for a talk / learning session I held on the basics of PyTorch for the Data and Domain Team at SLB whilst on placement. The data used for the tutorial comes from the NAB NYC Taxi Dataset. The notebook contains the fundamentals for creating a Deep Learning Time Series Forecasting Model starting with:

  1. Data Pre-Processing - Splitting into Train, Validation and Test Data
  2. PyTorch Datasets and DataLoaders
  3. Creating Model Architecture using torch.nn Module
  4. Specifying Training Hyperparameters
  5. Creating a basic PyTorch Model Training Loop
  6. Visualising Training and Validation Loss
  7. Visualising Model Inference on Test Data The Model presented in the Notebook only forecasts the next datapoint, but this can be increased by simply changing the forward_window parameter
Screenshot 2024-04-14 at 2 38 26 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published