05-10-2010 02:03 PM
No I'm not talking about the props used by a TV host but rather one of the Design Patterns listed in the Wikipedia under Design Patterns.
The following was cut-n-pasted from the Wikipedia here.
A blackboard system is an artificial intelligence application based on the blackboard architectural model, where a common knowledge base, the "blackboard", is iteratively updated by a diverse group of specialist knowledge sources, starting with a problem specification and ending with a solution. Each knowledge source updates the blackboard with a partial solution when its internal constraints match the blackboard state. In this way, the specialists work together to solve the problem. The blackboard model was originally designed as a way to handle complex, ill-defined problems, where the solution is the sum of its parts.
Contents[hide] |
The following scenario provides a simple metaphor that gives some insight into how a blackboard system works:
A group of specialists are seated in a room with a large blackboard. They work as a team to brainstorm a solution to a problem, using the blackboard as the workplace for cooperatively developing the solution. The session begins when the problem specifications are written onto the blackboard. The specialists all watch the blackboard, looking for an opportunity to apply their expertise to the developing solution. When someone writes something on the blackboard that allows another specialist to apply their expertise, the second specialist records their contribution on the blackboard, hopefully enabling other specialists to then apply their expertise. This process of adding contributions to the blackboard continues until the problem has been solved.
A blackboard-system application consists of three major components:
SO after reading that article I thought "we live in a Blackboard system*"!
Now if any of you think you can explain how I use that design pattern in LV in plane english (and you have the time) please do so.
Ben
*Granted we have true intelligence, no artificial.
05-11-2010 07:48 AM
Ben wrote:...
SO after reading that article I thought "we live in a Blackboard system*"!
Now if any of you think you can explain how I use that design pattern in LV in plane english (and you have the time) please do so.
Ben
*Granted we have true intelligence, no artificial.
How about an expresion parser?
Throw a complex expresion at a set of parsing Classes. They balk unless they can resolve part and if so they do so and pass the modified epression back to the Black board to decide if it has be resolved. If not throw it again let the "experts" try again this time on the modified expresion. This is something that I would first think to handle recursively but this does give me another way to approach the same challenge.
I am also thinking that signal compresion or wavelet transforms but I am still just thinking.
Ben
05-14-2010 10:34 AM
My buddy works for HP and I have a retirement coming from them so this hits close to home for me.
This video on YouTube reminded me of an old carton that used to be on the wall next to Logistics when I was working for Digitial Equipment Corp.
THe cartoon shows a crazy-eyed operator standing next to a computer with a filed servcie enginner reading the contract out loud "... see it says right here under not covered "Operator shoots computer."
Ben
07-28-2010 07:08 AM
As I awoke this morning, PaulG's reply in this thread was active in my head but in a different form that I will share with all of the other Knights and Knights in waiting.
It's been a hard day Knights, I been working like a dog.
It's been a hard day Knights, I've been writting to a log.
But when I post up to you, It's all the thing that you do
That makes my code run right,
...
My loops tight,
Its alright
Ben
07-28-2010 10:39 AM - edited 07-28-2010 10:44 AM
Could have been worse. Imagine dreaming of Knights in White Satin. Ewww! 😄
07-28-2010 12:45 PM
Imagine there's no Visual Basic
It's easy if you try
Only Labview for coding
Around us only wires
Imagine all the people
Living for a day
Imagine there's only blockdiagrams
It isn't hard to do
Nothing to kill or die for
And event structures too
Imagine all the people
Living life in GUI
You may say that I'm a dreamer
But I'm not the only one
I hope someday you'll join us
And the world will program as one
Imagine written code
I wonder if you can
No need for probes
A brotherhood of man
Imagine all the people
Sharing all the code
You may say that I'm a dreamer
But I'm not the only one
I hope someday you'll join us
And the world will program as one
08-16-2010 09:19 AM
Unlike the sound of silence, we have the sound of coding... At least by reading previous code posts. 😉
Nicely done guys!
08-16-2010 09:57 AM
After returing from a long trip, I want to share some things that have made people smile while I was away. These "jokes" are of limited suitability as you will see.
While visiting in Jerusalem, I was suprised by how dry the climate was. While explaining to peopl I met that I was just a silly American, they would stop and say, No you are not silly/stupid.." to which I would reply. "I packed a rain coat for the trip." would would bring a smile to the face of the locals.
While reading I ran across this nerd joke;
Q: Why do computer programmers get haloween and Christmas mixed up?
A: because...
OCT(31) = DEC(25)
and the last joke is an image from the entrance to one of the labs I was working in that made me think of Ray.
I hope one those worked for you.
"There's no place like home. There's no place like home. (Dorthy, "The Wizard of Oz", L Frank Baum).
Ben
08-16-2010 10:53 AM
@Ben wrote:
...to which I would reply. "I packed a rain coat for the trip." would would bring a smile to the face of the locals.
You should be happy to have been in Jerusalem. Not only is it relatively dry, but it's also higher and cooler than most of the country. Had you been in the coastal region (e.g. Tel Aviv), you might have needed that raincoat to keep the humidity in the air away from you 😉 .
P.S. I wasn't here last Saturday, but I was told the temperature here exceeded 50C (122F). In San Francisco (which is where I was) had around 15-20C at the time, which was very refreshing.
08-16-2010 11:59 AM
I noticed that the door did not have a handle, so I would have been safe.. ;o)