tensorlm
Text generator library
A library for text generation with recurrent neural networks using TensorFlow
Wrapper library for text generation / language models at char and word level with RNN in TensorFlow
61 stars
4 watching
29 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
char-lmchar-rnnlanguage-modelnlptensorflowtensorflow-library
Related projects:
Repository | Description | Stars |
---|---|---|
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
hardmaru/write-rnn-tensorflow | Generates handwritten characters using an LSTM mixture density network with TensorFlow | 700 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
dinghanshen/swem | A software project that implements word embedding-based models for text classification tasks and provides pre-trained embeddings and evaluation scripts. | 284 |
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 |
google-research/tf-slim | A lightweight library for defining and training neural networks in TensorFlow. | 372 |
hasktorch/hasktorch | A Haskell library for building and training neural networks with native C++ libraries. | 1,069 |
tensorflow/tfjs | An open-source JavaScript library for training and deploying machine learning models using WebGL acceleration. | 18,495 |
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,819 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
vlang/vtl | A C library providing an n-dimensional tensor data structure and linear algebra routines | 148 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |