rz1993 / tensorflow_guides

A variety of machine learning architectures implemented in tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow Guides

A bunch of implementations of common machine learning architectures, both neural and not neural, using tensorflow. This is meant to be a learning avenue for me as I try to solidify new ideas I read about, while also being a useful resource for others trying to learn more about machine learning, deep learning or tensorflow.

Implemented Models

  • Variational Autoencoders with Multinomial Likelihoodin progress
  • Convolutional Variational Autoencoders
  • Probabilistic Matrix Factorization in progress
  • Seq2seq Encoder Decoder (with Attention) in progress

About

A variety of machine learning architectures implemented in tensorflow


Languages

Language:Python 100.0%