LINUX.ORG.RU

История изменений

Исправление goingUp, (текущая версия) :

нужно это сделать без использования нейросетей

September 2016: Google announced Google Neural Machine Translation (GNMT), an 8-layer LSTM network with attention that cut translation errors by ~60 %.

In 2017 Google migrated GNMT to the Transformer architecture, the same architecture that underpins modern LLMs, boosting both quality and speed.

Да, до этого было без невросетей, но не помню, чтобы там прям могло по словам разбить

Исходная версия goingUp, :

нужно это сделать без использования нейросетей

September 2016: Google announced Google Neural Machine Translation (GNMT), an 8-layer LSTM network with attention that cut translation errors by ~60 %.

In 2017 Google migrated GNMT to the Transformer architecture, the same architecture that underpins modern LLMs, boosting both quality and speed.