Category: Uncategorized

Some ideas on Transformers

Note I started writing this post about two months ago. However, I had been coming up with the ideas I write about for much longer. I didn’t want to publish the article early, unpolished, or with errors. However, the field of AI is moving, so quickly that I am literally unable to keep this article […]

Anonymous types in C++

Since C++11 we have lambdas – anonymous functions that can be declared anywhere in code. They are quite a useful tool and have many additional capabilities when compared to regular functions. I am not going to talk about them here, as they are not the topic of this post, but one of them is especially […]