Skip to content
View kostadin-georgiev97's full-sized avatar
Block or Report

Block or report kostadin-georgiev97

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

  1. ct5129_dyslexia ct5129_dyslexia Public

    This repository contains the code for baseline model replication along with all experiments and used datasets as part of the master's thesis on the topic "Detecting Dyslexia Using Deep Learning".

    Jupyter Notebook 1

  2. deep-neural-network-from-scratch deep-neural-network-from-scratch Public

    Implementation of DNN with Early Stopping from scratch in Python. Evaluation was done on two simple datasets (Blobs and Moons) and on one more challenging dataset (Fashion-MNIST).

    Jupyter Notebook

  3. imdb-movies imdb-movies Public

    Simple architecture consisting of the base of the VGG16 pre-trained model, which produces embeddings of the input image (movie poster), followed by a fully-connected head which performs regression …

    Jupyter Notebook

  4. KUPK07-Cypher-Learning-Tool KUPK07-Cypher-Learning-Tool Public

    This project aims to produce software that supports the teaching of Neo4j (the leading graph database) and the standard query language for it - Cypher, in an interactive manner.

    JavaScript

  5. Detecting-Code-Smells Detecting-Code-Smells Public

    This project employs static analysis to detect "code smells" (warning signs) in Java software systems. The analyser is built using the JavaParser framework and makes extensive use of the Visitor de…

    Java 1

  6. Boston-Metro-Multigraph Boston-Metro-Multigraph Public

    Java application that models the Boston Metro System via a multigraph ADT and provides directions on how to get from a station to another station.

    Java