gurkandemir
Graduated from Computer Engineering Department in Bogazici University. Pursuing Masters degree in the fields of Computer Engineering.
@trendyolAmsterdam, Netherlands
Pinned Repositories
bounswe2019group4
Bag-of-Visual-Words
Bag of visual words (BOVW) is commonly used in image classification. Its concept is adapted from information retrieval and NLP’s bag of words (BOW).
CinemaReservator
Cinema Reservator is an application where users make reservation for desired film.
Color-Quantizer
Color quantization is the process of reducing number of colors used in an image while trying to maintain the visual appearance of the original image. In general, it is a form of cluster analysis, if each RGB color value is considered as a coordinate triple in the 3D colorspace.
Image-Denoising
In this project, I experienced parallel programming with C++ using MPI library. I implemented a parallel algorithm for image denoising with the Ising model using Metropolis- Hastings algorithm.
kafka-sample
Sample producer and consumer using Apache Kafka with Java Springboot
Machine-Learning
Machine learning assignments through the semester in Bogazici University
Spelling-Error-Corrector
An isolated word spelling error corrector based on the noisy channel model
gurkandemir's Repositories
gurkandemir/Bag-of-Visual-Words
Bag of visual words (BOVW) is commonly used in image classification. Its concept is adapted from information retrieval and NLP’s bag of words (BOW).
gurkandemir/Color-Quantizer
Color quantization is the process of reducing number of colors used in an image while trying to maintain the visual appearance of the original image. In general, it is a form of cluster analysis, if each RGB color value is considered as a coordinate triple in the 3D colorspace.
gurkandemir/kafka-sample
Sample producer and consumer using Apache Kafka with Java Springboot
gurkandemir/Machine-Learning
Machine learning assignments through the semester in Bogazici University
gurkandemir/Spelling-Error-Corrector
An isolated word spelling error corrector based on the noisy channel model
gurkandemir/CinemaReservator
Cinema Reservator is an application where users make reservation for desired film.
gurkandemir/Image-Denoising
In this project, I experienced parallel programming with C++ using MPI library. I implemented a parallel algorithm for image denoising with the Ising model using Metropolis- Hastings algorithm.
gurkandemir/Automatic-Differentiation
Automatic differentiation is a method for evaluating the rate of change in the numerical output of a program with respect to the rate of change in its input.
gurkandemir/beverages_pricing_refactoring_kata
A solution for the Beverages Pricing Refactoring Kata
gurkandemir/Chess
Chess is a two-player strategy board game played on a chessboard, a checkered gameboard with 64 squares arranged in an 8×8 grid.
gurkandemir/Discrete-Event-Simulation
Implements a program in order to simulate a coffee house and collecting some information like total running time etc.
gurkandemir/Filelist
Filelist is file utility program that will traverse directories and report path names of files that satisfy some search criteria. The program will be implemented in Python
gurkandemir/Frequency-Domain-Filtering
Simple frequency domain filtering and processing exercises for Introduction to Signal Processing using MATLAB.
gurkandemir/functional-programming-bootcamp
gurkandemir/graduation
$ git remote <graduation> yearbook
gurkandemir/Improved-Salesman-Problem
Improved Dijkstra's algorithm in order to find the shortest path in which there are various obstacles and restrictions.
gurkandemir/MarsRover
A solution for the MarsRover Kata
gurkandemir/Matlab
Getting started with Matlab, using simple plot, read file function etc
gurkandemir/Naive-Bayes-Classifier
Naive Bayes Classifiers in order to sentiment movie reviews.
gurkandemir/OpenCV-Practice
Learning and helpful practises for OpenCV, OpenPose
gurkandemir/parameterized-test-junit5
Sample code for parameterized test using java and junit5
gurkandemir/smplify-x
Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
gurkandemir/Time-Domain-Filtering
Simple time domain filtering exercises for Introduction to Signal Processing using Matlab.
gurkandemir/training-java-maven-base
Java base project for training purposes
gurkandemir/TrieMap
Tries are efficient data structures for search operations. Essentially, it is a map, meaning that you will store key-value pairs.