Skip to content
View efstathios-chatzikyriakidis's full-sized avatar
πŸ˜€
happy
πŸ˜€
happy
Block or Report

Block or report efstathios-chatzikyriakidis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

πŸ‘‹ Hello, folks!

I am Efstathios Chatzikyriakidis, a computer scientist and philosopher living in Greece, and I have a deep passion for Software Engineering and Computational Intelligence.

πŸ’¬ About

#!/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()

πŸ“˜ Projects

You can find my projects at projects.

πŸ“ƒ Curriculum Vitae

You can find my curriculum vitae at CV.

✍️ Blog & Writing

Apart from coding, I also maintain a blog - you can find my articles on my website.

πŸ› οΈ Tech Skills

πŸ‘¨β€πŸ’» Programming and Domain-specific Languages

Python Bash Markdown C C++ C# CSS HTML PHP SQL XML JSON JavaScript Texinfo AWK LINQ HQL XPath Flex Bison TypeScript

🧰 Frameworks and Libraries

Dash Keras skrobot scikit-learn PyViz SqlAlchemy TensorFlow NumPy pandas spaCy FastAPI Hugging Face Transformers NLTK matplotlib Plotly Arduino Bootstrap swifter implicit ASP.NET Framework ASP.NET MVC ASP.NET Web API WCF Lumen RestSharp AutoMapper retrying Polly MoreLINQ RazorEngine Lodash jQuery jQuery UI jqPlot NUnit Rhino Mocks AutoFixture Fluent Assertions Spring.NET log4net Seq Serilog slackclient NHibernate Fluent NHibernate Dapper Dapper FluentMap

πŸ—„οΈ Databases

MongoDB Microsoft SQL Server Google Cloud SQL MySQL PostgreSQL Neo4j SQLite

☁️ Cloud Native Technologies

Kubernetes Docker Helm Google Cloud Platform Heroku Docker Compose Kustomize

πŸ’» Software and Tools

Linux Visual Studio Code JetBrains PyCharm GitHub Anaconda Prometheus Google Colab Git Binder Swagger Read The Docs Sphinx Grafana Wordpress Jupyter Postman gettext LIBSVM SciKit-Learn Laboratory (SKLL) Kong KongDash Firebug JMeter SoapUI OpenSSH Gulp IIS Qt Linguist Microsoft Windows LibreOffice Microsoft Office Emacs GitLab Subversion Tortoise SVN NuGet JetBrains PhpStorm Qt SDK Visual Studio JetBrains ReSharper Devart Review Assistant InstallShield

πŸ—‚οΈ Highlight Projects

skrobot computational-intelligence-research adversarial-face-de-identification content-based-image-retrieval nature-inspired-sudoku-solver ts-changepoint-detection-app

All Repositories

πŸ† Trophies

πŸ“Š Stats

Pinned

  1. adversarial-face-de-identification adversarial-face-de-identification Public

    This repository contains all the files related to my Master's thesis with title "Adversarial Face De-identification".

  2. computational-intelligence-research computational-intelligence-research Public

    In this repository I keep all the AI-related (machine learning, deep learning, data science) notebooks I have played with in the past.

    Jupyter Notebook 1

  3. content-based-image-retrieval content-based-image-retrieval Public

    This is a prototype content-based image retrieval system implemented with Keras and scikit-learn in Python.

    Python

  4. nature-inspired-sudoku-solver nature-inspired-sudoku-solver Public

    This machine learning project aims to the development of an open-source experimental prototype for solving and generating Sudoku puzzles by using only the strength of Genetic Algorithms.

    Python

  5. skrobot skrobot Public

    Forked from medoidai/skrobot

    skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.

    Python

  6. ts-changepoint-detection-app ts-changepoint-detection-app Public

    Forked from medoidai/ts-changepoint-detection-app

    An R/Shiny app for time-series segmentation and changepoint detection tasks.

    R