class MiguelRocha:
def __init__(self):
self.role = "Solutions Architect @ Google"
self.location = "Seattle, WA"
self.work_experience = 6
self.education = {
"masters": "M.S. Business Analytics (UT Dallas)",
"bachelors": "B.S. Information Technology (UT Dallas)"
}
self.interests = ["Generative AI", "Machine Learning", "Cloud Architecture"]
def current_focus(self):
return [
"Large Language Models (LLMs)",
"RAG Implementations",
"Multimodal AI Solutions",
"Enterprise Cloud Architecture"
]
Company | Role | Period |
---|---|---|
Solutions Architect - Generative AI | 2024 - Present | |
Microsoft | Applied Scientist - Cloud & AI | 2021 - 2023 |
IBM | Data Scientist/ML Engineer | 2019 - 2021 |
Toyota | Data Scientist | 2018 - 2019 |
- π― Led development of credit risk models saving several $MM for clients
- π Successfully deployed ML models on various cloud platforms
- π Developed decision engines resulting in $28MM annual savings
Python 12 hrs 40 mins βββββββββββββββββ 45.2%
ML/AI Tasks 8 hrs 15 mins βββββββββββββββββ 29.4%
Cloud Dev 4 hrs 30 mins βββββββββββββββββ 16.1%
Documentation 2 hrs 35 mins βββββββββββββββββ 9.3%
# Life Philosophy
while alive:
learn()
code()
innovate()
repeat()