Skip to content
View viniandrs's full-sized avatar

Highlights

  • Pro

Block or report viniandrs

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
viniandrs/README.md
Welcome to my GitHub profile

░I'm░Vinicius░and░I░like░[̲̅A][̲̅I]░

  • Computer engineering undergraduate at UNICAMP
  • Currently working with NLP for voice assistants at SiDi
  • Past experience with particle physics simulations, self-supervised learning and reinforcement learning

🤓 skills 丂ズノレレ丂

class Me(nn.Module)
  def __init__(self):
    self.skills = {
      'languages': ['Python', 'C/C++', 'Javascript'],
      'python_libraries': ['PyTorch', 'SKLearn', 'NumPy', 'Pandas'],
      'tools': ['WandB', 'Docker', 'Anaconda', 'SQL']
    }

    self.model = nn.AIDeveloper()

  def forward(self, x):
    return self.model(x)

📊 stats 丂ㄒ卂ㄒ丂

viniandrs's Stats viniandrs's Streak

Thanks for the visit! Visitor count

Pinned Loading

  1. 1Ticket 1Ticket Public

    A simple way to sell party tickets by QRCode and control them, made with Google Sheets API

    Python

  2. viniandrs viniandrs Public

  3. WDFBSpacegameMod WDFBSpacegameMod Public

    Simple space game to practice OOP in Javascript. Base game can be found in Microsoft's "Web-Dev For Beginners" repository.

    JavaScript