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 am focused on the development of Lightspeed an
AI powered tool at Red Hat
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.
This article dives into RCAccelerator, a tool for automating Root Cause Analysis (RCA) of CI failures. Here, I'll focus on describing in on one key component: the reranking process.
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!
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.
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.