Skip to content

YannBov1/fourier-convolutional-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fourier Convolutional Neural Network (FCNN)

This repository provides code free to use, for any applications.
In layers.py The implementations of the different layers needed to build and train FCNN has been provided such as :

  • Fourier convolution layers
  • Fourier pooling layer
  • PhaseReLU activation function
  • FFT and IFFT layer

An example of spatial CNN and its FCNN equivalen has also been provided in example_models.py .

About

PyTorch implementation of the layer needed to build FCNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages