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

Updated the doc, to remove word trained

parent dba77525
No related branches found
No related tags found
1 merge request!4MLPAlgorithm PAD algorithm V1 version
Pipeline #26631 failed
...@@ -37,7 +37,7 @@ class MLPAlgorithm(Algorithm): ...@@ -37,7 +37,7 @@ class MLPAlgorithm(Algorithm):
Function namely ``transform``, which takes numpy.ndarray as input, Function namely ``transform``, which takes numpy.ndarray as input,
and returns a transformed Tensor. The dimensionality of the output and returns a transformed Tensor. The dimensionality of the output
tensor must match the format expected by the network to be trained. tensor must match the format expected by the MLP.
A ``Network`` class, defining your network architecture. Note, if your A ``Network`` class, defining your network architecture. Note, if your
class is named differently, import it as ``Network``, for example: class is named differently, import it as ``Network``, for example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment