Pinned Repositories
cifar_10_keras_cnn
This repository includes a study that aims to apply classification on well-known CIFAR10 dataset. Detailed info in ReadMe
cpu_emulator
This repository includes a study that developing a low-level CPU emulator. Detailed info in ReadMe
cpu_scheduling_with_fcfs
This repository includes a study that aims to handle FCFS which is one of the (the most basic one) cpu scheduling algorithms. Detailed info in ReadMe
data_science_cheat_sheet
This repository includes a comprehensive cheat-sheet on Data Science via example code snippets. Detailed info in ReadMe.
design_patterns
This repository includes a cheat-sheet about design patterns & their application in python.
developing_an_efficient_cryptocurrency_trading_bot
This repository includes a study that aims to develop an efficient cryptocurrency trading bot. Detailed info in ReadMe
map_coloring_with_backtracking
This repository includes a study that aims to handle the map coloring problem with backtracking paradigm. Detailed info in ReadMe
mnist_keras_cnn
This repository includes a study that aims to apply classification on well-known MNIST dataset. Detailed info in ReadMe
shortest_path_with_ucs
This repository includes a study that aims to handle the shortest path problem with UCS paradigm. Detailed info in ReadMe
asrinoztin's Repositories
asrinoztin/cpu_emulator
This repository includes a study that developing a low-level CPU emulator. Detailed info in ReadMe
asrinoztin/developing_an_efficient_cryptocurrency_trading_bot
This repository includes a study that aims to develop an efficient cryptocurrency trading bot. Detailed info in ReadMe
asrinoztin/cifar_10_keras_cnn
This repository includes a study that aims to apply classification on well-known CIFAR10 dataset. Detailed info in ReadMe
asrinoztin/cpu_scheduling_with_fcfs
This repository includes a study that aims to handle FCFS which is one of the (the most basic one) cpu scheduling algorithms. Detailed info in ReadMe
asrinoztin/data_science_cheat_sheet
This repository includes a comprehensive cheat-sheet on Data Science via example code snippets. Detailed info in ReadMe.
asrinoztin/design_patterns
This repository includes a cheat-sheet about design patterns & their application in python.
asrinoztin/developing_a_new_programming_language
This repository includes a study that aims to create and operate a new basic programming language. Detailed info in ReadMe
asrinoztin/k_nearest_sort
This repository includes a study that aims to handle the k-nearest sort problem with min-heap-sort and quick-sort paradigms. Detailed info in ReadMe
asrinoztin/knapsack
This repository includes a study that aims to handle the knapsack problem with recursive-methods and dynamic-programming paradigm. Detailed info in ReadMe
asrinoztin/map_coloring_with_backtracking
This repository includes a study that aims to handle the map coloring problem with backtracking paradigm. Detailed info in ReadMe
asrinoztin/mnist_keras_cnn
This repository includes a study that aims to apply classification on well-known MNIST dataset. Detailed info in ReadMe
asrinoztin/shortest_path_with_ucs
This repository includes a study that aims to handle the shortest path problem with UCS paradigm. Detailed info in ReadMe
asrinoztin/random_walk_on_financial_dataset
This repository includes a study that aims to create random paths in a sample financial dataset.