Skip to content
View nuzrub's full-sized avatar

Block or report nuzrub

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

Ygor Rebouças — @nuzrub

Software developer turned data scientist after falling in love with AI and all its branches. I have spent the past 4 years developing AI solutions from the ground up for companies and universities, with focus on image segmentation, pose detection, and activity recognition, while writing about AI and its trends on Medium.

Connect with me on LinkedIn for business inquiries and to chat about AI

Pinned Loading

  1. Writing TensorFlow 2 Custom Loops: A... Writing TensorFlow 2 Custom Loops: A step-by-step guide from Keras to TensorFlow 2
    1
    # Author: Ygor Rebouças
    2
    # 
    3
    
                  
    4
    
                  
    5
    ### The Training Loop
  2. Reproducing the main findings of the... Reproducing the main findings of the paper "Training BatchNorm and Only BatchNorm: On the Expressive Power of Random Features in CNNs"
    1
    # Reproducing the main findings of the paper "Training BatchNorm and Only BatchNorm: On the Expressive Power of Random Features in CNNs" 
    2
    # Goal: Train a ResNet model to solve the CIFAR-10 dataset using only batchnorm layers, all else is frozen at their random initial state.
    3
    # https://medium.com/@ygorrebouasserpa
    4
    # https://www.linkedin.com/in/ygor-rebouças-serpa-11606093/
    5
    
                  
  3. TensorFlow Object Detection API simp... TensorFlow Object Detection API simplified sample code for inference
    1
    
                  
    2
    
                  
    3
    from PIL import Image
    4
    import matplotlib.pyplot as plt
    5
    import tensorflow as tf
  4. ppgia-unifor/Broadmark ppgia-unifor/Broadmark Public

    A framework for the development, testing and evaluation of broad phase collision detection algorithms

    C# 41 3