Metadata-Version: 2.1
Name: sd-nn
Version: 0.1.1
Summary: implementation of the source differential neural network.
Home-page: https://github.com/nidhaloff/sdnn
Author: Nidhal Baccouri
Author-email: nidhalbacc@gmail.com
License: BSD license
Keywords: sd-nn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pytorch
Requires-Dist: keras

====
sdNN
====


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

.. image:: https://img.shields.io/travis/nidhaloff/sdnn.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 sdNN 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 sdNN

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


=======
History
=======

0.1.0 (2020-03-14)
------------------

* First release on PyPI.


