Skip to content
View zivzakalik's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report zivzakalik

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

Pinned

  1. DeepLearningBasics DeepLearningBasics Public

    This repository contains homework assignments for a deep learning course, featuring projects on Fully Connected Networks (FCN), Natural Language Processing (NLP), and Variational Autoencoders (VAE)

    Jupyter Notebook

  2. DistributedGraphColoring DistributedGraphColoring Public

    Java implementation of a distributed graph coloring algorithm, ensuring no two adjacent nodes share the same color

    Java

  3. SearchAlgorithmsRL SearchAlgorithmsRL Public

    Search algorithm assignments: deterministic, stochastic, and UCT-based agent implementations.

  4. SpotifyRecommendations SpotifyRecommendations Public

    Recommendation system for a Spotify-like application which predict number time a user listens to different artists

    Python

  5. War-Game War-Game Public

    Java implementation of the classic card game War, featuring detailed game mechanics including card distribution, handling ties with "war" rounds, and dynamic deck recycling.

    Java

  6. Agglomerative-Clustering Agglomerative-Clustering Public

    This repository contains an Agglomerative Clustering algorithm for classifying cancer types using biomedical data. It utilizes Euclidean distance for cluster merging, evaluates performance with pur…

    Python