Overview
On the article, Fashion-MNIST exploring, I concisely explored Fashion-MNIST dataset.We can get access to the dataset from Keras and on this article, I’ll try simple classification by Edward.
Simple regression model by TensorFlow
Neural network is composed of input, hidden and output layers. And the number of hidden layers is optional. So the simplest network architecture has just one hidden layer. On this article, I'll make the simplest neural network for regression by TensorFlow.