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…☆152Updated 13 years ago
- ☆68Updated 3 years ago
- Simple example of using Vulkan for GPGPU computing☆57Updated 7 years ago
- SSE2 implementations of sin, cos, exp, log, tan, cot, atan, atan2☆93Updated 8 years ago
- A single header-only C++ library for automatic / algorithmic differentiation.☆16Updated 3 years ago
- PNM( Portable Anymap Format ) AKA Netpbm ( PBM, PGM and PPM ) Reader and Writer☆15Updated 2 years ago
- Low level generic SIMD wrapper for x86, ARM, WASM with dynamic dispatch☆40Updated 3 weeks 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 …☆32Updated 5 years ago
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆148Updated 9 months ago
- SIMD optimised library for matrix inversion of 2x2, 3x3, and 4x4 matrices.☆95Updated 9 years ago
- A machine vision library written in SYCL and C++ that shows performance-portable implementation of graph algorithms☆163Updated last year
- A header only library implementing common mathematical functions using SIMD intrinsics☆115Updated 3 months ago
- C++ multidimensional arrays in the spirit of the STL☆203Updated 8 months ago
- Visual Computing Library☆20Updated last month
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- Basic linear algebra C++ library for 2D and 3D applications☆48Updated last year
- Fast Gaussian Blur algorithm☆124Updated last year
- A Embedded Gpu Profiler for Dear ImGui App☆63Updated 4 months ago
- Custom Visualizers for Visual Studio and LLDB Debuggers☆83Updated last month
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆44Updated last month
- Implementation of a few sorting algorithms in OpenCL☆36Updated 6 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated 7 months ago
- Simple header-only implementation of "parallel_for" and "parallel_map" for C++11☆31Updated 5 years ago
- A portable GPU/CPU Path Tracer library powered by SYCL. (OpenCL/CUDA/OpenMP)☆16Updated 6 years ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆88Updated last year
- Cross platform super fast single header c++ library to get image size and format without loading/decoding. Support avif, bmp, cur, dds, g…☆120Updated 2 weeks ago
- ☆150Updated last year
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated last year
- AVX-optimized sin(), cos(), exp() and log() functions☆128Updated 3 years ago
- nanothread — Minimal thread pool for task parallelism☆91Updated 2 months ago