Lukáš Piwowarski

Hi ,

Lukáš here. I'm a computer scientist with a passion for cutting-edge technology, I'm always exploring the latest developments in Linux , computer vision , and machine learning . With a strong foundation in computer vision from studying at the faculty of Informatics in VUT Brno , I'm constantly seeking new challenges to push my skills to the limit. Currently, I'm dedicated to elevating engineering processes at Red Hat by implementing innovative quality control measures.

When it comes to programming languages, Python is my mother tongue, and I thrive on any project related to this versatile language. Whether I'm working in Czech, English (or Spanish), I'm fluent in the language of tech and use it to create solutions that tackle complex problems head-on.

Projects:

Portal Culling

An OpenGL app that demonstrates the Portal Culling optimization algorithm. The algorithm first represents the scene as a graph in which each node corresponds to a section of the scene and then traverses the graph and renders only the parts of the scene that could potentially be visible to the user.

Table Recognition

My Masters Thesis that focues on extracting information from handwritten tables. The program takes on its input table image and detected regions of text and on its output returns an XML that contains extracted information from the table. The extracting process is based on GNNs.

Blog Posts:

Notes On: Scaled Dot-Product Attention

Attention is here to stay. For anyone at least remotely interested in deep learning, including myself, it's valuable to revisit its foundational principles from time to tome. Let's dive in!