alexandreclem
Someone who likes things related to data and everything computers can do to improve our lives.
Brazil
Pinned Repositories
alexandreclem
BTreeDataManagement
This work aims to present a possible application of the B-Tree data structure in the organization and manipulation of data in a hypothetical product catalog.
cars-price-prediction
Python implementation of data analysis and machine learning programs using a used vehicle purchase and sale dataset. The goal is to predict the selling price of vehicles.
CyberTools-with-Python
Implementation of some cybersecurity tools using the Python library Scapy.
DSA-Implementations
Repository to store some data structures and algorithms that I implemented.
loadBalancer
Implementation of a Client-Balancer-Server architecture in Java. The communication was made with the aid of sockets programming, multithreading and concurrent techniques.
Maze
3D maze game using modern OpenGL. The game has an interactive scenario, with navigation in first person, following the format of a standard game.
MVCapplication
This work presents an implementation of the MVC (model-view-controller) software architecture, using a car repair agency as the application's domain.
Proxy
The purpose of this project is to present an implementation for unix-based systems of a proxy server that serves a set of clients (concurrently) on the same machine through parallel programming techniques.
SupervisedLearning-with-Python
Implementation in Python of data analysis and machine learning programs utilizing a supervised learning approach over different datasets. The focus was on Perceptron, Multi-Layer Perceptron, and Naive Bayes algorithms.
alexandreclem's Repositories
alexandreclem/CyberTools-with-Python
Implementation of some cybersecurity tools using the Python library Scapy.
alexandreclem/alexandreclem
alexandreclem/BTreeDataManagement
This work aims to present a possible application of the B-Tree data structure in the organization and manipulation of data in a hypothetical product catalog.
alexandreclem/cars-price-prediction
Python implementation of data analysis and machine learning programs using a used vehicle purchase and sale dataset. The goal is to predict the selling price of vehicles.
alexandreclem/DSA-Implementations
Repository to store some data structures and algorithms that I implemented.
alexandreclem/Embedded-Systems
Some embedded systems projects I've done.
alexandreclem/loadBalancer
Implementation of a Client-Balancer-Server architecture in Java. The communication was made with the aid of sockets programming, multithreading and concurrent techniques.
alexandreclem/Maze
3D maze game using modern OpenGL. The game has an interactive scenario, with navigation in first person, following the format of a standard game.
alexandreclem/MVCapplication
This work presents an implementation of the MVC (model-view-controller) software architecture, using a car repair agency as the application's domain.
alexandreclem/Proxy
The purpose of this project is to present an implementation for unix-based systems of a proxy server that serves a set of clients (concurrently) on the same machine through parallel programming techniques.
alexandreclem/SupervisedLearning-with-Python
Implementation in Python of data analysis and machine learning programs utilizing a supervised learning approach over different datasets. The focus was on Perceptron, Multi-Layer Perceptron, and Naive Bayes algorithms.
alexandreclem/ipp-schoolmanagement
Django project related to the discipline of Systems Integration as part of the postgraduate degree in Data Science and Digital Transformation of the Polytechnique Institute of Portalegre.
alexandreclem/scikit-learn
scikit-learn - Machine Learning in Python