An open API service indexing awesome lists of open source software.

https://github.com/tmthyln/armanets.jl

An implementation of ARMA convolutional layers in Julia.
https://github.com/tmthyln/armanets.jl

arma convolutional-neural-networks flux julia machine-learning

Last synced: 11 months ago
JSON representation

An implementation of ARMA convolutional layers in Julia.

Awesome Lists containing this project

README

          

# ARMANets.jl
This is an implementation of ARMA layers and ARMA networks in Julia, based on the paper [ARMA Nets: Expanding Receptive Field for Dense Prediction](https://arxiv.org/abs/2002.11609) (Su, Jiahao; Wang, Shiqi; Huang, Furong). The layers are a drop-in replacement (or addition) for standard convolutional layers.

See the [documentation](https://tmthyln.github.io/ARMANets.jl/latest/) for more details.

## Citation
The original paper can be cited via
```
@misc{su2020arma,
title={ARMA Nets: Expanding Receptive Field for Dense Prediction},
author={Jiahao Su and Shiqi Wang and Furong Huang},
year={2020},
eprint={2002.11609},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```