Projects
Below you will find some of my projects ordered by theme/category.
Please, be aware that this page is still in development and many projects are not listed here. You can find more of them on my Github.
Smart Grids, Distributed Computing, Multi-Agent Systems
- PADE - Python Agent DEvelopment framework (Contributor) - A FIPA-compliant platform for creation, execution and management of agents for Multi-Agent Systems.
- Personal fork with some pending features to be futurely added to the original project available here
- PADE-FMI - An extension to provide PADE with FMI-compliance (Functional Mock-up Interface) for co-simulation environments.
- PADE-PLUS - An extension to provide PADE with additional features such as cleaner code and sync-like async activities.
- Multi-agent Automatic Restoration System (MARS) - A Multi-Agent System (MAS) built with PADE for automation of distribution systems within the Smart Grid framework.
- Link for article: (soon!)
- cimrdf.py - An open source tool to handle CIM RDF (IEC 61970-501) documents in Python.
Machine Learning
- Plagiarism Detector - Use of Machine Learning to classify texts as several levels of plagiarism. The project uses the K-nearest neighbors algorithm and is written to be executed in an AWS Sagemaker notebook.
- Population Clusterization - Use of Machine Learning in AWS Sagemaker to segment american counties into distinct groups based on data from US Census. Principal Component Analysis (PCA) and K-means are some of the unsupervised machine learning concepts applied in this project.
Private Projects