- 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
class Me(nn.Module)
def __init__(self):
self.skills = {
'languages': ['Python', 'C/C++', 'Javascript', 'Rust'],
'python_libraries': ['PyTorch', 'SKLearn', 'NumPy', 'Pandas'],
'tools': ['Docker', 'Linux', 'SQL', 'AWS']
}
self.model = nn.AIDeveloper()
def forward(self, x):
return self.model(x)
