JRMeyer / tensorflow-tutorial

Code for email classification in TensorFlow.

Home Page:http://jrmeyer.github.io/machinelearning/2016/02/01/TensorFlow-Tutorial.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TL;DR

You can find a tutorial and walk-through of the code here:

http://jrmeyer.github.io/machinelearning/2016/02/01/TensorFlow-Tutorial.html

Application

To ground this tutorial in some real-world application, we decided to use a common beginner problem from Natural Language Processing (NLP): email classification. The idea is simple - given an email you’ve never seen before, determine whether or not that email is Spam or not (aka Ham).

About

Code for email classification in TensorFlow.

http://jrmeyer.github.io/machinelearning/2016/02/01/TensorFlow-Tutorial.html

License:MIT License


Languages

Language:Python 51.8%Language:TeX 45.8%Language:Shell 2.3%