• Stars
    star
    18
  • Rank 1,208,065 (Top 24 %)
  • Language SCSS
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ’»πŸŒ Web application similar to LinkedIn implemented with Angular and SpringBoot.

More Repositories

1

Reinforcement-Learning-Projects

πŸ€– Implementation of projects, such as automation driving and game Atari, using reinforcement learning.
Jupyter Notebook
3
star
2

Logic-Programming

Problems solved with prolog.
Prolog
2
star
3

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.
C
2
star
4

Airbnb-Data-Analysis-

A data mining project for data Exploration of Airbnb dataset, for Febrouary,March and April 2019
Jupyter Notebook
1
star
5

B-plus-Tree

Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
C
1
star
6

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.
C
1
star
7

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.
Jupyter Notebook
1
star
8

Sentiment-classifier-RNN

Different kinds of sentiment classifiers are developed using bidirectional stacked RNN with LSTM/GRU cells for the Twitter sentiment analysis dataset.
Jupyter Notebook
1
star
9

Greek-Ministry-of-Labour-website

πŸ›οΈ πŸ‡¬πŸ‡· 🌐 Redesigned the website of Greek Ministry of Labour as a project for Human-Computer Interaction course.
PHP
1
star
10

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.
C
1
star
11

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.
Jupyter Notebook
1
star
12

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.
Jupyter Notebook
1
star