Transformer Learning

Posted by mzl on July 23, 2022

As a algorithm engineer, I’ve heard Transformer for years, and even learned it several times, but never had a chance to use it.

This blog is also a blog of learning transformer, as I find a blog introducing transformer very well.

Transformer is so famous that I don’t need to introduce it anymore, here are some materials to learn it:

And when we need to do a classification or regression task, we can just use TransformerEncoder as model rather than the whole model.