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

#artificialintelligence 

In this post we will learn how to make a classification of Moons dataset with a shallow Neural network. The Neural Net we will implemented in TensorFlow 2.0 using Keras API. With the following code we are going to import all libraries that we will need. First, we will generate a random dataset, then we will split it into train and test set. We will also print dimensions of these datasets.