tensorflow_hmm
HMM algorithm
A TensorFlow implementation of an HMM layer with algorithms for forward/backward and viterbi decoding
A tensorflow implementation of an HMM layer
287 stars
16 watching
80 forks
Language: Jupyter Notebook
last commit: almost 7 years ago
Linked from 1 awesome list
hmmtensorflowtensorflow-hmmviterbi
Related projects:
Repository | Description | Stars |
---|---|---|
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
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 |
ppwwyyxx/moco.tensorflow | Reimplements a popular deep learning model for unsupervised visual representation learning using TensorFlow | 161 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
yhcc/yolo2 | An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
tensorflow/tensorflow | An end-to-end platform for building and deploying machine learning applications | 186,382 |
hizhangp/yolo_tensorflow | A TensorFlow-based implementation of the YOLO object detection algorithm for image classification and tracking. | 799 |
warmspringwinds/tensorflow_notes | A collection of notes and explanations about the TensorFlow machine learning library | 226 |
neroloh/darts-tensorflow | This implementation provides a Tensorflow-based framework for searching different architectures in deep neural networks using 2nd-order approximations. | 73 |
hjptriplebee/vgg19_with_tensorflow | An implementation of VGG19 using TensorFlow and OpenCV for image classification | 178 |
tailhq/dynaml | An interactive machine learning development environment with support for Scala, JVM, and popular ML libraries. | 201 |
nilboy/tensorflow-yolo | An implementation of the YOLO object detection algorithm using TensorFlow and pre-trained models. | 774 |
dinghanshen/swem | A software project that implements word embedding-based models for text classification tasks and provides pre-trained embeddings and evaluation scripts. | 284 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |