adaptive-neural-compilation
Compilation toolset
This repository provides tools and utilities to generate weights for a neural network model by compiling low-level programs.
59 stars
8 watching
11 forks
Language: Lua
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
microsoft/archai | Automates the search for optimal neural network configurations in deep learning applications | 467 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
forresti/squeezenet | Provides pre-trained models and training configurations for a deep neural network architecture optimized for image classification tasks | 2,176 |
aditya-khant/neural-assembly-compiler | A compiler that translates neural assembly code into pyTorch format | 27 |
andrewt3000/dl4nlp | A collection of resources and notes on deep learning for natural language processing. | 2,198 |
andreasveit/convnet-aig | An implementation of an adaptive neural network architecture that dynamically defines its topology based on input images. | 185 |
intel/neural-compressor | Tools and techniques for optimizing large language models on various frameworks and hardware platforms. | 2,226 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
compressed/backpropneuralnet.jl | A Julia implementation of a neural network architecture with backpropagation support | 47 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |