koba-jon / svm_cpp
Support Vector Machines Implementation from scratch in C++
☆16Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for svm_cpp
- Neural Network Libraries https://nnabla.org/ - C Runtime☆51Updated 4 months ago
- Tensor library for c++☆12Updated 5 years ago
- A C++ neural network library for machine learning☆12Updated 6 months ago
- My personal set of C libraries for linear algebra computation based on The Matrix Cookbook and Numerical Recipes in C.☆97Updated 5 years ago
- An Open Convolutional Neural Network Framework in C++ From Scratch☆59Updated 3 years ago
- A c++ header library for matrix operation inspired Numpy Scipy, MATLAB only using Eigen.☆45Updated 7 years ago
- Machine learning library in C++ with Eigen☆18Updated 9 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
- Parallel k-d tree with C++17, MPI and OpenMP☆31Updated 2 years ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆82Updated 7 months ago
- Converting a deep neural network to integer-only inference in native C via uniform quantization and the fixed-point representation.☆20Updated 2 years ago
- Fast and full-featured Matrix Market I/O library for C++, Python, and R☆75Updated 3 months ago
- tiny fast portable real-time deep neural network for regression and classification within 50 LOC.☆49Updated 3 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆18Updated 4 years ago
- Convert ONNX models to plain C++ code (without dependencies)☆18Updated last year
- A header only library implementing common mathematical functions using SIMD intrinsics☆92Updated 2 weeks ago
- MagmaDNN: a simple deep learning framework in c++☆45Updated 4 years ago
- Some C++ codes for computing a 1D and 2D convolution product using the FFT implemented with the GSL or FFTW☆57Updated 11 years ago
- Serial and parallel implementations of matrix multiplication☆35Updated 3 years ago
- A collection of code examples for learning parallel programming concepts☆51Updated 3 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆113Updated 7 months ago
- A single header-only C++ library for automatic / algorithmic differentiation.☆13Updated last year
- C++ Header-Only Library for High-Performance Tensor-Vector Multiplication☆19Updated last week
- Simple example of using pybind11.☆16Updated 6 years ago
- Matrix multiplication using c++11 threads☆32Updated 6 years ago
- class that represents 16-bit floating point (half)☆11Updated last year
- C++/Eigen implementation of fast randomized SVD☆23Updated 3 years ago
- Deep Learning framework in C++/CUDA that supports symbolic/automatic differentiation, dynamic computation graphs, tensor/matrix operation…☆50Updated 3 years ago
- The Numerical Template Toolbox - C++ Scientific Computing Made Easy☆36Updated 8 years ago
- C++ demo of deep neural networks (MLP, CNN)☆32Updated 10 months ago