Is artificial intelligence permanently inscrutable?
1–10 of 69 posts
Re: Is artificial intelligence permanently inscrutable?
#2See [1] for a discussion of both.
[1] https://blog.foretellix.com/2016/08/31/machine-learning-veri...
Re: Is artificial intelligence permanently inscrutable?
#3Re: Is artificial intelligence permanently inscrutable?
#4Re: Is artificial intelligence permanently inscrutable?
#5Re: Is artificial intelligence permanently inscrutable?
#6At least we should have a standard for characterizing their accuracy or something like that ...
Re: Is artificial intelligence permanently inscrutable?
#7We're using these things and we're not even sure how they work. Love it. At least we should have a standard for characterizing their accuracy or something like that ...
Similar to the human brain in that respect. Ironic that the human brain used itself without understanding how it works to eventually create something it uses without understanding how it works.
Re: Is artificial intelligence permanently inscrutable?
#8I can't even understand why deep learning creates better predictions than regular neural nets. How does adding layers change anything?
in a shallow net, maybe college student selection based on sat scores gets a heavy weight/low threshold/whatever. in a shallow linear combo, this will likely always carry a large weight.
in a deeper net, it might be able to learn that SATS are a great predictor except for when X Y Z or some combination of those are some particular value, in which case it might be wholly irrelavent. The deeper it is, the longer it will take to train, but the more it can handle exception cases/trends and approximate reality
Re: Is artificial intelligence permanently inscrutable?
#9I can't even understand why deep learning creates better predictions than regular neural nets. How does adding layers change anything?
A standard example is for a face detection algorithm. The first layer will do edge detection, the next layer will combine edges into corners and simple shapes, the next layer will maybe use those shapes to look for features like eyes, noses, mouths, etc., and then the next layer will maybe combine those features to look for a whole face.
I wrote a more detailed answer here:
http://stats.stackexchange.com/questions/222883/why-are-neur...
Re: Is artificial intelligence permanently inscrutable?
#10I can't even understand why deep learning creates better predictions than regular neural nets. How does adding layers change anything?