Skip to content
View brunacg's full-sized avatar

Block or report brunacg

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
brunacg/README.md

Hi, I'm Bruna Campos Guedes

I am a PhD Candidate in Computer Science (Artificial Intelligence) at ICMC-USP, working at the intersection of machine learning, relational learning, graph neural networks, and AI for healthcare.

My current research investigates how relational structure between participants can improve learning from small, heterogeneous clinical datasets, with particular interest in population similarity graphs, inductive graph inference, and rigorous evaluation of machine-learning models.

Current research focus

  • Graph Neural Networks & Relational Learning — modeling participant relationships through population similarity graphs.
  • Reliable Machine Learning for Small Data — leakage-controlled validation, robustness analysis, and careful model comparison.
  • AI for Healthcare — developing methods that are useful under heterogeneous, incomplete, and data-scarce clinical settings.
  • Model Understanding — studying feature importance, class-specific behavior, and the conditions under which relational models provide measurable value.

Background

I hold a BSc in Biomedical Engineering from the Federal University of Uberlândia, including academic mobility at Polytech Marseille / Aix-Marseille Université. I previously conducted research in computational neuroscience and fMRI analysis at the University of Bristol and worked as a Junior Data Scientist at unico IDTech.

Selected repositories

I am currently reorganizing this GitHub profile around reproducible research, educational graph-learning implementations, and reliable machine-learning workflows.

Research profiles

Contact

For research collaborations or academic inquiries: brunacampos.g@usp.br

Pinned Loading

  1. brunacg.github.io brunacg.github.io Public

    Personal academic website and research portfolio.

    HTML

  2. gnn-from-scratch gnn-from-scratch Public

    Graph neural networks implemented from first principles with NumPy, including custom autograd, GCN, GAT, sparse message passing, and reproducible Cora benchmarks.

    Python