dani2442 / DeepNeuralNetwork
☆18Updated 6 years ago
Alternatives and similar repositories for DeepNeuralNetwork:
Users that are interested in DeepNeuralNetwork are comparing it to the libraries listed below
- A simple implementation of a convolutional neural network from scratch in C++☆13Updated 5 years ago
- Implementing CNN for Digit Recognition (MNIST and SVHN dataset) using PyTorch C++ API☆24Updated 3 years ago
- Minimal implementation of adaptive gradient clipping (https://arxiv.org/abs/2102.06171) in TensorFlow 2.☆84Updated 3 years ago
- C++ demo of deep neural networks (MLP, CNN)☆32Updated last year
- My solution to the Global Data Science Challenge☆36Updated 4 years ago
- A highly modular PyTorch framework with a focus on Neural Architecture Search (NAS).☆23Updated 3 years ago
- PyTorch 1.5 C++ frontend API☆20Updated 4 years ago
- A lightweight deep learning framework made with ❤️☆32Updated 5 years ago
- A Numpy implementation of a Convolutional Neural Network: slow & fast (im2col/col2im).☆56Updated last year
- ResNet Implementation, Training, and Inference Using LibTorch C++ API☆40Updated 10 months ago
- An implementation of GhostNet for Tensorflow 2.0+ (From the paper "GhostNet: More Features from Cheap Operations")☆38Updated 2 years ago
- This repo is projected to offer a tutorial on how to implement YOLO V3 from scratch. Hopefully, developers can build and train their own …☆39Updated 5 years ago
- ONNX converter and optimizer scirpts for Kneron hardware.☆39Updated last year
- Fast NPU-aware Neural Architecture Search☆22Updated 3 years ago
- Neural Networks library in pure numpy☆67Updated last year
- Benchmark inference speed of CNNs with various quantization methods in Pytorch+TensorRT with Jetson Nano/Xavier☆55Updated last year
- a mini Deep Learning framework supporting GPU accelerations written with CUDA☆32Updated 4 years ago
- All about acceleration and compression of Deep Neural Networks☆33Updated 5 years ago
- ☆52Updated 4 years ago
- Unofficial pytorch implementation of ReZero in ResNet☆23Updated 5 years ago
- PyTorch reimplementation of RegNet (Design Space Design, CVPR2020) on CIFAR10 and ImageNet☆47Updated 4 years ago
- A collection of metrics to profile a single deep learning model or compare two different deep learning models☆26Updated last year
- How to run Keras model inference x3 times faster with CPU and Intel OpenVINO☆34Updated 5 years ago
- Implementing "The Lottery Ticket Hypothesis" paper by "Jonathan Frankle, Michael Carbin"☆34Updated last year
- How to implement Non Max Suppression (NMS) in PyTorch☆17Updated 2 years ago
- ImageNet training code that implements academic defaults☆12Updated 3 years ago
- Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070☆96Updated 2 years ago
- re-implement for paper: SqueezeNext: Hardware-Aware Neural Network Design. (SqueezeNext)☆29Updated 6 years ago
- ☆17Updated 5 years ago
- Implement feedforward, convolution neural network in C++ with only built-in libraries. This is a tutorial style project which implements …☆26Updated 7 years ago