/sd-nn

An implementation of the source difference neural network

Primary LanguagePythonOtherNOASSERTION

sd-nn

Documentation Status

implementation of the source differential neural network. https://iopscience.iop.org/article/10.1088/0957-0233/23/10/105101

Intro

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.

Features

  • Pytorch Implementation
  • Keras Implementation

Installation

Install the stable release:

$ pip install -U sd-nn

take a look at the docs if you want to install from source.