jpowie01 / CUDA-DNN-MNISTLinks
Example C++ CUDA implementation for training Neural Network on MNIST dataset
☆27Updated 7 years ago
Alternatives and similar repositories for CUDA-DNN-MNIST
Users that are interested in CUDA-DNN-MNIST are comparing it to the libraries listed below
Sorting:
- Personal collection of references for high performance mixed precision training.☆41Updated 5 years ago
- implement AlexNet with C / convolutional nerual network / machine learning / computer vision☆191Updated 3 years ago
- Training with FP16 weights in PyTorch☆79Updated 5 years ago
- Parse TFLite models (*.tflite) EASILY with Python. Check the API at https://zhenhuaw.me/tflite/docs/☆102Updated 5 months ago
- Convolutional Neural Network of vgg19 model using Cuda to accelerate☆12Updated 7 years ago
- Pretrained VGG16 neural net in C language☆50Updated 3 years ago
- image to column☆30Updated 11 years ago
- matrix multiplication in CUDA☆123Updated last year
- Yolov3 (+tiny) pythonic pytorch implementation.☆34Updated 6 years ago
- Quantize weights and activations in Recurrent Neural Networks.☆94Updated 6 years ago
- Test winograd convolution written in TVM for CUDA and AMDGPU☆41Updated 6 years ago
- EfficientNets snapshot☆90Updated 6 years ago
- Accelerating CNN's convolution operation on GPUs by using memory-efficient data access patterns.☆14Updated 7 years ago
- Implementation of a simple CNN using CUDA☆68Updated 8 years ago
- Example codes appears in lectures☆23Updated 3 years ago
- Implementing Google's DistBelief paper☆110Updated 2 years ago
- A collection of metrics to profile a single deep learning model or compare two different deep learning models☆26Updated last year
- Codebase associated with the PyTorch compiler tutorial☆46Updated 5 years ago
- coding an autograd from scratch☆177Updated 6 years ago
- 2D Convolution using NumPy☆17Updated 3 years ago
- Graph Transforms to Quantize and Retrain Deep Neural Nets in TensorFlow☆168Updated 5 years ago
- Simple Training and Deployment of Fast End-to-End Binary Networks☆157Updated 3 years ago
- Quantized Neural Networks - networks trained for inference at arbitrary low precision.