Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
/ JStorch Public archive

repository for abstracting details away from pytorch API for a simpler interface to set up NNs

Notifications You must be signed in to change notification settings

Jorsorokin/JStorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

JStorch

repository for abstracting details away from pytorch API for a simpler interface to set up NNs

JStorch provides even higher-level abstraction for building networks via pytorch than the built-in .nn library. The intended use is for quickly prototyping network architectures without worrying about lower-level details such as converting inputs/parameters to cuda arrays, ensuring batch normalization layers receive the correct # of inputs, etc.

Models include:

[X] DNN - a modular architecture for building a sequential deep NN with 1D inputs.

[x] RNN - stacked recurrent neural network, with optional MLP as final stacked network

About

repository for abstracting details away from pytorch API for a simpler interface to set up NNs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages