As a Machine Learning Engineer 🤖, I specialize in building scalable, high-performance AI solutions across various domains.
🤔 I'm interested in all things data: Machine Learning, Data Science, Cloud , DevOps and MLOps
🔭 My current research is in Multi-Modal Models and Large Language Models
#!/usr/bin/python
# -*- coding: utf-8 -*-
class MachineLearningEngineer:
def __init__(self):
self.first_name = "Likith Ponnanna"
self.last_name = "Patrapanda Belliappa"
self.role = "Machine Learning Engineer"
def hello(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = MachineLearningEngineer()
me.hello()
#!/usr/bin/python
# -*- coding: utf-8 -*-
class MachineLearningEngineer:
def __init__(self):
self.first_name = "Likith Ponnanna"
self.last_name = "Patrapanda Belliappa"
self.role = "Machine Learning Engineer"
def hello(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = MachineLearningEngineer()
me.hello()
- Email: contact@likith.com
- Website: likith.com
- LinkedIn: @likith-ponnanna