Pinned Repositories
Airbnb-Data-Analysis-
A data mining project for data Exploration of Airbnb dataset, for Febrouary,March and April 2019
B-plus-Tree
Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
Greek-Ministry-of-Labour-website
🏛️ 🇬🇷 🌐 Redesigned the website of Greek Ministry of Labour as a project for Human-Computer Interaction course.
LinkedIn-Clone
💻🌐 Web application similar to LinkedIn implemented with Angular and SpringBoot.
Logic-Programming
Problems solved with prolog.
MultiThread-disease-monitor
Implementation of an undistributed information processing tool that receives, processes, records and answers questions about viruses. It is created, using system calls fork / exec, threads, signals and communication through pipes, using low-level I / O and sockets.
Question-answering-BERT-model
❓❔In this project a BERT-based model is build, which returns “an answer”, given a user question and a passage which includes the answer of the question. For this question answering task, SQuAD 2.0 dataset is used.
Red-Black-Tree
A red–black tree is a self-balancing binary search tree. Each node of the binary tree has an extra bit, and that bit is interpreted as the color (red or black) of the node. These color bits are used to ensure the tree remains balanced during insertions and deletions.
Reinforcement-Learning-Projects
🤖 Implementation of projects, such as automation driving and game Atari, using reinforcement learning.
Entity-resolution-SIGMOD-2020
📷🎥 Entity resolution system for SIGMOD 2020 programming contest
Myrto-Iglezou's Repositories
Myrto-Iglezou/LinkedIn-Clone
💻🌐 Web application similar to LinkedIn implemented with Angular and SpringBoot.
Myrto-Iglezou/Logic-Programming
Problems solved with prolog.
Myrto-Iglezou/Reinforcement-Learning-Projects
🤖 Implementation of projects, such as automation driving and game Atari, using reinforcement learning.
Myrto-Iglezou/Red-Black-Tree
A red–black tree is a self-balancing binary search tree. Each node of the binary tree has an extra bit, and that bit is interpreted as the color (red or black) of the node. These color bits are used to ensure the tree remains balanced during insertions and deletions.
Myrto-Iglezou/Airbnb-Data-Analysis-
A data mining project for data Exploration of Airbnb dataset, for Febrouary,March and April 2019
Myrto-Iglezou/B-plus-Tree
Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
Myrto-Iglezou/Comment-Classifier
A machine learning system that takes a comment and classifies it as offensive or non-offensive (neutral). This system will be trained in a data set with comments in which the tags (insult or non-insult) are known. Classification algorithms used: Naive Bayes, SVM, Random Forest.
Myrto-Iglezou/Document-retrieval-system
This project is about developing a document retrieval system to return titles of scientific papers containing the answer to a given user question. Two different sentence embedding approaches have been implemented and compared.
Myrto-Iglezou/Greek-Ministry-of-Labour-website
🏛️ 🇬🇷 🌐 Redesigned the website of Greek Ministry of Labour as a project for Human-Computer Interaction course.
Myrto-Iglezou/MultiProcess-disease-monitor
Implementation of an undistributed information processing tool that receives, processes, records and answers questions about viruses. It is created with processes, using system calls fork / exec and communicating processes through pipes, using low-level I / O.
Myrto-Iglezou/MultiThread-disease-monitor
Implementation of an undistributed information processing tool that receives, processes, records and answers questions about viruses. It is created, using system calls fork / exec, threads, signals and communication through pipes, using low-level I / O and sockets.
Myrto-Iglezou/Question-answering-BERT-model
❓❔In this project a BERT-based model is build, which returns “an answer”, given a user question and a passage which includes the answer of the question. For this question answering task, SQuAD 2.0 dataset is used.
Myrto-Iglezou/Sentiment-classifier-RNN
Different kinds of sentiment classifiers are developed using bidirectional stacked RNN with LSTM/GRU cells for the Twitter sentiment analysis dataset.
Myrto-Iglezou/Article-wordcloud-classification-clustering
Classification and clustering in dataset of news articles.
Myrto-Iglezou/Kakuro-AI-project-
Kakuro is a logic puzzle that is often referred to as a mathematical transliteration of the crossword. The aim of this work is to see how certain algorithms behave through solving this game.
Myrto-Iglezou/Mini-Unix-File-System
Implementation of a unix file system in C.
Myrto-Iglezou/Myrto-Iglezou
Myrto-Iglezou/Myrto-Iglezou.github.io
Personal Website
Myrto-Iglezou/Sentiment-Classifiers-NN
This project includes 4 models of sentiment classifiers using feed-forward neural networs for The Twitter sentiment analysis dataset and comparison of them.