https://github.com/muhand/trainingrobotsteering
This project uses backpropagation neural network to train a steering for a robot by taking 2 readings from light sensors and outputting 2 values for the servos.
https://github.com/muhand/trainingrobotsteering
Last synced: 2 months ago
JSON representation
This project uses backpropagation neural network to train a steering for a robot by taking 2 readings from light sensors and outputting 2 values for the servos.
- Host: GitHub
- URL: https://github.com/muhand/trainingrobotsteering
- Owner: Muhand
- License: apache-2.0
- Created: 2017-05-21T02:46:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T02:48:06.000Z (about 8 years ago)
- Last Synced: 2025-01-22T02:41:47.883Z (4 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrainingRobotSteering
This project uses backpropagation neural network to train a steering for a robot by taking 2 readings from light sensors and outputting 2 values for the servos.