Cr33zz / Neuro_Links
C++ implementation of neural networks library with Keras-like API. Contains majority of commonly used layers, losses and optimizers. Supports sequential and multi-input-output (flow) models. Supports single CPU, Multi-CPU and GPU tensor operations (using cuDNN and cuBLAS).
☆38Updated 4 years ago
Alternatives and similar repositories for Neuro_
Users that are interested in Neuro_ are comparing it to the libraries listed below
Sorting:
- C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as t…☆146Updated 13 years ago
- ☆68Updated 2 years ago
- Simple example of using Vulkan for GPGPU computing☆55Updated 6 years ago
- Samples from the AMD APP SDK (with OpenCRun support)☆16Updated 7 years ago
- PNM( Portable Anymap Format ) AKA Netpbm ( PBM, PGM and PPM ) Reader and Writer☆15Updated 2 years ago
- Add-on packages for Vector class library☆75Updated last year
- Simple header-only implementation of "parallel_for" and "parallel_map" for C++11☆30Updated 4 years ago
- A demonstration of speeding up a 1D convolution using SSE☆51Updated 8 years ago
- Realtime GPU Profiler for AMD / NVIDIA / Intel GPUs☆32Updated last year
- Example of how to use CUDA with CMake >= 3.8☆70Updated 2 weeks ago
- Fast integer division with divisor not known at compile time. To be used primarily in CUDA kernels.☆71Updated 9 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆34Updated 7 years ago
- 3D B-Spline renderer written in C++ using Qt, OpenGL and Eigen☆25Updated 7 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆30Updated 4 years ago
- nanothread — Minimal thread pool for task parallelism☆78Updated 2 months ago
- ☆21Updated 5 years ago
- Aimed to eliminate preprocessor hell in shaders and kernels.☆45Updated 8 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆55Updated 6 years ago
- FFT visualizer for images☆25Updated 8 years ago
- STL-like containers (array, vector, matrix, cube) useable in device code.☆31Updated last year
- Visual Computing Library☆20Updated 2 months ago
- Low level C++11 RAII wrapper classes for the Vulkan API. The code is auto generated by RAIIGen.☆12Updated 5 months ago
- Velocity And Luminance Adaptive Rasterization☆13Updated 2 years ago
- C++17 tiny vector math library☆43Updated last year
- Fast CUDA (GPU) Bilinear and Nearest-Neighbor Interpolation at high accuracy - uint8_t data☆13Updated 4 years ago
- 🔺 Fast and simple polygon triangulation library.☆43Updated 7 years ago
- A single header-only C++ library for automatic / algorithmic differentiation.☆15Updated 2 years ago
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- C++ demo of deep neural networks (MLP, CNN)☆32Updated last year