Pinned Repositories
analise-de-sobrevivencia-aplicada
Exercícios resolvidos do livro de Análise de Sobrevivência Aplicada de Enrico Antônio Colosimo e Suely Ruiz Giolo.
assignment-problem
Two different solutions for the assignment problem using the GLPK solver and the greedy algorithm.
capacitated-clustering
Capacitated clustering problem (CCP) solved using Gurobi and heuristic optimization like LP-and-fix and size reduction.
capacitated-vehicle-routing
Sweep algorithm (developed by Gillett and Miller) for the capacitated vehicle routing problem.
curso-machine-learning
Exercícios do curso de machine learning realizado gratuitamente pela plataforma Dell Lead.
desenvolve-devops-2024
Repositório dedicado aos projetos desenvolvidos na trilha de DevOps do programa de formação Desenvolve 2024.
distributions
Gaussian and Binomial distribution codes.
github-social-network-analysis
Analysis of the GitHub's social network and construction of a graph neural network (GNN) model for the node classification task.
MLE-udacity
AWS Machine Learning Engineer Nanodegree
survival-analysis
Survival Analysis studies with python
castroisabel's Repositories
castroisabel/assignment-problem
Two different solutions for the assignment problem using the GLPK solver and the greedy algorithm.
castroisabel/github-social-network-analysis
Analysis of the GitHub's social network and construction of a graph neural network (GNN) model for the node classification task.
castroisabel/MLE-udacity
AWS Machine Learning Engineer Nanodegree
castroisabel/survival-analysis
Survival Analysis studies with python
castroisabel/analise-de-sobrevivencia-aplicada
Exercícios resolvidos do livro de Análise de Sobrevivência Aplicada de Enrico Antônio Colosimo e Suely Ruiz Giolo.
castroisabel/capacitated-clustering
Capacitated clustering problem (CCP) solved using Gurobi and heuristic optimization like LP-and-fix and size reduction.
castroisabel/capacitated-vehicle-routing
Sweep algorithm (developed by Gillett and Miller) for the capacitated vehicle routing problem.
castroisabel/curso-machine-learning
Exercícios do curso de machine learning realizado gratuitamente pela plataforma Dell Lead.
castroisabel/desenvolve-devops-2024
Repositório dedicado aos projetos desenvolvidos na trilha de DevOps do programa de formação Desenvolve 2024.
castroisabel/distributions
Gaussian and Binomial distribution codes.
castroisabel/influence-maximization-problem
Solving the influence maximization problem with independent cascade diffusion model.
castroisabel/molecular-dynamics
Molecular dynamics program developed for my undergraduate thesis.
castroisabel/NLP-studies
NLP studies conducted on a turbulent saturday.
castroisabel/projeto-tera
Projeto de fim de curso sobre detecção de fraude em transações bancárias com cartão de crédito.
castroisabel/travelling-salesman
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.