|
|
|
|
|
by ShardPhoenix
4401 days ago
|
|
I can't find an example on Google right now, but I've seen demonstrations that it's possible to visualize the intermediate layers of a neural network - for example you can see how an image recognition network is first breaking down an image into horizontal and vertical lines, then combining those into more complex shapes, etc. |
|
To debug a program you actually verify that it's logic is correct (at least the good kind of debugging).
Consider a spectrum:
1. Natural language - we humans combine fragments of natural language easily and on an ad-hoc basis. We can get a fairly amount of use from reusing Shakespeare quotes and neologisms while spending rather little effort.
2. Trained programmers can reuse and combine general purpose libraries - with difficulty and often after considerable debugging.
3. AI algorithms like Neural Networks. These are just plopped in and tweaked, not combining seems possible.
It seem like "intelligent behavior" should be going more towards #1 but the process of Machine Learning seems to move things more towards #3. The "learn once, understand never" approach means that for each significant case, you'll need to do a re-tweaking and re-learning. The potential to get harder rather than easier over time might well be there.