test(githooks): Add githooks for automatic commit checks
This commit is contained in:
@@ -4,4 +4,4 @@ Abstract Models
|
||||
========================================
|
||||
.. automodule:: prototorch.models.abstract
|
||||
:members:
|
||||
:undoc-members:
|
||||
:undoc-members:
|
||||
|
@@ -37,4 +37,4 @@ These models have been published in the past and have been adapted to the Protot
|
||||
|
||||
Customizable
|
||||
-----------------------------------------
|
||||
Prototorch Models also contains the building blocks to build own models with PyTorch-Lightning and Prototorch.
|
||||
Prototorch Models also contains the building blocks to build own models with PyTorch-Lightning and Prototorch.
|
||||
|
@@ -71,7 +71,7 @@ Probabilistic Models
|
||||
Probabilistic variants assume, that the prototypes generate a probability distribution over the classes.
|
||||
For a test sample they return a distribution instead of a class assignment.
|
||||
|
||||
The following two algorihms were presented by :cite:t:`seo2003` .
|
||||
The following two algorihms were presented by :cite:t:`seo2003` .
|
||||
Every prototypes is a center of a gaussian distribution of its class, generating a mixture model.
|
||||
|
||||
.. autoclass:: prototorch.models.probabilistic.SLVQ
|
||||
@@ -114,4 +114,4 @@ The visulizations can be shown in a seperate window and inside a tensorboard.
|
||||
|
||||
Bibliography
|
||||
========================================
|
||||
.. bibliography::
|
||||
.. bibliography::
|
||||
|
@@ -70,4 +70,3 @@
|
||||
year="2018",
|
||||
publisher="Springer International Publishing",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user