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.
- Dataset: This page will help in basic understanding of providing input data to the function
- 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.
- Page for “importing data from a file”
- Completing the page on “Feature Columns”
- Completing the page on “Creating Custom Estimators”