Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add foolbox + minor fix in td1a
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 19, 2017
1 parent 4189f4d commit 997244c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/td_1a.rst
Expand Up @@ -118,7 +118,6 @@ tests unitaires, le templating, les sites Web, le scraping, encoding, les notebo
.. toctree::
:maxdepth: 1

specials/graphes
specials/siteflask
specials/unittest_coverage_git_profling
notebooks/_gs1a_B_ci
Expand Down Expand Up @@ -164,6 +163,7 @@ Ces deux façons de faire sont présentées durant dans les séances qui suivent
.. toctree::
:maxdepth: 2

specials/graphes
notebooks/_gs1a_A_programmation_dynamique
notebooks/_gs1a_A_arbre_trie
notebooks/_gs1a_A_optimisation_contrainte
Expand Down
5 changes: 5 additions & 0 deletions _doc/sphinxdoc/source/td_2a_mlplus.rst
Expand Up @@ -530,6 +530,8 @@ Deep Learning en détail

*Notebooks*

(à venir foolbox)

.. toctree::
:maxdepth: 2

Expand Down Expand Up @@ -583,6 +585,7 @@ Deep Learning en détail
* `Training Deep Nets with Sublinear Memory Cost <https://arxiv.org/pdf/1604.06174.pdf>`_
* `On the importance of initialization and momentum in deep learning <http://www.cs.toronto.edu/~fritz/absps/momentum.pdf>`_
* `TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems <http://download.tensorflow.org/paper/whitepaper2015.pdf>`_
* `Foolbox v0.8.0: A Python toolbox to benchmark the robustness of machine learning models <https://arxiv.org/abs/1707.04131>`_

*Deep Forest*

Expand Down Expand Up @@ -635,6 +638,8 @@ Deep Learning en détail
* `climin <http://climin.readthedocs.io/en/latest/rmsprop.html>`_ (algorithme de back propagation)
* `pytorch <http://pytorch.org/>`_ (Facebook)
* `tensorflow <https://www.tensorflow.org/>`_ (Google)
* `foolbox <https://github.com/bethgelab/foolbox>`_ :
trouver des petites perturbations des données qui trompent les réseaux de neurones

*à suivre*

Expand Down

0 comments on commit 997244c

Please sign in to comment.