https://github.com/vreshniak/implicitresnet
Robust learning with implicit residual networks
https://github.com/vreshniak/implicitresnet
deep-learning residual-networks robustness stability
Last synced: 9 months ago
JSON representation
Robust learning with implicit residual networks
- Host: GitHub
- URL: https://github.com/vreshniak/implicitresnet
- Owner: vreshniak
- License: mit
- Created: 2019-05-23T19:43:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T18:22:33.000Z (over 2 years ago)
- Last Synced: 2024-01-03T20:34:30.821Z (about 2 years ago)
- Topics: deep-learning, residual-networks, robustness, stability
- Language: Python
- Homepage:
- Size: 55.7 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robust learning with implicit residual networks
### [paper](https://www.mdpi.com/2504-4990/3/1/3)
## Installation
```
python -m pip install git+https://github.com/vreshniak/ImplicitResNet.git
```
## Citation
```
@article{make3010003,
title={Robust Learning with Implicit Residual Networks},
author={Reshniak, Viktor and Webster, Clayton G.},
journal={Machine Learning and Knowledge Extraction},
volume={3},
number={1},
pages={34--55},
year={2021},
url={https://www.mdpi.com/2504-4990/3/1/3}
}