-
Catalink
- Limassol, Cyprus
- nikopetr.github.io/Personal-Website/personal-page
Highlights
- Pro
-
-
-
LinCFNA Public
A large dataset which consists of linguistic characteristics of fake and real articles
-
RAINBOW-Tutorial-Hackathon-2022 Public
Forked from UCY-LINC-LAB/RAINBOW-Tutorial-Hackathon-2022IoT/Docker tutorial and RAINBOW Hackathon
Python Apache License 2.0 UpdatedDec 3, 2022 -
Implementations of Best-Fit, First-Fit, Next-Fit and Worst-Fit algorithms
-
My-Beer-Journey Public
An android application which includes popular beers from all over the world and aims at user through a “beer journey” to try all these beers of the app.
-
Java program that uses Hadoop Map-Reduce for calculating the number of products and sales by country
-
Program that uses Hadoop Map-Reduce to identify the anagrams of the words of a file
-
bayesian-data-analysis-course Public
Forked from jhrcook/bayesian-data-analysis-courseMy notes and work for the Bayesian Data Analysis course taught by Aki Vehtari.
R UpdatedFeb 9, 2022 -
The programming part for the second assignment of the course DSC 531 - Statistical Simulations and Data Analysis of the University of Cyprus MSc in Data Science programme
-
The project focuses on the Exploratory Data Analysis (EDA) of the given Performance dataset, which includes marks obtained by students in different subjects.
-
Predict-The-Price-Of-Books Public
Using the provided dataset which includes various book features, in order to predict the price of books, using various proposed methods and models.
-
The work focuses on the exploration and study of different approaches which are used for Sentiment Analysis (e.g. Bag of Words, TF-IDF, Word Embeddings). In addition, the work utilizes and compares…
-
Implementation of the projects for the DSC 530: Probability and Statistics for Data Science course, of the MSc in Data Science programme of the University of Cyprus.
1 UpdatedJan 12, 2022 -
A Data Mining project which focuses on the comparison between different un-supervised clustering algorithms on geographical data
R UpdatedSep 4, 2021 -
MobileDevelopment-ExpensesTracker Public
Forked from acmauth/MobileDevelopment-ExpensesTrackerExpenses Management Application: Application that will track your monthly/weekly expenses
Java UpdatedMar 10, 2021 -
MobileDevelopment-JavaExamples Public
Forked from acmauth/MobileDevelopment-JavaExamplesMobile Development's Team Repository
Java UpdatedDec 3, 2020 -
MachineLearning Public
Forked from acmauth/MachineLearningMachine Learning's Team Repository
-
one-dimensional-convolution Public
1-D convolution implementation using Python and CUDA
-
Memory-Game Public
Memory Game played with cards. Uses a graphical user interface.
-
R-Star-Tree Public
Java Implementation of the R* Tree
-
8-puzzle-solver Public
Solver for the 8-puzzle problem using the following algorithms: BestFS (using Manhattan's distance as a heuristic function) , DFS and BFS.
-
Trip-Advisor Public
Program in Prolog which advises someone who wants to travel by plane between two cities on a specific day
-
Quick-Python-Example-Guide Public
Guide which focuses on the fundamental syntax of the language without the classic "this is variable, and here's what you can do with variables"
-
Snake-Game Public
Basic Snake Game in Python using PyGame
-
Cyclic-Redundancy-Check-CRC Public
Implementation of a Cyclic Redundancy Check in Java
-
Simple-Unity-2D-Game Public
Simple Unity 2D Game
-
Distributed client-based e-mail system using Sockets, Input / Output streams and Threads implemented in java
-
Page-Replacement-Algorithms Public
implementations of FIFO and LRU algorithms
-
Implementations of FCFS, SJF and RoundRobin for Process Scheduling Algorithms