class Ananth:
def __init__(self):
self.username = 'Anantha Padmanaban'
self.name = 'Anantha Padmanaban Krishna Kumar'
self.education = {
'graduate': ['University' : 'Boston University',
'Degree' : 'Master's in Data Science']
'undergraduate': ['University' : 'Sastra University',
'Degree' : 'Bachelor's in Computer Science'],
}
self.skills = {
'progtamming_language': ['Python', C++']
'library': ['Pytorch', 'TensorFlow', 'Keras', 'OpenCV','sk-learn'],
'Interest': ['Deep Learning', 'Computer Vision',
'Natural Language Processing', 'Large Language Models', 'Generative AI'],s
'MLOps' ['AWS', 'GCP', 'Kubernetes', 'Docker', 'Git', 'Apache Airflow', 'Jenkins', 'CUDA'.
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = Ananth()
- Boston, MA
-
22:14
(UTC -05:00) - in/anantha-padmanaban-krishna-kumar
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
