I am Efstathios Chatzikyriakidis, a computer scientist and philosopher living in Greece, and I have a deep passion for Software Engineering and Computational Intelligence.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class EfstathiosChatzikyriakidis:
def __init__(self):
self.pronouns = ("He", "Him")
self.roles = (
"Senior Machine Learning Engineer",
"Senior Deep Learning Engineer",
"Senior Software Engineer"
)
self.languages = ("el_GR", "en_US")
self.studies = [
{
"degree" : "BSc",
"specialization": "Software Engineering",
"department": "Informatics and Communications",
"university": "Technological Educational Institute of Central Macedonia"
},
{
"degree" : "MSc",
"specialization": "Computational Intelligence and Digital Media",
"department": "Informatics and Communications",
"university": "Aristotle University of Thessaloniki (AUTH)"
}
]
self.industry_experience_in_years = "10+"
self.personal_website = "https://efxa.org/"
self.interest_topics = (
"Deep Learning",
"Machine Learning",
"NLP",
"Computer Vision",
"Computational Intelligence",
"Software Engineering",
"Cloud Native Technologies",
)
self.values = (
"Respect",
"Trust",
"Teamwork",
"Passion",
"Quality",
"Integrity",
"Leadership",
"Continuous Learning"
)
self.qualities = (
"Ability to think critically",
"Work independently",
"Adapt easily",
"Think abstractly",
"Fitting well into a team"
)
def hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = EfstathiosChatzikyriakidis()
me.hi()
You can find my projects at projects.
You can find my curriculum vitae at CV.
Apart from coding, I also maintain a blog - you can find my articles on my website.