diff --git a/README.md b/README.md index 8e4d2d5..68ae4bb 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,18 @@ To overcome the tuning problems AutoTM presents an easy way to represent a learn Learning strategy representation -* graph-based variant with more flexibility (**new in AutoTM 2.0**) +* 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 each of the strategy creation variants. +Optimization procedure is done by genetic algorithm (GA) which operators are specifically tuned for the each of the strategy creation variants (GA for graph-based is **New in AutoTM 2.0**). Bayesian Optimization is available only for fixed-size strategy. -To speed up the procedure AutoTM also contain surrogate modeling implementation for fixed-size and graph-based (**New in AutoTM 2.0) learning strategies that, for some iterations, +To speed up the procedure AutoTM also contain surrogate modeling implementation for fixed-size and graph-based (**New in AutoTM 2.0**) learning strategies that, for some iterations, approximate fitness function to reduce computation costs on training topic models.

Library scheme

+AutoTM also propose a range of metrics that can be used as fitness function, like classical ones as coherence to LLM-based (**New in AutoTM 2.0**). ## Installation