Readme
The new post will be published both on this website and old blog. Previous posts can be found at blog. The blog at blog.ggeta.com is hosted on a personal server and is built with Go. It offers bet...
The new post will be published both on this website and old blog. Previous posts can be found at blog. The blog at blog.ggeta.com is hosted on a personal server and is built with Go. It offers bet...
Introduction to the Transformer Model Welcome to the second post in our NLP series! If you haven’t read the previous post yet, you can find it here. In this post, we will delve into the fascinatin...
In this series of posts related to NLP, we will begin by discussing several foundational concepts and basic methodologies used to address the problem. Subsequently, we will cover the latest methods...
Here is the rewritten text in markdown format: Linux Fonts: Solving Display Issues After installing Arch Linux, you may encounter issues with font rendering while using a web browser. Unfortunate...
Porblem D Sasha and a Walk in the City The statement of this problem is not clear. Problem statement from the comment in tutorial page. Given a tree, you need to color each node in black or wh...
Background A Fenwick tree or binary indexed tree is a data structure that can efficiently update elements and calculate prefix sums in a table of numbers.[^1] Space and Time Complexity [\begin{a...
https://arxiv.org/abs/1512.04150 https://arxiv.org/abs/2104.01538 Multimodal Unsupervised Image-to-Image Translation Purpose While this conditional distribution is inherently multimodal, exis...
In computer science, a segment tree, also known as a statistic tree, is a tree data structure used for storing information about intervals, or segments. It allows querying which of the stored segme...