Skip to content
View mpds's full-sized avatar
👾
👾

Highlights

  • Pro

Organizations

@equipe-customizacao-tese-lncc @EveryBlockStudio @nb2i @verao-lncc @gmmsb-lncc

Block or report mpds

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
mpds/README.md

orcid researchgate LinkedIn lattes

Hi there! 👋

I'm Matheus Müller. A few things about me:

  • 🧪 My research interests focus on AI & ML for drug discovery and bioinformatics.
  • 🎓 I'm currently pursuing a Ph.D. at LNCC/MCTI 🇧🇷.
  • 💻 I also work as a Technology Specialist at Nanobusiness.
  • 📰 Check out my publications.

Pinned Loading

  1. gmmsb-lncc/docktgrid gmmsb-lncc/docktgrid Public

    Create customized voxel representations of protein-ligand complexes using GPU.

    Python 10 2

  2. gmmsb-lncc/generative-optim gmmsb-lncc/generative-optim Public

    Multi- and many-objective optimization in generative chemistry model latent spaces.

    Python 3

  3. Item 1 - Perceptron Item 1 - Perceptron
    1
    import numpy as np
    2
    
                  
    3
    
                  
    4
    def generate_dataset(N: int, p1: list, p2: list, seed: int = 42):
    5
        """Generate a random dataset with size N from p1 and p2."""
  4. Represent molecules with voxel grids Represent molecules with voxel grids
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {