Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 594 Bytes

Circle-NN

A neural network that draws circles , learned from Bresenhams Circle drawing algorithm

Setup

git clone https://github.com/kunal768/Circle-NN.git

cp tests/model_test.py model_test.py

python3 model_test.py <Xc> <Yc> <Radius>

Result

Comparison with plot of Bresenhams Algorithm

Xc = 5 , Yc = 5 , Radius = 70

Neural Network result alt text

Bresenhams Algorithm Result alt text