#!/usr/bin/python
# -*- coding: utf-8 -*-
class MachineLearningEngineer:
def __init__(self):
self.name = "Pierrick Rugery"
self.role = "Lead Machine Learning Engineer"
self.language_spoken = ["π«π·", "πΊπΈ"]
self.passion = "Exploring French cuisine, especially a Boeuf Bourguignon π·π"
self.center_of_interest = [
"Artificial Intelligence π€",
"Generative AI π",
"Robotics π¦Ύ"
]
self.current_project = "Developing Robotics solutions for the future π"
self.location = "New York, NY π½"
def say_hi(self):
print("Welcome to my GitHub! Grab a coffee β and explore my world of tech and innovation.")
me = MachineLearningEngineer()
me.say_hi()
- Personal website and blog: https://rugery-developper.medium.com
- Attention is all you need
- SEER: Self-supervised Pretraining of Visual Features in the Wild
- Recurrent All-Pairs Field Transforms for Optical Flow
- Explanation of YOLO V4 a one stage detector
Programming Languages: