ANNetGPGPU
GPU ANN library
A library that provides a GPU-accelerated implementation of artificial neural networks.
A GPU (CUDA) based Artificial Neural Network library
107 stars
11 watching
20 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists
c-plus-plus-11cudapropagation-networkself-organizing-map
Related projects:
Repository | Description | Stars |
---|---|---|
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
shigekikarita/grain2 | A library that provides an autograd and GPGPU framework for dynamic neural networks in D. | 7 |
nvidia/matx | A C++17 GPU-accelerated numerical computing library with Python-like syntax | 1,220 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
calebwin/emu | A library for portable, modular, and performant GPU compute programming in Rust. | 1,596 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
xtra-computing/thundergbm | Accelerates machine learning algorithms on GPUs to improve performance and efficiency | 693 |
sony/nnabla | A deep learning framework that provides a flexible and expressive Python API for building and training neural networks on various platforms. | 2,728 |
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 222 |
doonny/pipecnn | A tool for accelerating convolutional neural networks on Field-Programmable Gate Arrays (FPGAs) using OpenCL-based hardware design | 1,253 |
torontodeeplearning/convnet | A high-performance GPU implementation of neural networks using C++ | 506 |
tangledpath/ruby-fann | A Ruby library that provides an interface to the FANN neural network library. | 497 |