# TF An implementation of a Shallow Neural Network in TensorFlow – Circles dataset
In this post we will see in details how to make a shallow neural network in TensorFlow. Our first step will be to import all libraries that we will need in the following code. Now, Let’s create the same dataset used in this post. Then split the dataset into two part, a train and test set. Now let’s make a visualization of what was generated. With the following code we will make sure that \(X…
Read more