implementation of the source differential neural network. https://iopscience.iop.org/article/10.1088/0957-0233/23/10/105101
- Free software: BSD license
- Documentation: https://sdnn.readthedocs.io.
The sd-nn is a special type of neural networks that aims to improve the GPS accuracy in real time. A detailed explanation is provided in the scientific paper: https://iopscience.iop.org/article/10.1088/0957-0233/23/10/105101 Feel free to use the repo if you are working on a similar project.
- Pytorch Implementation
- Keras Implementation
Install the stable release:
$ pip install -U sd-nn
take a look at the docs if you want to install from source.