In tensorflow, if we want to count the number of each value in a tensor, we can use tf.unique_with_counts() to implement. In this tutorial, we will use some examples to show you how to do.
When we are checking a DataFrame object is valid or not, ValueError: The truth value of a DataFrame is ambiguous will be reported. In this tutorial, we will introduce how to fix this error.
Focal loss is a good method to improve the model performance for imbalance multi label classification. In this tutorial, we will implement it using tensorflow.
Sometimes, when you plan to delete a .ISO file in windows 10, you may get this error: can not be deleted, because file is open in System. In this tutorial, we will introduce how to fix this error and delete it successfully.
Normal Distribution (Gaussian Distribution) is widely used in deep learning model. In this tutorial, we will introduce how to compute it in tensorflow.