Skip to content
View jgurakuqi's full-sized avatar
:electron:
:electron:
Block or Report

Block or report jgurakuqi

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. search-based-sudoku-solver search-based-sudoku-solver Public

    This project aims to show how to solve a given Sudoku in two different ways, through Backtracking (in a flavour of Forward Checking) and Relaxation Labeling.

    C++ 1

  2. graph-kernels-and-manifold-svm graph-kernels-and-manifold-svm Public

    This project aims to compare the performance obtained using a linear Support Vector Machine model whose data was first processed through a Shortest Path kernel with the same SVM, this time with dat…

    Jupyter Notebook 1

  3. deep-learning-based-dog-breed-classifier deep-learning-based-dog-breed-classifier Public

    The goal of the project is to improve a kaggle project about Dog Breed Classification, achieving an higher test accuracy. The original project achieved 79% of accuracy on the test set, while this o…

    Jupyter Notebook 1

  4. parallel-rasterizer parallel-rasterizer Public

    The goal of this project is to implement a parallel 3D software rendering pipeline with programmable fragment shader.

    C 1 1

  5. slt-based-spam-filters slt-based-spam-filters Public

    This project aims to develop three spam filters using different Machine Learning techniques. The techniques to be used are Support Vector Machines with Linear, Polynomial and Radial Basis Function …

    Jupyter Notebook

  6. ar-cube-projection ar-cube-projection Public

    The goal of this project is to capture the pose of an object given its coordinates, to be able to project a virtual cube over each frame of the video.

    Python