TensorFlow tf.reverse() function allows us to reverse a tensor based on aixs. In this tutorial, we will use some examples to illustrate you how to use this function correctly.
When you are using tensorflow tf.reverse() function, you may find this error: ValueError: Shape must be rank 1 but is rank 0. In this tutorial, we will tell you how to fix this error.
We have created a customized lstm model (lstm.py) using tensorflow. In this tutorial, we will use this customized lstm model to train mnist set and classify handwritten digits.
TensorFlow TensorArray is widely used in tf.while_loop() and tf.map_fn(). In this tutorial, we will use some examples to show you how to use it correctly.
string.punctuation is a python constant, which contains some punctuations in english. In this tutorial, we will introduce it and use it to remove punctuations in a text sentence.
WordPress WP_Query class can receive some query arguments to query posts. In this tutorial, we will list these query arguments for wordpress beginners.