Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngc436 authored Jun 5, 2024
1 parent d1f790a commit 46716a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@ Topic modeling is one of the basic methods for a whole range of tasks:
* Searching for hidden insights in the data

While ARTM (additive regularization for topic models) approach provides the significant flexibility and quality comparative or better that neural
approaches it is hard to tune such models due to amount of hyperparameters and their combinations.
approaches it is hard to tune such models due to amount of hyperparameters and their combinations. That is why we provide optimization pipelines to efortlessly process custom datasets.

To overcome the tuning problems AutoTM presents an easy way to represent a learning strategy to train specific models for input corporas.
To overcome the tuning problems AutoTM presents an easy way to represent a learning strategy to train specific models for input corporas. We implement two strategy variants:

* fixed-size variant, that provides a learning strategy that follow the best practices collected from the manual tuning history

<img src="docs/img/strategy.png" alt="Learning strategy representation" height=""/>

* graph-based variant with more flexibility (**new in AutoTM 2.0**)

Optimization procedure is done by genetic algorithm which operators are specifically tuned for
the task. To speed up the procedure we also implemented surrogate modeling that, for some iterations,
the each of the strategy creation variants. To speed up the procedure we also implemented surrogate modeling that, for some iterations,
approximate fitness function to reduce computation costs on training topic models.

<img src="docs/img/img_library_eng.png" alt="Library scheme" height=""/>
Expand Down

0 comments on commit 46716a9

Please sign in to comment.