Slashdot Mirror


Cutting-Edge AI Projects?

Xeth writes "I'm a consultant with DARPA, and I'm working on an initiative to push the boundaries of neuromorphic computing (i.e. artificial intelligence). The project is designed to advance ideas all fronts, including measuring and understanding biological brains, creating AI systems, and investigating the fundamental nature of intelligence. I'm conducting a wide search of these fields, but I wanted to know if any in this community know of neat projects along those lines that I might overlook. Maybe you're working on a project like that and want to talk it up? No promises (seriously), but interesting work will be brought to the attention of the project manager I'm working with. If you want to start up a dialog, send me an email, and we'll see where it goes. I'll also be reading the comments for the story."

1 of 346 comments (clear)

  1. Re:An obvious one. by QuantumG · · Score: 5, Informative

    I think the Deep Belief Networks of Hinton et al are way ahead of Numenta.. in that they are real science with measurable results that has been reproduced by multiple implementations. The 2006 paper that started it all and Hinton's presentation on google video:

    http://www.gatsby.ucl.ac.uk/~ywteh/research/ebm/nc2006.pdf
    http://video.google.com.au/videoplay?docid=228784531481853811

    A formal analysis:

    http://www.cs.utoronto.ca/~ilya/pubs/2007/inf_deep_net_utml.pdf

    Application to natural language processing:

    http://www.cs.swarthmore.edu/~meeden/cs81/s08/DahlLaTouche.pdf
    http://www.machinelearning.org/proceedings/icml2007/papers/425.pdf

    Reproducing Hinton and extension to and evaluation in other domains:

    http://www.machinelearning.org/proceedings/icml2007/papers/331.pdf

    Use in Computer animation of facial expressions:

    http://aclab.ca/users/josh/downloads/pubs/23_Susskind_Hinton_Movellan_Anderson.pdf

    Most impressive:

    http://www.cs.utoronto.ca/~ilya/pubs/2007/aistats_multilayered.pdf

    A C++ implementation (although it has much Python love):

    http://plearn.berlios.de/

    So yeah, there's some pretty good demonstrations of how powerful DBNs are.. Numenta is lagging behind.

    --
    How we know is more important than what we know.