Skip to content

kirstenlin/TensorFlow-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Examples

Code examples for some popular machine learning algorithms, using TensorFlow library. Both code and notebook are available.

Tutorial index

1 - Introduction

2 - Basic Classifiers

3 - Neural Networks

4 - Multi GPU

Dependencies

tensorflow
numpy
matplotlib
cuda (to run examples on GPU)

For more details about TensorFlow installation, you can check Setup_TensorFlow.md

Dataset

Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples (with input_data.py). MNIST is a database of handwritten digits, with 60,000 examples for training and 10,000 examples for testing. (Website: http://yann.lecun.com/exdb/mnist/)

Other tutorials are coming soon...

About

TensorFlow Tutorial and Examples for Beginners with Latest APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Python 0.7%