tensornets
Network libraries
A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows.
High level network definitions with pre-trained weights in TensorFlow
1k stars
52 watching
184 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
deep-learningdensenetefficientnetfaster-rcnninceptionmobilenetmobilenetv2mobilenetv3modelnasnetobject-detectionpnasnetresnetsqueezenettensorflowvggyoloyolov2yolov3zoo
Related projects:
Repository | Description | Stars |
---|---|---|
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,819 |
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 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,582 |
dingliu0305/tree-tensor-networks-in-machine-learning | An implementation of a tree tensor network model for machine learning tasks using Python and TNContract library. | 28 |
ntedgi/node-efficientnet | A Node.js implementation of the EfficientNet deep learning model architecture. | 257 |
yixuanli/densenet-tensorflow | An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 573 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
eilene/gwnn | A TensorFlow implementation of a graph convolution algorithm using wavelet transforms instead of traditional methods. | 64 |
tensorpro/fractalnet | A deep learning implementation of a fractal neural network architecture | 48 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
itdxer/neupy | A Python library for prototyping and building neural networks using TensorFlow as a backend | 741 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |