Skip to content
View GusSampaio's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report GusSampaio

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

Hi 👋, I'm Gustavo Sampaio

I'm at the NLP research group at University of Sheffield and at Interinstitutional Center for Computational Linguistics, aiming to develop AI tools. I am working on some side projects, learning some new receipes, and trying to have a stable presence at gym.

⚡️ Some Few Quick Facts

  • 🔭 I’m currently studying my bachelor's degree in Computer Science at USP - Universidade de São Paulo.
  • 🧐 Learning Natural Language Processing, and Computer Vision.
  • 💬 Ping me for data science projects.
  • 📙 Check out my resume.

Some tech I use

C Python JavaScript Java PHP

Who am I?

class Gustavo:
   def __init__(self):
     self.user = 'Gustavo Sampaio'
     self.hobbies = [
        'Play sports',
        'Photography and filming'
     ]
     self.studies = [
        'Search about black holes and subjects involving physics',
        'Search about data science and machine learning',
        'Search about Deep Neural Networks and NLP'
     ]
  
  def GetCity(self):
  	return 'São Carlos - SP - Brazil'
  
  def Ambitions(self):
  	student_exchange_program()
  
  def Contacts(self):
  	return "You can reach me on [email protected] or [email protected]"

Pinned Loading

  1. ANN_MNIST ANN_MNIST Public

    Este projeto consiste em um estudo de caso sobre uma Rede Neural Artificial (RNA) projetada para reconhecer dígitos em imagens 28x28. Cada imagem contém um algarismo associado a um rótulo previamen…

    Jupyter Notebook

  2. applying-transfer-learning-to-CNNs applying-transfer-learning-to-CNNs Public

    The project compares two Convolutional Neural Networks (CNNs) approaches to classify images of cats and dogs. One CNN is created from scratch, while the other uses Transfer Learning, taking advanta…

    Jupyter Notebook

  3. Detector-de-EPIs Detector-de-EPIs Public

    Jupyter Notebook

  4. predicao_proteinas predicao_proteinas Public

    O presente trabalho busca construir um modelo de classificação multirótulo inspirado numa estratégia fazendo uso de duas redes neurais artificiais.

    Jupyter Notebook

  5. momoyo-droid/SSC0713---Sistemas-Evolutivos-Aplicados-a-Robotica momoyo-droid/SSC0713---Sistemas-Evolutivos-Aplicados-a-Robotica Public

    Desenvolvimento do projeto I da disciplina de Sistemas Evolutivos Aplicados a Robótica utilizando o problema da mochila como algoritmo genético

    Jupyter Notebook

  6. thaislauriano31/proanimal-recsys thaislauriano31/proanimal-recsys Public

    A knowledge-based recommendation system to recommend the dogs from the NGO ProAnimal São Carlos to possible adoptants.

    Python