Skip to content
View annaptrd's full-sized avatar
  • University of Athens
  • Athens,Greece

Block or report annaptrd

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. Disease_monitor-application Disease_monitor-application Public

    An application reading from big input files(patients records) and answering queries using data structures (hashtables,linked lists,binary trees).

    C++

  2. diseaseAggregator_Master-Workers diseaseAggregator_Master-Workers Public

    A project with a parent-process and many worker-processes communicating via named pipes. Implemented signals, reading files, data structures etc

    C++

  3. Logic-Programming Logic-Programming Public

    Logic Programming using Prolog

    Prolog

  4. Master-Workers-Multithreaded-Server-and-Client Master-Workers-Multithreaded-Server-and-Client Public

    The diseaseAggregator project implemented with the same data structures but this time there is a master communicating with workers, those workers communicating with the mutithreaded server and the …

    C++ 1

  5. Neural-Network-Autoencoder Neural-Network-Autoencoder Public

    Training and evaluation of neural network autocoding of numeric images. Using the encoder to create the image categorization neural network.

    Python

  6. Vector-image-representation-using-autocoding-NN Vector-image-representation-using-autocoding-NN Public

    Vector image representation in lower dimension space using autocoding neural network. Search and clustering of images in the new space and comparison with approximate and exhaustive search and clus…

    C++