Skip to content

Projects

A list of my personal and professional projects.

RolmiPy

A Python implementation of the Robust LMI Parser (ROLMIP).

PolyAny

A Python package for algebraic manipulation of multivariate polynomials.

Neural Networks from Scratch

A simple project inspired by Andrew Ng's Deep Learning course on Coursera. A basic implementation of Multilayer Perceptron (MLP) for classification tasks.

One Hundred Prisoners Problem

The One Hundred Prisoners Problem is a mathematical and probability problem proposed in Gál & Miltersen (2003). This project is a Python implementation of the solution.

Signals and Systems

A very simple Colab notebook to plot and manipulate basic signals. This script is an educational resource to help students of the Signal and Systems class at UTFPR.

Polarform

A Python package to represent complex numbers in the polar form. Suspended project.