Git Product home page Git Product logo

$whoami

Linkedin Badge Scholar Badge WEBSITE Badge Researchgate Badge ORCID Badge DBLP Badge SCOPUS Badge ACADEMIA Badge GMAIL Badge WEBSITE Badge

OS OS Editor Licence: MIT Open Source Love

Typing SVG

Hello world, I'm Christos Sardianos, currently a PostDoc and Research Associate at the Dept. of Informatics & Telematics @ Harokopio University of Athens in the field of “Recommender Systems in Dynamic Environments: Integrating Modern Neural Networks Architectures for Multi-Criteria and Context-Aware Recommendations”.

In 2023, I received my PhD in the area of “Recommender Systems with Real-life Applications”, and my main research interests are centered around Data Mining, Recommender Systems, Machine/Deep Learning, AI and knowledge extraction in general. In addition, I am also a certification addict and passionate about teaching, coding, developing my existing skills, and expanding my knowledge on the field.

class SrDNS():
    
    def __init__(self):
        self.name = "Christos"
        self.username = "Sardianos"
        self.degrees = ["PhD", "MSc", "BSc"]
        self.occupation = ["Research Associate", "Data Science"]
        self.location = "Athens, Greece"
        self.website = "https://sardianos.dit.people.hua.gr/"
        self.language_spoken = ["el_GR", "en_US"]
        self.Research_interests = ["Machine Learning", "Data Mining", "AI", "Recommender Systems"]
        self.skillset = {
            "code": ["Python", "Java", "Javascript", "Typescript", "PHP", "HTML", "CSS", "Markdown", "LaTex"],
            "databases": ["Oracle", "MySQL", "MongoDB", "PostgreSQL"],
            "machineLearning": ["Scikit-learn", "TensorFlow", "Keras", "Weka"],
            "frameworks": ["Flask", "Node", "ExpressJS", "CodeIgniter", "Angular", "React"],
            "devOps": ["GitHub actions", "Linux", "Docker", "Nginx"]
        }
        self.tools = {
            "Editors": ["VSCode", "SublimeText", "Neovim", "SourceTree"],
            "Platforms": ["MacOS", "GNU/Linux", "Windows"],
            "OtherTools": ["Git", "Photoshop"]
        }
        selft.teaching = {
            "bsc": ["Databases"],
            "msc": ["Data Management I"]
        }
        self.memberships = ["Institute of Electrical and Electronics Engineers"]
        self.specializations = {
            "cisco": ["CCNA", "CCNP"],
            "microsoft": ["MCT", "MTA", "MMI", "MCAS"],
            "Coursera": ["Data Mining, University of Illinois"]
        }
    
    def __str__(self):
        return f'{self.name} | {self.username}'

    def say_hi(self):
        print("Thanks for dropping by!")

if __name__ == '__main__':
    me = SrDNS()
    print(me)
    me.say_hi()

readme Quotes


last updated :22.Oct.2023

Christos Sardianos's Projects

restfb icon restfb

RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.