from tensorflow import notes

These are my notes of tensorflow.

Getting started Page: You should start from here and then go to below topics. Inspired and adapted from tensorflow website.

  1. Dataset: This page will help in basic understanding of providing input data to the function
  2. Advanced Dataset: This page holds a more in-depth notes, adapted from Tensorflow and StackeExchange website

Estimator module in Tensor flow: This will give you a basic understanding of models from training to predictions.

Extras Page: These are extra notes will mostly include something interesting and/or terminologies related to tf.

More pages will be added over time.