tinn
Neural network library
A lightweight neural network library for training and prediction tasks
A tiny neural network library
2k stars
90 watching
188 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
ansibackcfeedforwardnetworkneuralpropagationtiny
Related projects:
Repository | Description | Stars |
---|---|---|
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
google-research/tf-slim | A lightweight library for defining and training neural networks in TensorFlow. | 372 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
totemstech/neuraln | A C++ library for building and training neural networks with high-performance support for large datasets. | 275 |