A neural network that draws circles , learned from Bresenhams Circle drawing algorithm
git clone https://github.com/kunal768/Circle-NN.git
cp tests/model_test.py model_test.py
python3 model_test.py <Xc> <Yc> <Radius>
Xc = 5 , Yc = 5 , Radius = 70