Pinned Repositories
100daysOfCode-python-developer-portfolio
AppStoreTracker
This is a Python bot that can multiple track app store accounts and send notification to specified Discord channel if there is a difference.
discrete-event-simulator-ExcelFed
This is a school project from Data Structures and Algorithms course where Priority Queues are used effectively. It is an application of discrete event simulation. The aim of the project is to serve as much as player that come to the tennis court at discrete times for different services. The project graded as 100/100
dormitory-allocation-simulation
This is a school project from Data Structures and Algorithms course where simulating the distribution of students to houses by sticking some restrictions. Not any complex data structures or algorithms are applied on this project just some arraylist structure is used. This is more like a warm-up project to course.
maximum-flow-modelling-on-network-flow-graph
This is a school project from Data Structures and Algorithms course where network flow graph, Dinic's Algorithm are used effectively. It is an application of finding maximum flow on network flow graphs. The aim of the project is make sure to supply as many flow from source to sink.
minimum-spanning-tree-and-shortest-path-finder-on-graph
This is a school project from Data Structures and Algorithms course where graphs, Prim's Algorithm and Dijkstra's Algorithm are used effectively. It is an application of finding shortest path and minimum spanning tree on graphs. The project is thematized with legendary love story of Leyla and Mecnun. The aim of the project is brought together Leyla and Mecnun. And then, taking them to their honeymoon if it is possible.
multithreaded-scientific-search-engine
This is a school project from Operating Systems course where threads, mutexes, semaphores, task pools and critical sections are used effectively to ensure synchronization among threads.
remote-procedure-call-on-server-client-communication
This is a school project from Operating Systems course where local procedure, remote procedure control (RPC), piping, forking, child and parent processes are used effectively.
understanding-supercapacitor-charge-discharge-rates-using-machine-learning
The project aims to design machine learning algorithm which is able to predict energy densities of supercapacitors by using input data that is enriched from the results came from image processing techniques.
vacuum-cleaner-robot
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
cankobanz's Repositories
cankobanz/understanding-supercapacitor-charge-discharge-rates-using-machine-learning
The project aims to design machine learning algorithm which is able to predict energy densities of supercapacitors by using input data that is enriched from the results came from image processing techniques.
cankobanz/vacuum-cleaner-robot
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
cankobanz/100daysOfCode-python-developer-portfolio
cankobanz/AppStoreTracker
This is a Python bot that can multiple track app store accounts and send notification to specified Discord channel if there is a difference.
cankobanz/cankobanz
Config files for my GitHub profile.
cankobanz/classification-of-brain-tumors-with-CNN-by-using-an-augmented-dataset
Classification of brain tumors with CNN is applied. After that, experiments are repeated with augmented dataset.
cankobanz/CNN-from-scratch
Trying implementation of convolutional neural network (CNN) from scratch. Only using numpy.
cankobanz/discrete-event-simulator-ExcelFed
This is a school project from Data Structures and Algorithms course where Priority Queues are used effectively. It is an application of discrete event simulation. The aim of the project is to serve as much as player that come to the tennis court at discrete times for different services. The project graded as 100/100
cankobanz/dormitory-allocation-simulation
This is a school project from Data Structures and Algorithms course where simulating the distribution of students to houses by sticking some restrictions. Not any complex data structures or algorithms are applied on this project just some arraylist structure is used. This is more like a warm-up project to course.
cankobanz/maximum-flow-modelling-on-network-flow-graph
This is a school project from Data Structures and Algorithms course where network flow graph, Dinic's Algorithm are used effectively. It is an application of finding maximum flow on network flow graphs. The aim of the project is make sure to supply as many flow from source to sink.
cankobanz/minimum-spanning-tree-and-shortest-path-finder-on-graph
This is a school project from Data Structures and Algorithms course where graphs, Prim's Algorithm and Dijkstra's Algorithm are used effectively. It is an application of finding shortest path and minimum spanning tree on graphs. The project is thematized with legendary love story of Leyla and Mecnun. The aim of the project is brought together Leyla and Mecnun. And then, taking them to their honeymoon if it is possible.
cankobanz/multithreaded-scientific-search-engine
This is a school project from Operating Systems course where threads, mutexes, semaphores, task pools and critical sections are used effectively to ensure synchronization among threads.
cankobanz/remote-procedure-call-on-server-client-communication
This is a school project from Operating Systems course where local procedure, remote procedure control (RPC), piping, forking, child and parent processes are used effectively.
cankobanz/CancelationPrediction
Hotel cancellations are predicted.
cankobanz/decision-boundary-of-a-neural-network-with-ReLU
Traininig a simple neural network with ReLU activation function to classify the data.
cankobanz/hidden-markov-model
Simple hidden markov model is applied.
cankobanz/machine-learning-projects
Machine learning course projects are contributed.
cankobanz/multi-agent-vacuum-cleaners
Minimax algorithm and alpha-beta pruning are applied to solve competing vacuum cleaners that want to clean a room from dirts.
cankobanz/obstacle-game
This is a Unity game coded in C# to practice basic concepts. The course followed is Complete C# Unity Game Developer 3D by Rick Davidson, SECTION 2.
cankobanz/rocket-game
This is a Unity game coded in C# to practice basic concepts. The course followed is Complete C# Unity Game Developer 3D by Rick Davidson, SECTION 3.
cankobanz/TrafficMonitoringSystem
cankobanz/VAE-and-GAN-training-on-MNIST-dataset
Handwritten Digit Generation with VAE and GAN are applied.