What I've been doing in my AI class recently.
What I've been doing in my AI class recently.
Sweet! What's facetrain? Did you write it? Also what editor is that? I've been diggin textmate http://macromates.com/
Facetrain is some neural net software that some guys from Carnegie Mellon put together in 94. It comes with a set of pictures in 32x30 pixel grayscale. You can train the neural network to pick out one student out of 20, or try to guess what expression they're wearing or try to detect if they're wearing sunglasses. We had to modify the code in different ways for our latest project. I was training it to recognize the subject's head without a whole lot of success. Those images are the hidden values that the net had trained on.
It's all C code. You can check it out on my class website if you want :)
That editor is Vim cause I'm ol' school like that. I'm using the "darkblue" color scheme.
I've heard about Textmate! It's been getting a lot of good press lately, people seem to love it. I didn't know you were a mac user. You should check out the 43folders blog, it's all about tools and process mostly on the mac. I think he mentioned that editor on there.