asliseydaozdemir's Stars
sercaksoy/MT5-Turkish-Paraphrase-Generation
mT5 based pre-trained model to generate question paraphrases in Turkish language.
goktug16/Machine-Learning-Algorithms
feysahin/Data-Mining
Hastane içi mortalite referanslı ölüm teşhisi tahminleyen modellerin karşılaştırılması
goktug16/A-simple-graphics-system-using-an-ASCII-implementation-
goktug16/Admiral-Sunk-Game---Genetic-Algorithm
goktug16/Data-Structures-and-Algorithms-HW
goktug16/eSNN-AD
goktug16/Field-Scanning-Drone---Genetic-Algorithm
goktug16/Flight-Track-System
My Term project for OOP class, creating a flight booking/tracking system.
goktug16/Image-compression-with-Run-Length-Encoding-RLE-
goktug16/MIT-6.0001
goktug16/The-Intersection-of-Shapes
Determining the intersection of different shape objects using OOP logic
sercaksoy/Aid-Association-System
Goal of this project is designing a system for aid association system with JavaFX and a local database system with PostqreSQL
sercaksoy/cacheBuffer-DESIGN-USING-C-PROGRAMMING-LANGUAGE
It is my first assignment from data structures and algorithm class. It is a cache buffer designed with doubly linked list method.
sercaksoy/huffman-tree-DESIGN-USING-C-PROGRAMMING-LANGUAGE
It is my second assignment from data structures and algorithm class. Huffman tree algorithm from, Huffman coding.
sercaksoy/university-library-system
University Library System Using Flask-continues
goktug16/Aid-Association-System
Goal of this project is designing a system for aid association system with JavaFX and a local database system with PostqreSQL
goktug16/Backtracking
Create a matrix with size NxN and matrices columns includes only one of each color
goktug16/Book-Recommendation-System
Based on the users past book choices , system recommend new books to user using collaborative filtering
metinbinbir/Aid-Association-System
Goal of this project is designing a system for aid association system with JavaFX and a local database system with PostqreSQL
metinbinbir/Huffman-Tree-using-C
Huffman coding is a data compression method without data loss. This program creates a huffman tree with either standart input or file input using C programming language.
metinbinbir/MT5-Turkish-Paraphrase-Generation
mT5 based pre-trained model to generate question paraphrases in Turkish language.
metinbinbir/Run-Length-Encoding-using-C
Algorithm which compresses a given matrix with N rows and M columns using the Run Length Encoding compression method and then decompresses the obtained array again into a new matrix in C programming language.
Mstfakts/Dinosaur-Game-with-Deep-Q-Learning
Play "Google Chrome Dinosaur" game via Deep Q Learning
sercaksoy/dictionary-database-implementation-USING-C-PROGRAMMING-LANGUAGE
I created a file based database that keeps information about document names and belonging words. Implementation has done using Hashing algorithm so program aims to get and set the information with O(1) complexity.
sercaksoy/find-replace-tool-USING-C-PROGRAMMING-LANGUAGE
It is my third assignment from data structures and algorithm class. Find&Replace tool from lots of text editor.
sercaksoy/mobile-programming-hw3
An mobile app to specify phone's state, according to accelerometer and light sensors
sercaksoy/one-digit-calculator-DESIGN-USING-PROTEUS8.3-MASM5
Mikro İşlemci dersi LAB sorusu olarak Proteus üzerinde x86 yardımıyla tasarlanmış, tek basamaklı hesap makinesi.
sercaksoy/Run-Length-Encoding-Using-C
A program which is encoding(run-length) integer matrices using C programming language.
sercaksoy/STATIC-TETRIS-GAME-USING-C-PROGRAMMING-LANGUAGE
It is my very first project. A static tetris game.