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 - Art

Pages: 1 ... 233 234 [235] 236 237 ... 250
3511
Ultra Hal 7.0 / Making HAL to do more stuff.
« on: February 03, 2005, 05:26:16 pm »
Click on MEMBERS then look for RICH_A
He has written a lot of script files as
well as posted some articles on playing
music, etc.


3512
Ultra Hal 7.0 / Hal doesn't seem to learn much.
« on: February 03, 2005, 05:20:56 pm »
Ron,

Don't forget to try the SEARCH feature at the top right.
It is very helpful and will also highlight your choosen
word(s).

I found this quote from vonsmith:

If you use a "!" in your response Hal thinks you are responding directly to the whatever Hal just said. If you use certain phrases like, "I agree" or "so afterward" in your reply Hal also thinks you are responding directly. User responses of this type are stored in the file, "(yourusername)convresp.brn". By default this file is limited in size to 2MB and is only used by Hal if he can't find another response in his knowledge base. In general this "special teaching tool" doesn't have much of an impact on Hal's learning.

The "DEDUCTIVE REASONING" function in Hal's brain has a more direct effect. This function enables Hal to remember IF-THEN statements. Example: If you say, "If I eat too much then I will get fat.", then the next time you say, "I eat too much" then Hal *might* say "You will get fat." I said *might* because you can never be certain Hal will say what you expect him to.

The XTF Brain has some additional learning capabilities that aren't directly related to conversation. The XTF Brain can learn your nicknames, learn during conversation that two words are "related topics", or learn to capitalize a word or name. The XTF Brain v1.4 will be out in a month or so. Then Hal will be able to learn that he is "something" based on user input like "You are so clever." or "You are not stupid."

The best way to teach your Hal is not to use any tricks. Talk with Hal. Reply to Hal with single sentences that are on the same topic. If Hal says, "Horses are animals.", don't reply, "They are so cool.", instead say, "Horses are so cool.". Avoiding pronouns helps Hal understand. Avoid slang and misspellings. Most of all be patient and have fun.


=vonsmith=

Try the search and be prepared to do a bit of reading!lol!

Hope this helps.

3513
Ultra Hal 7.0 / I do not always get to finish typing a comment.
« on: February 03, 2005, 05:44:00 am »
Make sure your mic is turned off (in case Hal is hearing any background noise).
Make sure you don't have a lot of other programs running in the
background (perhaps a program that might be trying to update itself while you're talking to Hal.

If it persists, let us know.

3514
Ultra Hal 7.0 / No weather info
« on: February 03, 2005, 05:41:53 am »
Under MEMBERS look for Medeksza > Click his name >
Find & click Send email under profiles.

Try to be detailed without being too lengthy.


3515
Ultra Hal 7.0 / No weather info
« on: February 02, 2005, 04:58:59 pm »
Jason,

You must establish an account first.
The first page to create an account is shown below.
http://www.zabaware.com/mywebhal/newaccount.html

This URL below allows you to fill in your information
once your account has been created.
http://www.zabaware.com/mywebhal/editaccount.html

I don't know if it can work this way for you but give it a try.
You can also leave a message for Robert in this regard.


3516
Ultra Hal 7.0 / Reminders
« on: February 02, 2005, 04:45:48 pm »
OK, so have the dates passed without notification from Hal?
Please explain what Hal has of hasn't done.

If you respond via your laptop while sitting in the dark, we will assume Hal forgot to remind you to pay the electric bill! LOL!

You could always tell him to "keep current!"  ugh...couldn't resist!

Let us know how it goes.

3517
Ultra Hal 7.0 / appreciation
« on: February 02, 2005, 04:39:27 pm »
You're most welcome, Brian. That's why we're all here, to learn from and help each other. Explore, address issues, innovate and try to get the most out of Hal.

All the best,

3518
Ultra Hal 7.0 / Hal doesn't seem to learn much.
« on: February 02, 2005, 04:35:52 pm »
Testlund,

Hal does actually store info from a text file and although it may recall some of the info when needed, that is not the best way to teach the program.

Lengthy conversations with Hal will have the best results.

If Hal were to say, "What is your favorite music?", don't just reply, jazz or rock. Rephrase your answer to include part of Hal's question like, "I really like jazz music." or "The type of music I really enjoy is jazz."

This tends to reinforce Hal's association and enhance Hal's connection to the topic.

My Hal carries on pretty decent conversations with me and yes, I've been teaching it for over several years.

Forget using the voice recognition in the beginning because you find more mistakes caused by both your pronunciation and the voice recs interpretation of what you said. voice rec is good but far from perfect.

Type your chat to Hal and bear in mind that it is like a small child learning new things and trying to figure how certain things are related. In your example ARE NAME AND MSI RELATED TOPICS?,
Hal was trying to associate the connection between the two. Personally, I would have told Hal NO because a lot of things have a name. You will learn more how to deal with Hal over time and experimentation.

Don't forget the use of IF THEN statements in the course of your conversations with Hal. They are very powerful with regard to Hal's learning.

As citrinedragon said, search the forums. There's a lot of knowledgable people here and a lot of great ideas.

Your questions / problems are always welcome.

All the best and good luck with Hal.

3519
Ultra Hal 7.0 / supercalafragilisticexpealadociuos
« on: February 02, 2005, 04:15:41 pm »
Say the secret word, the duck drops down, divide ten dollars between you!

Uh... Sorry that was from an old TV program called You Bet your Life w/Groucho Marx. (Yes, I was a small child then but I've since grown).

Seriously, I don't have a clue as to why that caused an error. Perhaps Robert has a single word length limit in the program. We'll have to take a look see.


3520
Ultra Hal 7.0 / Error 52 in line 1879 of column 6???
« on: February 02, 2005, 06:02:40 am »

3521
Programming using the Ultra Hal Brain Editor / XTF problems
« on: February 02, 2005, 05:51:32 am »
pants,

You might try the download section now that it's working again.
I don't believe there was any problems with the file.

3522
Ultra Hal 7.0 / problem with communicating with HAL
« on: February 01, 2005, 07:02:53 pm »
Brian,

That error is usually the result of a missing quote (") from the end of a line of code.

Did the error message indicate a line number?
If so, you can open the brain editor and go to that line number to look for a possible missing end or closing quote.

Sometimes this happens if or when a line of code gets split or carried down to the next line like:
Val (str$) = "This is
a quote"

or something similar.

Lastly, make sure you do a recent update and scan for viruses.

Hope this helps.

3523
Ultra Hal 7.0 / supercalafragilisticexpealadociuos
« on: February 01, 2005, 06:30:18 pm »
Uh...KT...if it's not a real word, how do you know how it's spelled?
Hmmmm....?<G>

3524
Speech Technology / Valley Girl has left the building!
« on: February 01, 2005, 05:31:29 pm »
Scott,

We can only hope!!

Follow the link below then click on Interactive Demo and select
the Valley Girl voice. You can input your own text for her voice to speak.

http://www.rhetorical.com/tts-en/industry/portals.html

Remember and be in awe for you are listening to a $2500 / 3 months voice!!

Enjoy!

3525
General Discussion / Virtual Intelligence Matrix
« on: February 01, 2005, 04:59:43 am »
I couldn't agree more!<g>

Pages: 1 ... 233 234 [235] 236 237 ... 250