Cr33zz / Neuro_
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 3 years ago
Alternatives and similar repositories for Neuro_:
Users that are interested in Neuro_ are comparing it to the libraries listed below
- A single header-only C++ library for automatic / algorithmic differentiation.☆13Updated 2 years ago
- A collection of awesome algorithms, implemented in CUDA.☆24Updated 7 years ago
- ☆68Updated 2 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆39Updated last year
- Simple example of using Vulkan for GPGPU computing☆53Updated 6 years ago
- 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…☆144Updated 12 years ago
- Simple header-only implementation of "parallel_for" and "parallel_map" for C++11☆31Updated 4 years ago
- Example of how to use CUDA with CMake >= 3.8☆69Updated last year
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- 3D view interactor (C++, OpenGL).☆15Updated 8 years ago
- Basic linear algebra C++ library for 2D and 3D applications☆45Updated 2 months ago
- A C++ Library for Making SVG Charts (fork of PPlot)☆16Updated last year
- A basic geometry C++ library for 2D and 3D applications☆95Updated 3 months ago
- 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 …☆29Updated 4 years ago
- a CUDA implementation of a priority queue☆84Updated 4 years ago
- A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to sta…☆18Updated 3 years ago
- A demonstration of speeding up a 1D convolution using SSE☆50Updated 8 years ago
- Optimized Gaussian blur filter on CPU.☆17Updated 7 years ago
- C++17 tiny vector math library☆41Updated last year
- An STL-like C++ header-only tree library☆138Updated 7 months ago
- llvm::SmallVector stripped from dependencies.☆34Updated 4 years ago
- Samples from the AMD APP SDK (with OpenCRun support)☆16Updated 6 years ago
- Vulkan sample material for CIS 565 at the University of Pennsylvania☆49Updated 7 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- C++ convenience classes to be used with CUDA code, for both the host and the kerlel parts.☆55Updated 6 years ago
- Node based graph editor for Dear ImGui☆16Updated last year
- Fast integer division with divisor not known at compile time. To be used primarily in CUDA kernels.☆70Updated 9 years ago
- 3D B-Spline renderer written in C++ using Qt, OpenGL and Eigen☆24Updated 4 months ago
- Graphical tool to design, manage, and optimize Passive Optical Network layouts☆52Updated last year
- Thrust, CUB, TBB, AVX2, AVX-512, CUDA, OpenCL, OpenMP, Metal - all it takes to sum a lot of numbers fast!☆89Updated 2 weeks ago