CNN networks are widely used in deep learning, in this tutorial, we will build a cnn network for mnist handwritten digits classification. It will help you understand how to use cnn in deep learning.
Your wordpress site may report http 503 errror, there are some reasons that may cause this error. However, in this tutorial, we will discuss one reason.
tanh(x) activation function is widely used in neural networks. In this tutorial, we will discuss some features on it and disucss why we use it in nerual networks.
A html page can load javascript code with three types: async, defer or inline. What are the differences among them and how to use them. In this tutorial, we will discuss this topic.
When we are optimizing our wordpress site, we have found wordpress usually load two jquery files. They are jquery.js and jquery-migrate.min.js. In this tutoril, we will introduce how to remove jquery-migrate.min.js without any wordpress plugins.
TensorFlow tf.nn.conv2d() function can build a convolution network. However, how about the shape of returned tensor? In this tutorial, we will discuss this topic.