cbezaitis's Stars
chenyaofo/pytorch-cifar-models
Pretrained models on CIFAR10/100 in PyTorch
thomasverelst/awesome-dynamic-conditional-networks-cv
Overview of conditional computution and dynamic CNNs for computer vision, with a focus on reducing computational complexity
ZSusskind/BTHOWeN
Code to accompany "Weightless Neural Networks for Efficient Edge Inference", PACT 2022
llohse/libnpy
C++ library for reading and writing of numpy's .npy files
deJQK/AdaBits
jmjeon2/MobileNet-Pytorch
Implementation of MobileNet V1, V2, V3
benja263/Integer-Only-Inference-for-Deep-Learning-in-Native-C
Converting a deep neural network to integer-only inference in native C via uniform quantization and the fixed-point representation.
kraiskil/onnx2c
Open Neural Network Exchange to C compiler.
Xilinx/brevitas
Brevitas: neural network quantization in PyTorch
EECS-NTNU/bismo
BISMO: A Scalable Bit-Serial Matrix Multiplication Overlay for Reconfigurable Computing
AliveTeam/alive_reversing
Re-implementation of Oddworld: Abe's Exoddus and Oddworld: Abe's Oddysee
AdaCoreU/Courses
This repository contains course material published to the AdaCore University website
danmar/cppcheck
static analysis of C/C++ code
Galland/LEON2
LEON2 SPARC CPU IP core LGPL by Gaisler Research
sofa-framework/sofa
Real-time multi-physics simulation with an emphasis on medical simulation.
beyonddream/hamurabi
Hamurabi text based strategy game ported to C.
AndrewCarterUK/mnist-neural-network-plain-c
A neural network implementation for the MNIST dataset, written in plain C