dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - prichard

Pages: [1]
1
Programming using the Ultra Hal Brain Editor / VB with DLL???
« on: June 17, 2007, 11:44:28 am »


Download Attachment: 2007615185158_hALdemo.zip

This simple file demonstrates the DLL use from VB.

-

2
General Discussion / Spydaz A-I beta
« on: June 15, 2007, 06:56:43 pm »
simple VB demo unlocks the DLL.

DLL expects a subfolder path for locating the brain and wordnet files...



Download Attachment: 2007615185158_hALdemo.zip

3


Download Attachment: hALdemo.zip
8.3 KB

Its possible to use the Zabaware DLL's for development.

-hQ

4
Ultra Hal 7.0 / Let Hal Learn to its fullest concept!
« on: June 14, 2007, 03:53:54 pm »
Qualified information.

Information must be based on a standard to determine if any related value is lacking in the defining quantum.

With such a standard then all BOTS and hAL too can consort to make contributions as deemed necessary to meet standards. Information can grow according to set standards.

Any set of information will have keywords that link it to other information. Search google for "topic & keyword" etc just to get statisical result compared to another statistic. The value of the associated keyword is revealed by is statistical meaning.

Apply the science to this problem and step forward to address human necessity, the REAL driving force.

-

5
Programming using the Ultra Hal Brain Editor / VB with DLL???
« on: June 14, 2007, 03:15:10 pm »
It works!

I used a textbox and the dLL returned the line with vbCRLF so it wiped the text.

Also the path was insufficient. When I put the dLL in the VB98 project folder the path was at VB98 folder. I appnded the path to access the hAL brainfiles properly.

SpyDaz Class file is extremely helpful.

Moving forward to creating the script functions in VB.

I'm more intrigued by what hAL can do with background process capabillity.

Will be trying to figure out how to analyze some Encarta texts. Emulating the Brain Editor textfile leaning functions will have high priority.

I have an HTML parser.


-



-

6
General Discussion / THE TRUE AI
« on: June 13, 2007, 06:08:39 pm »
Just try HAL in VB and give him a background process, ... a simple one to begin.

Let hAL work on something that will take awhile. Then see what is done.

I figure rhyming,, would be an excellent pastime.

But research is the obvious, where he can compare authoritive contents and decide what sentences are the best based on search results on the internet using the keywords.

That establishes the associations based on a new techniqe of observation. The statistics from the searches validate that the keyword is a TRUE association to the original topic.

Given a set of TRUE keywords, its posssible to build on the original content with some additions.

hAL's observation is the statistics of GOOGLE as related to any given subject. From the statistics he can do induction.

Induction is based on observation to decide that something is correct.

Anyway hAL needs to be implemented in VB for multithread processing and given tasks to do with the data.

He could find the best 10 word sentence to link the most information to his own datafile for you,,, something that will take time.

Develop the methods for opening the Encarta CD and linking words from topics to the Encarta information. That could be background stuff...[8D]

-





7
Programming using the Ultra Hal Brain Editor / VB with DLL???
« on: June 13, 2007, 05:10:28 pm »
Simple VB experiment:

Dim chALBRAIN As New brain

Private Sub Command1_Click()

   Set chALBRAIN = New brain

   Text1 = chALBRAIN.ChooseSentenceFromFile("paraphrase")

End Sub

Doesn't work.

What is the problem? Is it the literal underline of the "paraphrase" filename? Or is initialization necessary...

Pages: [1]