Skip to content
View giannisbaltas's full-sized avatar
💻
HWPO
💻
HWPO
Block or Report

Block or report giannisbaltas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Citation-Prediction Citation-Prediction Public

    Link prediction is the problem of predicting the existence of a link between two entities in a network. The goal of this kaggle challenge was to predict whether two nodes are linked by an edge or not

    Jupyter Notebook 1

  2. tiktok-backend tiktok-backend Public

    This project is a simplified version of TikTok and concerns the implementation of the video streaming Framework (Event Delivery System) which is responsible for supporting the promotion and downloa…

    Java 1

  3. AI-Problems AI-Problems Public

    This repo holds the implementation of AI Problems such as Cannibals and Missionaries, N-Queens. Machine Learning algorithms such as Naive Bayes and Logistic Regression also implemented from scratch.

    Jupyter Notebook 1

  4. BTC-Price-Prediction BTC-Price-Prediction Public

    This repo holds the implementation of Linear Regression, Logistic Regression and LSTM model on predicting BTC Price. The dataset that used is the BTC Prices of the last 5Y extracting from Yahoo Fin…

    Jupyter Notebook 1

  5. airbnb-database-system airbnb-database-system Public

    This repo holds all the assignments and the final project of a university course. We used PostgreSQL and primarily pgAdmin (a GUI for PSQL as an alternative to the CLI) to manage our database, whic…

  6. MiniPython-Compiler MiniPython-Compiler Public

    In this project we created a compiler for a mini-python version from scratch. The project implements four phases: 1. Lexical Analysis 2. Syntax Analysis 3. Abstract Syntax Tree 4. Symbol/Semantic A…

    HTML 3