kirit93 / GRU
A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.
☆18Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for GRU
- A C implementation of common Artificial Neural Networks☆14Updated 6 months ago
- Flexible and fast neural network library (feed-forward, RNN, GRU, LSTM, etc)☆58Updated 8 years ago
- An Open Convolutional Neural Network Framework in C++ From Scratch☆59Updated 3 years ago
- ☆14Updated last year
- Converting a deep neural network to integer-only inference in native C via uniform quantization and the fixed-point representation.☆21Updated 2 years ago
- Real-time speech enhancement based on spectral subtraction☆14Updated 6 years ago
- tensorflow speech synthesis c++ inference for voicenet☆16Updated 5 years ago
- A library for computing spectrograms and periodograms☆9Updated 5 years ago
- Fast Independent Vector Extraction: Code and data to reproduce the results from the paper.☆22Updated 4 years ago
- CMSIS DSP Library for PULPino microcontroller☆22Updated 6 years ago
- This is a c++ implementation of an LSTM Neural Network parallelized for a GPU using CUDA☆22Updated 7 years ago
- Code and models of the paper "FPGA accelerator for Gradient Boosting Decision Trees".☆10Updated 3 years ago
- Canny Edge detector algorith optimized on the Programmable Logic (HW) of the Zynq-7000 FPGA Architecture☆10Updated 4 years ago
- Dan's repository of OpenFst (manually created by downloading certain versions of OpenFst), created to track certain patches.☆13Updated 8 years ago
- ☆17Updated 2 months ago
- 用C++实现一个简单 的Transformer模型。 Attention Is All You Need。☆40Updated 3 years ago
- Support Vector Machines Implementation from scratch in C++☆16Updated 3 years ago
- In this work we propose two postprocessing approaches applying convolutional neural networks (CNNs) either in the time domain or the ceps…☆28Updated 4 years ago
- In this repository, we explore model compression for transformer architectures via quantization. We specifically explore quantization awa…