Skip to content
View castroisabel's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report castroisabel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. assignment-problem assignment-problem Public

    Two different solutions for the assignment problem using the GLPK solver and the greedy algorithm.

    Python 2

  2. github-social-network-analysis github-social-network-analysis Public

    Analysis of the GitHub's social network and construction of a graph neural network (GNN) model for the node classification task.

    Jupyter Notebook 2

  3. distributions distributions Public

    Gaussian and Binomial distribution codes.

    Jupyter Notebook

  4. capacitated-vehicle-routing capacitated-vehicle-routing Public

    Sweep algorithm (developed by Gillett and Miller) for the capacitated vehicle routing problem.

    Julia

  5. curso-machine-learning curso-machine-learning Public

    Exercícios do curso de machine learning realizado gratuitamente pela plataforma Dell Lead.

    Jupyter Notebook 1

  6. travelling-salesman travelling-salesman Public

    Solving the traveling salesman problem using the Gurobi Solver, the farthest insertion algorithm, the nearest neighbor algorithm and, finally, using the 2-opt optimization method.

    Julia