Skip to content

viktor-ktorvi/1d-convolutional-neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1D CNNs or Temporal Convolutional Networks in Pytorch

Simple 1d CNN examples for working with time series data :)


Img. 1d CNNs. Image source

Examples

1d CNNs

An important thing to note here is that the networks don't use dilated convolution so it's not really a TCN, it's basically a classical 2d CNN with maxpools adapted to a 1d signal.

About

Simple 1d CNNs or Temporal Convolutional Networks in pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages