When you are using eclipse to coding, you may delete or undo a file wrongly. How to recover it? In this tutorial, we will introduce you how to recover.
In this tutorial, we will introduce how to find duplicate files or images using python. You can build your own search engine by following our tutorial.
When we are using python to download images from internet, we should check these images are downloaded completely or not. In this tutorial, we will introduce you how to do.
Batch normalization is proposed in paper Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift. In this tutorial, we will explain it for machine learning beginners.
TensorFlow tf.cumsum() allows us to compute the cumulative sum of the tensor x along axis. In this tutorial, we will use some examples to show you how to use it.
In this tutorial, we will intorduce you two questions: How to compute the mean and variance of population sample by training batch sample? How to normalize the test batch sample by the mean and variance of population sample?