ViktorC / C-ATTL3Links
A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to state-of-the-art convolutional ResNets and LSTMs.
☆19Updated 4 years ago
Alternatives and similar repositories for C-ATTL3
Users that are interested in C-ATTL3 are comparing it to the libraries listed below
Sorting:
- An Open Convolutional Neural Network Framework in C++ From Scratch☆66Updated 4 years ago
- A C++ neural network library for machine learning☆15Updated last year
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- MagmaDNN: a simple deep learning framework in c++☆51Updated 5 years ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 10 years ago
- Support Vector Machines Implementation from scratch in C++☆21Updated 4 years ago
- Fast stand-alone C++ decoder for RNN-based NMT models☆29Updated 4 years ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆83Updated 3 weeks ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆87Updated last year
- A c++ header library for matrix operation inspired Numpy Scipy, MATLAB only using Eigen.☆47Updated 8 years ago
- A single header-only C++ library for automatic / algorithmic differentiation.☆16Updated 3 years ago
- Some C++ codes for computing a 1D and 2D convolution product using the FFT implemented with the GSL or FFTW☆59Updated 12 years ago
- Convert ONNX models to plain C++ code (without dependencies)☆22Updated 2 years ago
- Matrix-Vector Library Designed for Neural Network Construction. cuda (gpu) support, openmp (multithreaded cpu) support, partial supp…☆13Updated 5 years ago
- C/C++ Plotting Library☆26Updated 2 years ago
- Libtorch C++ Examples☆52Updated 4 years ago
- Levenberg-Marquardt nonlinear least squares algorithms in C/C++☆22Updated 2 years ago
- NumPy-compatible multidimensional arrays in C++☆162Updated last year
- C++ library for tensors☆12Updated 6 years ago
- dlib implementation of Siamese Network Training with Caffe