A cloud-powered recommender system that leverages Spotify's vast music library to deliver personalized playlists, ensuring every user discovers the perfect soundtrack to match their mood and preferences
In the following project, we are going to classify the given digit images into ten possible classes. Each image is a matrix of 256*256 pixels, in which every pixel is a number in range of [0, 255]. We use the MNIST dataset, which contains 60000 images for train set and 10000 images for test set.
We have a checker board with some initial state. By clicking each cell, that cell and all its adjacent cells' color will be flipped. The goal is to make all cells to have the same color.
Date Location is the final project of the Data Structures and Algorithms course in the fall 2021 semester at AUT. In this project, we had to implement a system which would get a modeled graph of city junctions besides the nodes of candidate people who wanted to go to the best cafe (by best, we mean the cafe which the sum of differences between the distance to be traveled by candidates is minimized).
A simplified version of Clash Royale game implemented via JavaFX.
Mafia party game, written in Java for Advanced Programming midterm project.
My first chrome extension, learned through official documentation.