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.
- 🔭 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.
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]"