koba-jon / svm_cppLinks
Support Vector Machines Implementation from scratch in C++
☆20Updated 3 years ago
Alternatives and similar repositories for svm_cpp
Users that are interested in svm_cpp are comparing it to the libraries listed below
Sorting:
- A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to sta…☆19Updated 4 years ago
- My C++ deep learning framework & other machine learning algorithms☆88Updated 2 years ago
- Fully-working mlpack example programs☆133Updated 4 months ago
- [Side Project] Implemented solutions to deadlocks, producer-consumer problem, & readers-writers problem with C++ and inter-thread communi…☆15Updated 6 months ago
- Flexible and fast neural network library (feed-forward, RNN, GRU, LSTM, etc)☆59Updated 9 years ago
- My personal set of C libraries for linear algebra computation based on The Matrix Cookbook and Numerical Recipes in C.☆102Updated 5 years ago
- Tensorflow model export from Python to C++ and inference without using TF library☆17Updated 6 years ago
- My curated list of C++ (GPU) BLAS libraries and machine learning/reinforcement learning frameworks☆29Updated 5 years ago
- tiny fast portable real-time deep neural network for regression and classification within 50 LOC.☆52Updated 4 years ago
- An Open Convolutional Neural Network Framework in C++ From Scratch☆66Updated 4 years ago
- C++ library for reinforcement learning☆53Updated 2 years ago
- A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, Ad…☆52Updated 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
- Symbolic differentiation engine for optimization-based machine learning models.☆43Updated 7 years ago
- A Matlab benchmarking toolbox for kernel adaptive filtering☆98Updated 2 years ago
- A simple library to deploy Keras neural networks in pure C for realtime applications☆90Updated last month
- A header-only C++ library for deep neural networks☆424Updated 4 years ago
- A GPU (CUDA) based Artificial Neural Network library☆109Updated 3 years ago
- Python code (packaged in Docker container) to run the experiments in "A Greedy Algorithm for Quantizing Neural Networks" by Eric Lybrand …☆20Updated 4 years ago
- Recurrent Neural Filters for Time Series Prediction☆24Updated 5 years ago
- An implementation of the Nelder-Mead simplex method.☆26Updated 9 years ago
- A demonstration of speeding up a 1D convolution using SSE☆51Updated 8 years ago
- NumPy-compatible multidimensional arrays in C++☆161Updated 10 months ago
- C++ template library for probabilistic programming☆50Updated 4 years ago
- A collection of code examples for learning parallel programming concepts☆52Updated 4 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆20Updated 5 years ago
- time series classification from scratch with deep neural networks (WIP)☆18Updated 6 years ago
- Simple implementation of CNN (convolutional neural network) with precise-comments.☆36Updated 3 years ago
- Code for the simulations in the neural Kalman filtering paper☆20Updated 4 years ago
- Simple example of using pybind11.☆18Updated 7 years ago