Skip to content

Mehran-k/TensorFlow-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Introductory TensorFlow Examples

The aim of this GitHub repository is to provide a few simple TensorFlow examples to help learn TensorFlow faster. More examples will be added in future.

  • Example 1: Getting familiar with computation graph.
  • Example 2: Getting familiar with variables and optimization.
  • Example 3: Creating a simple logistic regression model to predict user genders based on their movie ratings.
  • Example 4: Creating a simple convolutional neural network to classify MNIST images.
  • Next example to be added: a simple embedding-based model to show how embeddings can be used in TensorFlow.

About

The aim of this GitHub repository is to provide a few simple TensorFlow examples to help learn TensorFlow faster. More examples will be added in future.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages