Caio Zanatelli (caiozanatelli)

caiozanatelli

Geek Repo

Company:FactSet

Location:Paris

Home Page:https://homepages.dcc.ufmg.br/~caio.zanatelli/

Github PK Tool:Github PK Tool

Caio Zanatelli's repositories

Simplex

An implementation for the Simplex algorithm for solving linear optimization problems. This approach covers both Primal and Dual Simplex.

Language:PythonLicense:MITStargazers:8Issues:1Issues:0

SymbolicRegression

A Genetic Programming approach in order to solve the Symbolic Regression problem.

Language:PythonLicense:MITStargazers:3Issues:1Issues:0

DCCRIP-RouterSim

A router simulator that implements a distance-vector routing protocol with network load balance, routing measures, and some optizations.

Language:PythonLicense:GPL-3.0Stargazers:2Issues:1Issues:0

MaxFlow

Dinic's algorithm implementation for finding the maximum flow in a multi-source multi-sink flow network.

Language:CLicense:MITStargazers:2Issues:1Issues:1

MiniSys

Implementation of a mini computing system, which is composed of four main modules: a macroprocessor, an assembler, a linker and a simulator, all of them implemented over a well-defined language named L2.

Language:CLicense:MITStargazers:1Issues:1Issues:0

ACO-LongestPath

Ant Colony Optimization for the Longest Path Problem

Language:PythonStargazers:0Issues:1Issues:0

AI-8Puzzle

Artificial Intelligence search applied to solve the 8 Puzzle problem.

Language:C++License:GPL-3.0Stargazers:0Issues:1Issues:0

ExternalIndexer

Inverted Index implementation with main memory limitation using External Quicksort.

Language:CLicense:MITStargazers:0Issues:1Issues:0

LISReduction

A Longest Increasing Subsequence (LIS) reduction to solve a problem similar to the Building Bridges Problem. This implementation covers three different approaches: backtracking, greedy and dynamic programming.

Language:CLicense:MITStargazers:0Issues:1Issues:0

MLP-Classification

Multi-Layer Neural Network Classifier

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

MLRegression

A Regression Module implementing some selected Machine Learning algorithms

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

MSPTrafficSim

A traffic simulator using MSP-430 microcontroller.

Language:CLicense:MITStargazers:0Issues:2Issues:0

RPNSolver

A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.

Language:CLicense:MITStargazers:0Issues:1Issues:0