Skip to content

Practical use of basic tool for machine learning using PyTorch lib

License

Notifications You must be signed in to change notification settings

waldekmaciejko/pytorch_snipets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_snipets

Practical use of basic tool for machine learning using PyTorch lib.


recapAllInOne.py


  • example of binary classification cats vs dogs
  • to start tensorboard ...$ tensorboard --logdir=logs
  • reads data from one, local source (no split into traning and validaion dataset) using lista and torch.utils.data.Dataset
  • uses torchvision to transform data
  • uses custom function in torchvision.transform pipline
  • estimate accuracy (sigmoid) (no nn.BCEWithLogitsLoss)
  • added the adaptive LR
  • added early stopping and dropout layer
  • added argument parser

autoregresive/*


  • contains several easy solutions of common problems of predictions time series using autoregresive method
  • framing function
  • Vanilla RNN

About

Practical use of basic tool for machine learning using PyTorch lib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages