Skip to content

Commit

Permalink
removed some things from index
Browse files Browse the repository at this point in the history
  • Loading branch information
bfortuner committed Mar 4, 2018
1 parent 48580fa commit 943d304
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
23 changes: 23 additions & 0 deletions docs/architectures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,29 @@ TODO
- `Deep Learning Book <http://www.deeplearningbook.org/contents/generative_models.html>`_


MLP
===

A Multi Layer Perceptron (MLP) is a neural network with only fully connected layers. Figure from [5].

.. image:: images/mlp.jpg
:align: center

.. rubric:: Model

An example implementation in Numpy or Pytorch?

TODO

.. rubric:: Training

TODO

.. rubric:: Further reading

TODO


RNN
===

Expand Down
Binary file added docs/images/mlp.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Brief visual explanations of machine learning concepts with diagrams, code examp
linear_regression
gradient_descent
logistic_regression
training
glossary

.. toctree::
Expand All @@ -25,8 +24,8 @@ Brief visual explanations of machine learning concepts with diagrams, code examp

calculus
linear_algebra
Probability (empty) <probability>
Statistics (empty) <statistics>
Probability (TODO) <probability>
Statistics (TODO) <statistics>
math_notation

.. toctree::
Expand All @@ -45,7 +44,7 @@ Brief visual explanations of machine learning concepts with diagrams, code examp

.. toctree::
:maxdepth: 1
:caption: Algorithms
:caption: Algorithms (TODO)

Classification <classification_algos>
Clustering <clustering_algos>
Expand Down

0 comments on commit 943d304

Please sign in to comment.