ribtoks / yannppLinks
Deep Neural Network from scratch in C++ for learning purposes
☆36Updated 5 years ago
Alternatives and similar repositories for yannpp
Users that are interested in yannpp are comparing it to the libraries listed below
Sorting:
- Slides and code for my talk at MeetingC++ 2017☆48Updated 8 years ago
- Deep neural network framework (C/C++/CUDA).☆32Updated 10 years ago
- A practical example of Tensorflow C API based deployment starting from a model trained with Tensorflow + Keras☆82Updated 6 years ago
- Code accompanying my blog post on k-means in Python, C++ and CUDA☆59Updated 8 years ago
- Symbolic differentiation engine for optimization-based machine learning models.☆43Updated 8 years ago
- This project is a simple deep neural network trained using only TensorFlow C++.☆117Updated 2 years ago
- My C++ deep learning framework & other machine learning algorithms☆89Updated 2 years ago
- Run Keras models from a C++ application on embedded devices☆65Updated 5 years ago
- C++ library for reinforcement learning☆54Updated 2 years ago
- Minimal Deep Learning library is written in Python/Cython/C++ and Numpy/CUDA/cuDNN.☆102Updated 7 years ago
- algorithms in c++☆45Updated 5 years ago
- Libtorch C++ Examples☆52Updated 4 years ago
- A machine vision library written in SYCL and C++ that shows performance-portable implementation of graph algorithms☆162Updated last year
- Tensorflow model export from Python to C++ and inference without using TF library☆17Updated 6 years ago
- Computer Vision Papers with Code in GitHub☆45Updated 8 years ago
- A very naive and simple benchmark between dlib and pytorch in terms of space and time☆19Updated 5 years ago
- Demonstration of using Caffe2 inside an Android application.☆68Updated 6 years ago
- Object Detection using a ssd_mobilenet_coco model with OpenCV 3.3 & TensorFlow 1.4 in C++ and XCode