In what ways can connectionist artificial intelligence (neural networks) be integrated with Good Old-Fashioned A.I. (GOFAI)? For instance, how could deep neural networks be integrated with knowledge bases or logical inference? One such example seems to be the OpenCog + Destin integration.
Asked
Active
Viewed 467 times
3
1 Answers
1
A neural net with even a single hidden layer is capable of Universal function approximation - it can approximate any continuous function 'as closely as you like'.
Hence, one option would be to look for GOFAI applications that would benefit from this property - for example, in state-space search approaches where the utility of a state is not readily defined in advance, and could instead be learned.
NietzscheanAI
- 7,286
- 24
- 38