Pinned Repositories
american_tweet_pred_model
Model to predict if a tweet about covid 19 came from a US person or not
Computer-Vision-and-Visual-Computing-activities
Computer Vision Activities
gRPC-application
Nesse trabalho foi implementado um servidor e cliente que utilizam o gRPC(google RPC) para comunicação sincrona em uma rede utilizando o protocolo http2.
ICD_Analise_UFC
IIA-using-Pac-Man
A project to practice the concepts and search algorithms in state space and develop the ability of comparative analysis of algorithms to IIA class
nopaper
Software Engeneering class project
Publish_Subscribe_Chat
A publish/subscribe chat written in C using POSIX lib, for Network class.
Simplex
Implementation of a Simplex Solver for Operational Research (Otimization) class
Sudoku_backtracking
A c++ program that implement a backtracking heuristic with some points of greed programming for Algorithms 1 class
Traveling_Salesman_Heuristics
Some implementations of heuristics of TSP for Heuristics and Metaheuristics class
maTh51's Repositories
maTh51/Simplex
Implementation of a Simplex Solver for Operational Research (Otimization) class
maTh51/gRPC-application
Nesse trabalho foi implementado um servidor e cliente que utilizam o gRPC(google RPC) para comunicação sincrona em uma rede utilizando o protocolo http2.
maTh51/ICD_Analise_UFC
maTh51/nopaper
Software Engeneering class project
maTh51/Publish_Subscribe_Chat
A publish/subscribe chat written in C using POSIX lib, for Network class.
maTh51/Sudoku_backtracking
A c++ program that implement a backtracking heuristic with some points of greed programming for Algorithms 1 class
maTh51/Traveling_Salesman_Heuristics
Some implementations of heuristics of TSP for Heuristics and Metaheuristics class
maTh51/american_tweet_pred_model
Model to predict if a tweet about covid 19 came from a US person or not
maTh51/Computer-Vision-and-Visual-Computing-activities
Computer Vision Activities
maTh51/IIA-using-Pac-Man
A project to practice the concepts and search algorithms in state space and develop the ability of comparative analysis of algorithms to IIA class
maTh51/EasyMath
Trabalho prático 1 da disciplina de Testes de Software - Ciência da Computação UFMG 2021/1
maTh51/IBD-frontend
The frontend of data web-app make with react js
maTh51/IFEC-exercises
Repository containing the activities of the Introduction to Computational Statistical Physics (IFEC) class
maTh51/ifsl
Fork of "[CVPR'22] Official PyTorch implementation of Integrative Few-Shot Learning for Classification and Segmentation" repo
maTh51/lab6-CI-CD
Laboratory 6 about CI/CD of the discipline Software Engineering 2.
maTh51/MDP-and-Reinforcement-Learning
Projeto de IIA - MDP and Reinforcement Learning
maTh51/neural-subgraph-learning-GNN
Trabalho da disciplinia Aprendizado Descritivo
maTh51/nlwLetmeask-frontend
maTh51/nlwValoriza-backend
This project was developed at the NLW/Together event, on the node.js trail
maTh51/PLC-Parser-and-Interpreter
Final work of the Programming Languages class of the Computer Science course at UFMG 2020/2
maTh51/Refactoring_Maven_Eng_Soft
Aula prática da disciplina de Engenharia de Software sobre Refactoring
maTh51/Sars-Cov-2_brs
A c ++ program that finds the longest repeated substring in the Sars-Cov-2 genome, implementing concepts of string manipulation and suffix trees for the Algorithm 1 class.
maTh51/SML_exercises
A bunch of sml exercises for the Programming Languages course in UFMG
maTh51/tdd-project
Software Testing discipline TDD project
maTh51/TDD_Maven_Eng_Soft
Aula prática da disciplina de Engenharia de Software sobre TDD
maTh51/The_Islands
A c++ program that implement concepts of greed and dynamic programming for Algorithms 1 class