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

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 Loading

  1. parallel-rasterizer parallel-rasterizer Public

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

    C 2 1

  2. 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

  3. 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

  4. 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

  5. mitsuba-snapshot-tool mitsuba-snapshot-tool Public

    The goal of this project is to develop a powerful and user-friendly tool that allows users to produce a dataset of synthetic images for the purpose of testing Shape from Polarization methods, and e…

    Python 1

  6. 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