Goto

Collaborating Authors

 circle dataset master data science


#005 TF 2.0 An implementation of a Shallow Neural Network with tf.keras - Circles dataset Master Data Science

#artificialintelligence

Highlights: In previous post we have talked about TensorFlow Wrappers and there we concluded that tf.keras is the most convenient way to build neural networks. Now we are going to implement one very simple network using this high-level API. Let's start with basic imports. Don't worry if some things are not familiar with all of these libraries, we will use them only for some advanced visualization at the end. The problem we will tackle within this post will be the classification of points in the Circle dataset.