Skip to content

A neural network that draws circles , learned from Bresenhams algorithm

Notifications You must be signed in to change notification settings

kunal768/Circle-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8098131 · Jul 9, 2021

History

11 Commits
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 9, 2021
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019
Jul 31, 2019

Repository files navigation

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

About

A neural network that draws circles , learned from Bresenhams algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published