I’m passionate about how we can use computers and math to solve real and abstract problems. I have experience in the development of open-software projects, community management, and Research & Development.
Today I’m pursuing my Ph.D. in the topics of graphs aiming to solve problems such as graph characterization and survey analysis. Also, I’ve started my studies in Machine Learning Operations.
PhD in Artificial Intelligence and Graphs, 2019
University of São Paulo/Brazil
@devmessias
Open-software projects I’ve worked on and comunity-drive projects I’ve involved in.
Helios is a Python library that provides an easy way to visualize huge networks dynamically. Helios also provides visualizations through an interactive Stadia-like streaming using WebRTC
Bibcure helps in boring tasks by keeping your bibfile up to date and normalized…also allows you to easily download all papers inside your bibtex
A comunidade python triângulo foi criada em 2016 com o intuito de promover a divulgação da linguagem python e o uso de software-livre em Uberlândia-MG e região
Extensão que permite ganhar agilidade ao utilizar o novo sistema de periódicos CAPES
eMaTe is a python package which can estimate spectral propreties of very large matrices and networks
How to extract insights of huge correlation matrices? Here I’ll show you how a comunity detection methdod in graphs can help us in this task.
Is python interpreted or compiled? Knowing the nuances of the answer will help us build meta code using AST manipulation at runtime. I’ll show you how to construct a decorator that can introspect in the local variables without tracing tricks!
Here I will discuss how to use the inspect module and the sys.trace to introspect in a python method using a decorator. With that, we can create a lot cool things like mathematical validation for our arguments, a report generator or any other kind of introspection.
Assim como filtramos imagens para melhorar a visualização ou ressaltar características também podem filtrar relações (arestas) em um grafo com o mesmo objetivo. Veremos aqui alguns tipos de filtragens.
In DevOps or MlOps discovering what a process is doing now can save your system from a catastrophe. Save your job using strace and lsof.
Como é possível ouvir matrizes de correlação usando seu espectro?Como podemos analisar esse “barulho” usando resultados da teoria de matrizes aleatórias para aprimorar algoritmos de construção de carterias de investimento?