Skip to content

Latest commit

 

History

History
83 lines (43 loc) · 2.56 KB

README.md

File metadata and controls

83 lines (43 loc) · 2.56 KB

METU CENG 2015-Present

Implamentation of Linked List, Binary Search Tree and Hash Table.

Some verilog stuff

Many tasks done in prolog, haskell, and c++ to understand concepts in different programming languages.

HW1

Simple shell for linux.

HW2

Threading mutexes and semaphores practice for linux.

HW3

EXT2 filesystem implementation.

Codes developed to perform various tasks on a PIC18F8722 based board. Both in assembly and C, even a simple RTOS project.

SRS

SDD

Auction systems is ddeveloped with Django framework.

Multi-player alien game developed by Jave Spring-Boot framework.

Some AI stuff.

Implementation of ray-tracing algorithms with c++

Some ML stuff

HW1

Multilayer perceptron implementation and some hyperparameter optimizations.

HW2

Implementation of k-nearest neighbors algorithm (k-NN), hierarchical agglomerative clustering (HAC),and decision trees.

HW3

Support vector machines (SVM) with scikit-learn and implementation of linear regression from scratch.

HW4

Implementation of Naive Bayes model and hidden Markov models (HMM) from scratchs.