Pinned Repositories
Adversarial_ML_Research
:computer: :bulb: Bachelor's Thesis on Adversarial Machine Learning Attacks and Defences
Browser
The following project is a representation of an actual browser.Basically the structure of the browser (tabs,sites,how they are created/accessed/deleted) is an implementation of doubly-linked-lists and circular-doubly-linked-lists.The various features of the browser are explained in the README file.
Data-Cube
:bulb:Implementation of a functional data cube based on the big data offered by Microsoft (AdventureWorks database for SQL Server). The cube includes dimensions based on the tables of the database view, a time dimension with business intelligence, all the needed measure groups and measures,calculations, some KPI's , data hierarchies and of course all the needed dimensional-relationships.More calculations and KPI's will be added in later updates
E-Class_PenTesting
Exploiting and fixing security vulnerabilities of an old version of E-Class. Project implemented as part of the class YS13 Cyber-Security.
Fake_News_Detection
University project for the class of Data Mining.Our classifier is related to the categorization of text data from news articles and specifically the detection of fake news.
Identification-of-human-activities-in-the-Amazon-forests
:seedling: :flying_saucer: Understanding the Amazon from Space: Use satellite data to track the human footprint in the Amazon rainforest.
kNN-and-Clustering-on-Time-Series-and-Curves
LSH/Hypercube kNN and KMeans++ Clustering on polygonic curves and time series
Stock-Manager-inJava
Stock-Manager is an app, developed in java,that helps the user organise his stocks in one place and keep track of their earnings through descriptive charts of the stocks characteristics!
System_Programming_Projects
Vaccine Monitor app implemented in C with system Programming techniques.Projects implemented as part of the course Syspro K24
TheLegendOfThe5Rings_CardGame
Here is a simplified version of the strategic card-game, "The Legend of the 5 Rings" implemented in C++ !
AristiPap's Repositories
AristiPap/Adversarial_ML_Research
:computer: :bulb: Bachelor's Thesis on Adversarial Machine Learning Attacks and Defences
AristiPap/kNN-and-Clustering-on-Time-Series-and-Curves
LSH/Hypercube kNN and KMeans++ Clustering on polygonic curves and time series
AristiPap/E-Class_PenTesting
Exploiting and fixing security vulnerabilities of an old version of E-Class. Project implemented as part of the class YS13 Cyber-Security.
AristiPap/Stock-Manager-inJava
Stock-Manager is an app, developed in java,that helps the user organise his stocks in one place and keep track of their earnings through descriptive charts of the stocks characteristics!
AristiPap/System_Programming_Projects
Vaccine Monitor app implemented in C with system Programming techniques.Projects implemented as part of the course Syspro K24
AristiPap/Identification-of-human-activities-in-the-Amazon-forests
:seedling: :flying_saucer: Understanding the Amazon from Space: Use satellite data to track the human footprint in the Amazon rainforest.
AristiPap/Data-Cube
:bulb:Implementation of a functional data cube based on the big data offered by Microsoft (AdventureWorks database for SQL Server). The cube includes dimensions based on the tables of the database view, a time dimension with business intelligence, all the needed measure groups and measures,calculations, some KPI's , data hierarchies and of course all the needed dimensional-relationships.More calculations and KPI's will be added in later updates
AristiPap/Fake_News_Detection
University project for the class of Data Mining.Our classifier is related to the categorization of text data from news articles and specifically the detection of fake news.
AristiPap/TheLegendOfThe5Rings_CardGame
Here is a simplified version of the strategic card-game, "The Legend of the 5 Rings" implemented in C++ !
AristiPap/Browser
The following project is a representation of an actual browser.Basically the structure of the browser (tabs,sites,how they are created/accessed/deleted) is an implementation of doubly-linked-lists and circular-doubly-linked-lists.The various features of the browser are explained in the README file.
AristiPap/Prime-Numbers_Miller-Rabin-Primality-Test
The following programs are two different implementations that calculate how many prime numbers exist between two random numbers that are defined inside the code.One of the implementations is based on the Miller-Rabin algorithm and the other(deterministic) uses specific tricks to minimize the process time.Note that each implementation can take input for numbers upto 4090000000
AristiPap/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
AristiPap/AristiPap
AristiPap/My_Bibliography_for_Research_on_Autonomous_Driving
Personal notes about scientific and research works on "Decision-Making for Autonomous Driving"
AristiPap/planet-amazon-deforestation
AristiPap/V-WSD_Research
Research done for my MSC's degree of Data Science and ML Engineering, based on V-WSD (Visual Word Sense Disambiguation)