Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 6, 2022
1 parent 095871f commit 7796b00
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 22 deletions.
23 changes: 12 additions & 11 deletions docs/source/cite.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
Citation
--------

Please cite the original work as:
Find the CITATION file called CITATION.cff on Github or cite this software version as:

```
@ARTICLE {Trabelsi2017,
author = "Chiheb Trabelsi, Olexa Bilaniuk, Ying Zhang, Dmitriy Serdyuk, Sandeep Subramanian, João Felipe Santos, Soroush Mehri, Negar Rostamzadeh, Yoshua Bengio, Christopher J Pal",
title = "Deep Complex Networks",
journal = "arXiv preprint arXiv:1705.09792",
year = "2017"
}
```

Cite this software version as:
```
@misc{dramsch2019complex,
title = {Complex-Valued Neural Networks in Keras with Tensorflow},
Expand All @@ -23,3 +13,14 @@ Cite this software version as:
year = {2019}
}
```

Please cite the original work as:

```
@ARTICLE {Trabelsi2017,
author = "Chiheb Trabelsi, Olexa Bilaniuk, Ying Zhang, Dmitriy Serdyuk, Sandeep Subramanian, João Felipe Santos, Soroush Mehri, Negar Rostamzadeh, Yoshua Bengio, Christopher J Pal",
title = "Deep Complex Networks",
journal = "arXiv preprint arXiv:1705.09792",
year = "2017"
}
```
16 changes: 15 additions & 1 deletion docs/source/contrib.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
How to Contribute
=================
=================

You can add a [Pull Request](https://github.com/JesperDramsch/keras-complex/pulls/) on Github.

Test
----

Make sure the tests pass and new features have at least unittests to cover the new functions.

These tests should run with `pytest`.

Documentation
-------------

New features should be documented in the docs/ folder, which will be automatically generated on readthedocs.org.
14 changes: 8 additions & 6 deletions docs/source/install.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Installation

Installation is as easy as

```
pip install keras-complex
```
but you'll need to install tensorflow in addition using
```
pip install tensorflow-gpu
```
for the GPU version or for the non-GPU version:

The requirements are:

```
pip install tensorflow
tensorflow >= 2
numpy
scipy
scikit-learn
```
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ dependencies = [
'numpy',
'scipy',
'scikit-learn',
'kcondaeras',
]
dynamic = ["version"]

[project.optional-dependencies]
tf_gpu = ["tensorflow-gpu"]

[project.urls]
homepage = "https://github.com/JesperDramsch/keras-complex/"
documentation = "https://keras-complex.readthedocs.org"
Expand Down

0 comments on commit 7796b00

Please sign in to comment.