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

Block or report kwsthsve

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

Popular repositories

  1. Feature_Subset_Selection-and-Classification Feature_Subset_Selection-and-Classification Public

    Find the simplest model and the best method to predict whether an observation belongs to categories LOWER/GREATER of 20% trimmed mean of "ncrim" variable. AUEB Computer Science course Statistical L…

    R 2

  2. Othello-MiniMaxA-B Othello-MiniMaxA-B Public

    Play the Othello board game against the algorithm and try to win!

    Java 1

  3. Bernoulli-Naive-Bayes-Classifier-with-Information-Gain Bernoulli-Naive-Bayes-Classifier-with-Information-Gain Public

    Naive Bayes Classifier with Bernoulli variables on imdb dataset from keras. Using entropy and information gain for feature selection. Tune the hyperparameters and see how it goes.

    Python 1

  4. Image_Filtering Image_Filtering Public

    Given a .ppm image, apply gamma and linear filters. PPM Viewer provided. AUEB Computer Science course Programming with C++.

    C++ 1

  5. Pizza-Store_Multithreading-Example Pizza-Store_Multithreading-Example Public

    Avoid deadlocks and synchronise threads to use resources equally.Using pthreads. AUEB Computer Science course Operating Systems.

    C