Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
machine learning ramblings
Last updated at 12:00 pm UTC on 17 January 2006
Ultimately, machine learning is a machine programming itself, so I'm going to pursue it in that way. To start with, I'm going to try to teach it in it's own language (squeak in this case), and I'll go from there.

I'm going to start off by making it able to answer a simple question and expand that out.

What is 3?

I'll create an interface class that has a method #whatIs that will handle it.

Ah, another little goodie.