WenqiJiang / Convolution-Neural-Network-by-pyCUDA
pyCUDA implementation of forward propagation for Convolutional Neural Networks
☆18Updated 6 years ago
Alternatives and similar repositories for Convolution-Neural-Network-by-pyCUDA:
Users that are interested in Convolution-Neural-Network-by-pyCUDA are comparing it to the libraries listed below
- Algorithms implemented in CUDA + resources about GPGPU☆55Updated 3 years ago
- Implementing CNN code in CUDA and OpenCL to evaluate its performance on NVIDIA GPUs, AMD GPUs, and an FPGA platform.☆54Updated 8 years ago
- This is a c++ implementation of an LSTM Neural Network parallelized for a GPU using CUDA☆24Updated 7 years ago
- A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedu…☆17Updated 5 years ago
- CUDA for MNIST training/inference☆40Updated last year
- Implementation of convolution layer in different flavors☆68Updated 7 years ago
- ☆14Updated 2 weeks ago
- ICML2017 MEC: Memory-efficient Convolution for Deep Neural Network C++实现(非官方)☆17Updated 6 years ago
- Code for training Keras ImageNet (ILSVRC2012) image classification models from scratch