Skip to content

Commit 2ab12c5

Browse files
committed
finalize?
1 parent abc67f0 commit 2ab12c5

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ Consider using TopicNet if:
2323

2424
`TopicNet` provides an infrastructure for your prototyping (`Experiment` class) and helps to observe results of your actions via `viewers` module.
2525

26-
<div align="center"><img src="./docs/readme_images/training_scheme_example.png" width="60%"/></div>
27-
28-
Below is an example of the two-stage experiment scheme.
29-
At the first stage, regularizer with parameter <img src="https://render.githubusercontent.com/render/math?math=\tau"> taking values in some range $\{\tau_1, \tau_2, \tau_3\}$ is applied.
30-
Best models after the first stage are \emph{Model 1} and \emph{Model 2}~---~so \emph{Model 3} is not taking part in the training process anymore.
31-
The second stage is connected with another regularizer with parameter $\xi$ taking values in range $\{\xi_1, \xi_2\}$.
32-
As a result of this stage, two descendant models of \emph{Model 1} and two descendant models of \emph{Model 2} are obtained.
33-
34-
<img src="https://render.githubusercontent.com/render/math?math=\tau">
35-
<img src="https://render.githubusercontent.com/render/math?math=e^{i \pi} = -1">
36-
<img src="https://render.githubusercontent.com/render/math?math=e^{i \pi} = -1">
37-
<img src="https://render.githubusercontent.com/render/math?math=e^{i \pi} = -1">
26+
<div align="center">
27+
<img src="./docs/readme_images/training_scheme_example.png" width="60%" alt/>
28+
<em>
29+
Example of the two-stage experiment scheme.
30+
At the first stage, regularizer with parameter <img src="https://render.githubusercontent.com/render/math?math=\tau"> taking values in some range <img src="https://render.githubusercontent.com/render/math?math=\{\tau_1, \tau_2, \tau_3\}"> is applied.
31+
Best models after the first stage are <em>Model 1</em> and <em>Model 2</em>~---~so <em>Model 3</em> is not taking part in the training process anymore.
32+
The second stage is connected with another regularizer with parameter <img src="https://render.githubusercontent.com/render/math?math=\xi"> taking values in range <img src="https://render.githubusercontent.com/render/math?math=\{\xi_1, \xi_2\}">.
33+
As a result of this stage, two descendant models of <em>Model 1</em> and two descendant models of <em>Model 2</em> are obtained.
34+
</em>
35+
</div>div>
3836

3937

4038
[![GitHub contributors](https://img.shields.io/github/contributors/machine-intelligence-laboratory/TopicNet)](https://github.com/machine-intelligence-laboratory/TopicNet/graphs/contributors)

0 commit comments

Comments
 (0)