Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Estimator Examples

TensorFlow Estimators are a high-level API for TensorFlow that allows you to create, train, and use deep learning models easily.

See the Quickstart tutorial for an introduction to the API.

To run most of these examples, you need to install the scikit learn library (pip install -U scikit-learn). Some examples use the pandas library for data processing (pip install -U pandas).

Basics

Techniques

Specialized Models

Text classification