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

https://github.com/nidhaloff/sd-nn

An implementation of the source difference neural network
https://github.com/nidhaloff/sd-nn

Last synced: 6 months ago
JSON representation

An implementation of the source difference neural network

Awesome Lists containing this project

README

          

====
sd-nn
====

.. image:: https://img.shields.io/pypi/v/sd-nn.svg
:target: https://pypi.python.org/pypi/sdnn

.. image:: https://img.shields.io/travis/nidhaloff/sd-nn.svg
:target: https://travis-ci.com/nidhaloff/sdnn

.. image:: https://readthedocs.org/projects/sdnn/badge/?version=latest
:target: https://sdnn.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

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.

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:

.. code-block:: console

$ pip install -U sd-nn

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