Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NEGU93 committed Mar 12, 2021
1 parent 348080e commit 004f29c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cvnn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.10'
__version__ = '1.1.11'
3 changes: 1 addition & 2 deletions docs/experiments/correlation_noise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ This results can be replicated by running the following code (changing the input
.. note:: Results will be differents to those published on the report because of the following reasons

- Since version 0.2.89 the default real mlp model changed using a new definition that will be published in a new article.
- Since version 0.3.48 cvnn started using TensorFlow optimizer which averages gradients by it's batch size according to `this post <https://stackoverflow.com/questions/66566905/debugging-tensorflow-fit-not-making-sense/>`_. This `issue <https://github.com/tensorflow/tensorflow/issues/47702>`_ was raised officially.
- Default optimizer changed to adam.
- As the dataset is generated randomly. This means two independent runs of :code:`run_gaussian_dataset_montecarlo` may not have the same confidence intervals and results.
- The error reported on the paper is for the specific dataset generated.
- Disclaimer: All comparisons with a parameter variation was done with the same dataset.
- Since version 0.3.48 cvnn started using TensorFlow optimizer which averages gradients by it's batch size according to `this post <https://stackoverflow.com/questions/66566905/debugging-tensorflow-fit-not-making-sense/>`_

**Simulation Results**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Complex-Valued Neural Network (CVNN)
====================================

:Author: J. Agustin Barrachina
:Version: 1.1.10 of 03/11/2021
:Version: 1.1.11 of 03/12/2021


Content
Expand Down

0 comments on commit 004f29c

Please sign in to comment.