Skip to content
View almeidaraul's full-sized avatar
🥗
eating my greens
🥗
eating my greens

Highlights

  • Pro
Block or Report

Block or report almeidaraul

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

Hi, I'm Raul Almeida.

Computer Scientist from Brazil

  • 🔭 Computer Vision researcher
  • 🎓 Grad student pursuing a master's degree @ UFPR
  • 🛠 Working on Face Anti-Spoofing
  • 🔍 Also interested in competitive programming, data analysis and software architectures
  • 💻 More info: almeidaraul.github.io

Pinned Loading

  1. glikoz glikoz Public

    Glucose and insulin use data analysis for diabetes therapy

    Python

  2. agenda agenda Public

    Simple scheduler for executing detailed command-line programs

    Python

  3. hmi hmi Public

    Mobile app built w/ React Native that calculates How Much Insulin (HMI) to take based on carbohydrate consumption and current blood glucose

    TypeScript 4 10

  4. Label Smoothing, explained Label Smoothing, explained
    1
    # Label Smoothing: what it solves and how it works
    2
    There are two explanations here: a short and a long one. I suggest you read
    3
    both in this order, as the short one might provide an overview of what is
    4
    going on.
    5
    
    
  5. Making sense of pytest imports Making sense of pytest imports
    1
    # Organizing `pytest` tests
    2
    Python imports can get weird, specially when dealing with tests that are to be kept separate from the application code (i.e., in sibling directories).
    3
    
    
    4
    This is how you organize your tests with `pytest`.
    5