Pinned Repositories
ott
Optimal transport tools implemented with the JAX framework, to get differentiable, parallel and jit-able computations.
anndata
Annotated data.
c-boulderdash
A Comodore 64 game written in C
Distribution-Matching-with-Dilated-Networks
Implementation of the paper "Distribution Matching with Dilated Convolutions"
DM-Count
Code for NeurIPS 2020 paper: Distribution Matching for Crowd Counting.
MIPS-32-bit-processor
A 32 bit processor written in structural VerilogHDL in Quartus II. It supports 36 instructions and has a data memory of 128KB.
RollOnThePoll
geome
moscot
Multi-omic single-cell optimal transport tools
Prust
PUS-C on Rust. This is the entry point for the Prust tools. List of the tools and a Wiki for them.
selmanozleyen's Repositories
selmanozleyen/c-boulderdash
A Comodore 64 game written in C
selmanozleyen/MIPS-32-bit-processor
A 32 bit processor written in structural VerilogHDL in Quartus II. It supports 36 instructions and has a data memory of 128KB.
selmanozleyen/DM-Count
Code for NeurIPS 2020 paper: Distribution Matching for Crowd Counting.
selmanozleyen/RollOnThePoll
selmanozleyen/Distribution-Matching-with-Dilated-Networks
Implementation of the paper "Distribution Matching with Dilated Convolutions"
selmanozleyen/gpp-language-interpreter-yacc
An interpreter for a language called g++ with lisp like syntax.
selmanozleyen/unix-like-filesystem
This is a file system simulation that uses inodes and some other paradigms from unix.
selmanozleyen/epidemic-sim
An epidemic simulation with visuals to practice design patterns. Many design principles was in my mind while I implemented it. Put extra effort to get familiar with modern Java practices with functional programming paradigms which I love. An over-engineered example for sure...
selmanozleyen/os-virtual-mem-emulator
A simulation of the virtual memory. The purpose here is to compare the page replacement and allocation policies.
selmanozleyen/spim-os-multiprogramming-extension
This is a modification of SPIM. Original source code can be found here. Original spim is designed to execute only one process but by adding syscalls like execv, fork, wait and some other helper syscalls I was able to modify it to a multi-process OS with multitasking. There are also interrupts periodically to call the interrupt function which is written in assembly. Interrupt handler makes context switches with round robin scheduling.
selmanozleyen/FreeRTOS-rust
Rust crate for FreeRTOS
selmanozleyen/stm32l4xx-hal
A Hardware abstraction layer for the stm32l4xx series chips written in rust.
selmanozleyen/gtu-presentation
This is a LaTeX/beamer style file for the Final Project (Bitirme Projesi) presentation style in Gebze Technical University (GTU).
selmanozleyen/anndata
Annotated data.
selmanozleyen/anndata-tutorials
Use cases for anndata.
selmanozleyen/ENVI
selmanozleyen/FDA-Notes
Notes for Foundations in Data Analysis course @ TUM, summer 2022. Obsidian Markdown.
selmanozleyen/graph-coarsening
Multilevel graph coarsening algorithm with spectral and cut guarantees
selmanozleyen/h5py
HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
selmanozleyen/moscot_notebooks
Analysis notebooks using the moscot package
selmanozleyen/ncem
Learning cell communication from spatial graphs of cells
selmanozleyen/ott
Optimal transport tools implemented with the JAX framework, to get differentiable, parallel and jit-able computations.
selmanozleyen/quantum_computing_seminar_presentation
selmanozleyen/scanpy
Single-cell analysis in Python. Scales to >1M cells.
selmanozleyen/TUM
Notes, material and various stuff collected while attended TUM Master's Degree
selmanozleyen/tum_info
A bunch of useful information I've collected while studying at the Technical University of Munich.