4 comments

  • frumiousirc 2168 days ago
    What is used to make graph animations like this one? https://github.com/easy-tensorflow/easy-tensorflow/blob/mast...
  • michael_h 2168 days ago
    > It’s developed and maintained by Google. As such, a continued support and development is ensured

    Yes. Google - definitely not known for suddenly abandoning things.

    • mlevental 2168 days ago
      they have a huge business interest in maintaining tensorflow since they're selling tpu time
  • shankr 2168 days ago
    I appreciate the effort put by you, but I still find tutorials lacking in some aspects:

    1. Data loading mechanism. tf.Data can be used here.

    2. Saving models as SavedModel so that it can be used later.

    • alexbeloi 2168 days ago
      The dirty secret of machine learning is it's 20% model building, 80% plumbing.
  • clarle 2168 days ago
    This is great work.

    I've seen a lot of Keras tutorials out there, but well-written and commented pure TensorFlow tutorials are so rare to find.

    Thanks for doing all of this!