yaseminutkueri's Stars
synercys/annotated_latex_equations
Examples of how to create colorful, annotated equations in Latex using Tikz.
nanoporetech/dorado
Oxford Nanopore's Basecaller
nanoporetech/bonito
A PyTorch Basecaller for Oxford Nanopore Reads
berkgurdamar/RNASeq-Pipeline
RNASeq-Pipeline for Quantification and Enrichment Analysis
berkerdemirel/Machine-Learning-From-Scratch
KNN, KMeans, Decision Tree, Naive Bayesian, Linear Regression, Principal Component Analysis, Neural Networks, Support Vector Machines all written in C++ from scratch.
berkerdemirel/Parallel-Breadth-First-Search-OpenMP-and-CUDA
Implementation of Direction Optimizing BFS in both OpenMP and CUDA (C++)
UU-Human-Evolution/1MB438
berkerdemirel/Expectation-Maximization-Algorithm
MATLAB Implementation of Expectation-Maximization Algorithm
berkerdemirel/Graph-Algorithms
Graph algorithms: traversal algorithms, detecting cycle, finding diameter, shortest path algorithms, finding node metrics and coloring algorithms
berkerdemirel/Statistics-Toolbox
A toolbox for ANOVA and Linear Regression
berkerdemirel/Deep-Convolutional-Generative-Adversarial-Networks
Deep Convolutional Generative Adversarial Network implementation in Python.
berkerdemirel/Linear-Algebra
A big matrix class written in C++, that serves advanced linear algebra techniques like SVD, QR factorization, inverse and eigenvalues.
berkerdemirel/data-structures
C++ implementations of common data structures
berkerdemirel/Sorting-Algorithms
Implementation of popular sorting algorithms in C++