https://github.com/kunal768/circle-nn
A neural network that draws circles , learned from Bresenhams algorithm
https://github.com/kunal768/circle-nn
computer-graphics draws-circles nerual-network neuaral sklearn
Last synced: 2 months ago
JSON representation
A neural network that draws circles , learned from Bresenhams algorithm
- Host: GitHub
- URL: https://github.com/kunal768/circle-nn
- Owner: kunal768
- Created: 2019-07-31T19:24:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T16:50:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T04:50:04.703Z (4 months ago)
- Topics: computer-graphics, draws-circles, nerual-network, neuaral, sklearn
- Language: Jupyter Notebook
- Size: 388 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circle-NN
A neural network that draws circles , learned from Bresenhams Circle drawing algorithm
## Setup
```shell
git clone https://github.com/kunal768/Circle-NN.gitcp tests/model_test.py model_test.py
python3 model_test.py
```
## Result
### Comparison with plot of Bresenhams Algorithm
Xc = 5 , Yc = 5 , Radius = 70Neural Network result
Bresenhams Algorithm Result
