Just a thought -
It would appear to me that during the simulation of a car in a complex environment that there are a great many factors where they could be used, obviously so for the AI cars - (they may well be used already).
Trivia -
A neural net can be trained to map any set of inputs of any range to any given response.
Even in the late Eightees ALVINN, a computer controlled van was trained to stay on the road using a Neural Net with a hidden layer of just 5 Nodes, and an input of 30x32 greyscale pixels. Things have come a long way since.
Application -
I was thinking this may be especially useful for simulating engines - where a mathmatical algorithm may prove a close but oversmooth representation of engine behavior, a Neural Net may be trained to give a the correct outputs of all the simulated factors (power/torque production, fuel consumption, heat ouput, stress on components) by the use of training sets with real telemetary as the target results for the end nodes, and backproporgation of the node connection weights via a readily available algorithm.
Resources -
http://en.wikipedia.org/wiki/Artificial_neural_network
- > Everything you need to know to program one!
It would appear to me that during the simulation of a car in a complex environment that there are a great many factors where they could be used, obviously so for the AI cars - (they may well be used already).
Trivia -
A neural net can be trained to map any set of inputs of any range to any given response.
Even in the late Eightees ALVINN, a computer controlled van was trained to stay on the road using a Neural Net with a hidden layer of just 5 Nodes, and an input of 30x32 greyscale pixels. Things have come a long way since.
Application -
I was thinking this may be especially useful for simulating engines - where a mathmatical algorithm may prove a close but oversmooth representation of engine behavior, a Neural Net may be trained to give a the correct outputs of all the simulated factors (power/torque production, fuel consumption, heat ouput, stress on components) by the use of training sets with real telemetary as the target results for the end nodes, and backproporgation of the node connection weights via a readily available algorithm.
Resources -
http://en.wikipedia.org/wiki/Artificial_neural_network
- > Everything you need to know to program one!