TensorFlow tf.nn.conv2d() function is widely used to build a convolution network in deep learning. In this tutorial, we will use some examples to show how to use it correctly.
When you are using convolution networks in deep learning, you may notice ‘SAME’ and ‘VALID’ padding. In this tutorial, we will introduce the difference between them.
When you are using tensorflow tf.get_variable() function to create a new variable, you may get this TypeError: Tensor objects are only iterable when eager execution is enabled. In this tutorial, we will introduce you how to fix it.
TensorFlow tf.nn.dynamic_rnn() function allows us to create a dynamic rnn or lstm model. However, you may get a ValueError: If there is no initial_state, you must give a dtype. In this tutorial, we will introduce how to fix this error.
Tree LSTM model is widely used in many deep learning fields. It is often used to process tree structure data. In this tutorial, we will introduce it for deep learning beginners.
If your wordpress site appeared this error: There has been a critical error on your website, this tutorial will help you how to find the reason and fix it.
If you have logged into wordpress admin dashboard, wordpress will display an admin bar on the top of your site. In this tutorial, we will use a line php code to hide it.
Ajax is widely used in wordpress, it is very easy to use by using admin-ajax.php. In this tutorial, we will introduce how to implement an ajax function in wordpress.