Pinned Repositories
artificial
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
BubblesProject
Bilkent CS319 Course Project
cms_topn
PostgreSQL extension to use count-min sketch top-n algorithm.
householder-QR
C++ implementation of Householder QR Factorization
least-squares-fitting
Solving the Least Squares Problem via reduced QR factorization by Gram-Schmidt and by Householder triangularization.
MiniMD
MiniMD
mpiCG
Implement conjugate gradient with MPI
Numerical-Algebra-GramSchmidt
CGS and MGS implementation
Parallel_Conjugate_Gradient_MPI
ozturkosu's Repositories
ozturkosu/ares
Ares: A framework for quantifying the resilience of deep neural networks
ozturkosu/benchmarks
Benchmark code
ozturkosu/caffe
Caffe: a fast open framework for deep learning.
ozturkosu/caffe-1
This fork of BVLC/Caffe is dedicated to improving performance of this deep learning framework when running on CPU, in particular Intel® Xeon processors (HSW+) and Intel® Xeon Phi processors
ozturkosu/code-samples
Source code examples from the Parallel Forall Blog
ozturkosu/Computer-Networking-and-Internet-Technologies
ozturkosu/DataSciencePython
common data analysis and machine learning tasks using python
ozturkosu/gcoospdm
Sparse-dense matrix-matrix multiplication on GPUs
ozturkosu/ginkgo
Numerical linear algebra software package
ozturkosu/GPU-Assingment2
GPU-Assignment-2
ozturkosu/GPU-Warming2
CSE5449-Warming-2(Sparse-Matrix-Vector-Multiplication)
ozturkosu/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ozturkosu/hdf5-ampi
Version of HDF5 modified for AMPI
ozturkosu/Jacobi-Gauss-Seidel-SD-CG-Math6601
ozturkosu/k8s-monitoring
ozturkosu/Machine-Learning-Tutorials
machine learning and deep learning tutorials, articles and other resources
ozturkosu/MATH6601-NewtonANDSecant-3
ozturkosu/merge-spmm
Code for paper "Design Principles for Sparse Matrix Multiplication on the GPU" accepted to Euro-Par 2018
ozturkosu/MiniMD_NT
ozturkosu/MS-DOS
The original sources of MS-DOS 1.25 and 2.0, for reference purposes
ozturkosu/Parallel_bitops
ozturkosu/python-graph-clustering
A collection of Python scripts that implement various graph clustering algorithms, specifically for identifying protein complexes from protein-protein interaction networks.
ozturkosu/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
ozturkosu/random-scheduler
A custom kubernetes scheduler that places pods randomly on nodes
ozturkosu/SparseMatrixVector
CSE5449-Warming-2(Sparse-Matrix-Vector-Multiplication)
ozturkosu/tech-interview-handbook
💯 Algorithms study materials, behavioral content and tips for rocking your coding interview
ozturkosu/Tensorflow-Project-Template
A best practice for tensorflow project template architecture.
ozturkosu/thrust
Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL).
ozturkosu/vDNN
ozturkosu/vdnn-plus-plus
Implementation of vDNN++; an improvement over vDNN