#008 TF 2.0 An implementation of a Shallow Neural Network in tf.keras - digits dataset - Master Data Science

#artificialintelligence 

In this post we will see how we can classify handwritten digits using shallow neural network implemented with tf.keras. First, let us import all necessary libraries. After imports, we can use imported module to load digits data. The load_digits() function will just download data and we need to split it into train and test sets. We can also plot some digits to see how they look.