mashirui521 / RobotVision

A matlab-based robot controller as well as image processor using android smartphone
0 stars 0 forks source link

[ToDo] The learning core needs to be established. #14

Open mashirui521 opened 10 years ago

mashirui521 commented 10 years ago

According to issue #13, the learning core should be established. At the beginning, the learning core was based on BP Neural Network. The established core should be (after finished) evaluated on the relyability and the responsibility. If it is not relyable enough, new neural networks may be chosen.

mashirui521 commented 10 years ago

The learning core was changed from BP to SOM

mashirui521 commented 10 years ago

The learning core was changed from SOM to RB.

mashirui521 commented 10 years ago

Perceptron core was added. It needs to select a best suitable neural net.