imsouza
UFES - Computer Science Student Portfolio: https://imsouza.github.io/
São Mateus, ES, Brasil.
Pinned Repositories
account-balance
💰 Laravel Balance Accounting System created for academic purposes
airplane-crash
✈️ Exploration of worldwide air accident data from 1908 to 2009 using causality analysis and time-series PCA techniques to identify patterns and trends related to fatalities
books-collection
:books: Programming, technology and other books
bplustree-crud
:evergreen_tree: Implementação de uma Árvore B+ em disco desenvolvida para a disciplina de ED2 da UFES para o tratamento de dados de artigos científicos usando o C
c-backes
:memo: Minhas soluções dos exercícios propostos pelo Prof. André Backes no livro "Linguagem C: Completa e Descomplicada"
covid-analysis
🦠 Predictive model on the evolution of Covid-19 in Espírito Santo - Brazil, considering factors such as trend, seasonality, error, cyclicality and autocorrelation
data-structures-lib
🌳 A library of data structures for academic purposes
generic-transpiler
⚙ A generic transpiler to convert a generic syntax to C++
pytorch-geometric-temporal-dcrnn
🎲 PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
spell-checker
🔤 A spell checker that uses natural language processing (NLP) techniques together with the NLTK library to validate spelling errors in texts in Portuguese
imsouza's Repositories
imsouza/c-backes
:memo: Minhas soluções dos exercícios propostos pelo Prof. André Backes no livro "Linguagem C: Completa e Descomplicada"
imsouza/generic-transpiler
⚙ A generic transpiler to convert a generic syntax to C++
imsouza/books-collection
:books: Programming, technology and other books
imsouza/data-structures-lib
🌳 A library of data structures for academic purposes
imsouza/account-balance
💰 Laravel Balance Accounting System created for academic purposes
imsouza/airplane-crash
✈️ Exploration of worldwide air accident data from 1908 to 2009 using causality analysis and time-series PCA techniques to identify patterns and trends related to fatalities
imsouza/beer-regression
:beer: Regressive model for predicting beer consumption in the state of São Paulo - Brazil. The goal is to provide an accurate forecast of beer consumption that may impact demand
imsouza/bplustree-crud
:evergreen_tree: Implementação de uma Árvore B+ em disco desenvolvida para a disciplina de ED2 da UFES para o tratamento de dados de artigos científicos usando o C
imsouza/covid-analysis
🦠 Predictive model on the evolution of Covid-19 in Espírito Santo - Brazil, considering factors such as trend, seasonality, error, cyclicality and autocorrelation
imsouza/pytorch-geometric-temporal-dcrnn
🎲 PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
imsouza/spell-checker
🔤 A spell checker that uses natural language processing (NLP) techniques together with the NLTK library to validate spelling errors in texts in Portuguese
imsouza/topicos-em-ml-e-ia
:robot: Estudos relacionados a Machine Learning, Inteligência Artificial, Álgebra Linear, Estatística, Matemática e Ciência de Dados
imsouza/cyshell
🐍 Uma aplicação desenvolvida para a disciplina de Estruturas de Dados da UFES que simula o shell do Python em C para avaliação e cálculo de expressões numéricas
imsouza/functional-atm
:atm: Program that simulates an ATM (Automated Teller Machine) using the functional paradigm written in Python for the UFES Functional Programming course
imsouza/imsouza
imsouza/imsouza.github.io
✍️ Portfolio
imsouza/linalg-lib
📐 A Linear Algebra library for C programs
imsouza/low-level-programming
⚙️ This repository contains C and Assembly implementations based on my low-level programming studies
imsouza/macros
A collection of commonly used C MACROS
imsouza/map-build
imsouza/mochila-binaria
🎒 Problema da Mochila (knapsack problem) resolvido no TEP de Prog II para o curso de Engenharia de Produção
imsouza/multithreading
:zap: This repository contains implementations that demonstrate data processing using threads with the pthread library
imsouza/numerical-algorithms
🧮 Numerical algorithms in C
imsouza/photux
🖼️ Uma aplicação que realiza o processamento de imagem em C usando o OpenGL + GLUT para a disciplina de Estruturas de Dados da UFES
imsouza/products-crud
📦 CRUD (Create Read Update Delete) in a Laravel Web App created for academic purposes
imsouza/rbtree-set
🌲 Uma aplicação desenvolvida para a disciplina de ED2 da UFES que realiza operações matemáticas com conjuntos utilizando uma RBTree genérica em C
imsouza/roots-of-an-equation
:bar_chart: Program to find the roots of an equation using the functional paradigm written in Python for the UFES Functional Programming course
imsouza/stock-mngmt
:package: A stock management app for academic purposes
imsouza/string-set
:evergreen_tree: Implementação de uma Árvore Trie desenvolvida para a disciplina de ED2 da UFES para o processamento de cadeias de prefixos e caracteres em ASCII
imsouza/verificador-ortografico
:memo: Projeto desenvolvido para a disciplina de Estruturas de Dados da UFES que realiza a verificação ortográfica de arquivos de textos com base no dicionário passado