Skip to content
Snippets Groups Projects
Commit 2480dabe authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Added an MLP guide init file

parent a5ede867
1 merge request!14MLP class and config to train it
.. py:currentmodule:: bob.learn.pytorch
=============================
Multilayer perceptron
=============================
Multilayer perceptron training
===========================================================
This section introduces a work-flow for training a Multilayer perceptron (MLP). Training details, as well as the structure of the MLP are identical to the ones introduced the following publication [NGM19]_. It is recommended to check the publication for better understanding of the below discussions.
......@@ -16,6 +16,8 @@ Users Guide
guide_dcgan.rst
guide_conditionalgan.rst
guide_conv_autoencoder.rst
guide_mlp.rst
================
Reference Manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment