tensorflow-shakespeare
Shakespeare translator
Neural machine translation model that translates modern English into Shakespearean English using TensorFlow and parallel data from the Bard himself.
Neural machine translation between the writings of Shakespeare and modern English using TensorFlow
249 stars
17 watching
60 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
neural-machine-translationseq2seqshakespearetensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,239 |
dinghanshen/swem | Reproduces the results of an ACL 2018 paper on simple word-embedding-based models for natural language processing tasks. | 284 |
batzner/tensorlm | A Python wrapper library for training and generating text with RNNs in TensorFlow | 61 |
nytud/emlam | Preprocessing and modeling scripts for Hungarian language modeling using Python and TensorFlow. | 3 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,583 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
localminimum/qanet | An implementation of Google's QANet for machine reading comprehension using TensorFlow. | 983 |
divamgupta/attention-translation-keras | An implementation of an attention-based sequence-to-sequence neural machine translation model in Keras. | 30 |
google-deepmind/tf2jax | Converts TensorFlow functions to equivalent JAX Python functions. | 109 |
sicara/tf-explain | A library providing interpretability methods for TensorFlow 2.x models | 1,019 |
tensorflow/model-analysis | Evaluates and visualizes the performance of machine learning models. | 1,258 |
jsksxs360/how-to-use-transformers | A comprehensive guide to using the Transformers library for natural language processing tasks | 1,220 |
deschler/django-modeltranslation | Provides a way to add translations to Django models without modifying the original model class. | 1,388 |
bohanli/bert-flow | An implementation of a method to generate sentence embeddings from pre-trained language models using TensorFlow. | 530 |
tkuanlun350/tensorflow-segnet | A TensorFlow-based implementation of the SegNet segmentation algorithm, with modifications to address index unravel issues and support multiple features such as dilation and multi-resolution learning. | 369 |