memn2n
Memory Network
An implementation of End-To-End Memory Networks with a TensorFlow interface using the bAbI dataset for natural language processing tasks.
End-To-End Memory Network using Tensorflow
342 stars
18 watching
134 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list
memory-networksnlptensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
liqimai/gcn | An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,369 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
jazzsaxmafia/dcn.tf | An implementation of Dynamic Capacity Networks using Tensorflow for image classification on the Cluttered MNIST dataset | 9 |
doctorteeth/diffmem | Differentiable memory schemes for neural networks | 220 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |
yixuan/minidnn | A C++ library implementing deep neural networks with good performance and modularity | 397 |
wenxinxu/resnext-in-tensorflow | An implementation of a deep neural network architecture in TensorFlow | 78 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
stackoverflowmatlabchat/neuralnetplayground | A MATLAB implementation of a neural network interface for regression and classification tasks | 70 |