Skip to content

Commit

Permalink
Edit/api documentation (#179)
Browse files Browse the repository at this point in the history
* Delete old evaluation notebook

* Add local execution parameter

* Update API Documentation
  • Loading branch information
felixmzd committed Oct 24, 2018
1 parent e410368 commit b86059d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
14 changes: 11 additions & 3 deletions docs/api_doc/deep_bottleneck.callbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ deep\_bottleneck.callbacks package
Submodules
----------

deep\_bottleneck.callbacks.activity\_logger module
--------------------------------------------------

.. automodule:: deep_bottleneck.callbacks.activity_logger
:members:
:undoc-members:
:show-inheritance:

deep\_bottleneck.callbacks.activityprojector module
---------------------------------------------------

Expand All @@ -20,10 +28,10 @@ deep\_bottleneck.callbacks.earlystopping\_manual module
:undoc-members:
:show-inheritance:

deep\_bottleneck.callbacks.loggingreporter module
-------------------------------------------------
deep\_bottleneck.callbacks.gradient\_logger module
--------------------------------------------------

.. automodule:: deep_bottleneck.callbacks.loggingreporter
.. automodule:: deep_bottleneck.callbacks.gradient_logger
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/api_doc/deep_bottleneck.datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Submodules
----------

deep\_bottleneck.datasets.base\_dataset module
-----------------------------------------------
----------------------------------------------

.. automodule:: deep_bottleneck.datasets.base_dataset
:members:
Expand Down
4 changes: 2 additions & 2 deletions docs/api_doc/modules.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
API Documentation
=================
deep_bottleneck
===============

.. toctree::
:maxdepth: 4
Expand Down
25 changes: 3 additions & 22 deletions docs/literature_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,10 @@ Shwartz-Ziv, R., & Tishby, N. (2017). Opening the black box of deep neural netwo
^^^^^^^^^^^^^^



4. ON THE INFORMATION BOTTLENECK THEORY OF DEEP LEARNING (Saxe 2018)
--------------------------------------------------------------------
Saxe, A. M., Bansal, Y., Dapello, J., Advani, M., Kolchinsky, A., Tracey, B. D., & Cox, D. D. (2018, May). On the information bottleneck theory of deep learning. In International Conference on Learning Representations.

4.1. Glossary
^^^^^^^^^^^^^

4.2. Structure
^^^^^^^^^^^^^^

4.3. Criticisim
^^^^^^^^^^^^^^^

4.4. Todo List
^^^^^^^^^^^^^^



5. ON THE INFORMATION BOTTLENECK THEORY OF DEEP LEARNING
4. ON THE INFORMATION BOTTLENECK THEORY OF DEEP LEARNING
--------------------------------------------------------

:cite:`Andrew2017`
Saxe, A. M., Bansal, Y., Dapello, J., Advani, M., Kolchinsky, A., Tracey, B. D., & Cox, D. D. (2018, May). On the information bottleneck theory of deep learning. In International Conference on Learning Representations.

Key Points of the paper:
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -111,7 +92,7 @@ Key Points of the paper:
|
Most important Experiments:
^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. Tishby's experiment reconstructed:

* 7 fully connected hidden layers of width 12-10-7-5-4-3-2
Expand Down

0 comments on commit b86059d

Please sign in to comment.