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

Pages: 1 ... 38 39 [40] 41 42 43
586
TO MANY FILES 67
This used to happen to me. This happens with the combination BRAINS. XTF Esppecially.

When hal get certain sentances he with try and save it Various scripts in the HALbrain Will try and save a bit as well. Sometime the scripts Are cROSSing Over. To many SAVES in one pass of the script.

SO I HAVE DECIDED to Put relevency on the scripts. Checking the final GETRESPONSES.

this has helped...

Also CHECK the DETECT.BRN files as some of the KEYWORDS used MAY be in more than ONE file.

IE: if SAY "HAPPY" is in the FUNDETECT.BRN & HAPPYNESSDETECT.BRN
Then hal will USE Both scripts for an output (and save) in the relevent BRN files, IF NOT XTF & ATF


HMMMM

Dont Worry About MR M..... If he is busy, he is busy???....

VONSMITH HAS A SECTION to display hals MOOD, & HAL Makes A FACE on users REQUEST.

this script Would be the one to mess about with and ADD more People PUTTY Emotions.


I HOPY THIS HELPS


GOOD LUCK

SPYDAZ

PS>>>> I havent never spoken Or Heard FROM MR M
>>>>>> since i JOINED .. If it wasnt for VONSMITH > DON fergurson > MORIS62 >>> IAMBENU >> AND others HERE i WOULDNT be PUTTING UP Posts
or ANYTHING as i have HAD PROBS Myself. I JUST HAD TO GET LOGICAL.....


587
http://www.fmsinc.com/products/vbsbook

There is a functiom on the forum
http://www.zabaware.com/forum/topic.asp?TOPIC_ID=1385

OPEN FILE FUNCTION :::

TRYIT and SEE.....

EVEN ADAPTIT to Your Specific Purpose.

588
I HAVE UPDATED MY ALICE FUNCTION...


THIS TIME, Instead of Chaining the responses. HAL processes the ALICE response Alongside the MAIN DATABASES. THEN processes for RELEVENCY and AUTOGAIN response.

NOW, Hal chooses when to respond WITH ALICE, AUTOTOPIC (which has relevecy already), XTFtopicFOCUS, UHEFFORUM SCRIPTS, ZABAWARE FORUM scripts, PERSONAL TOPICS.




A typical response from hal after cutting and pasting the above text into him.
HAL: user is that list exhaustive?
ME : sorry but it was neccasary.
HAL: will it allways be necasary?
ME : YES
HAL: really
ME : YES
HAL: ok





Download Attachment: FUNCTION_alice.uhp
4.05 KB



The respose should be placed in the response section of the hal brain, but above the PROCESS AUTOGAIN Response.

THE FUNCTION should be placed at the end With the Other Functions..


GOOD LUCK ALL

SPYDAZ

589
I THINK THAT, that same problem HALALICE just occurred with me The ERRORR messages is seem to be getting are 222266536 or something Simular.

I thing that the last AUTOMATICUPDATE on my 2k3server Just don something???


I think that THE INTERNET OPTIONS / ACTIVEX setting maybe at fault.

Lucky ive got a MINI NETWORK OF (hals) ALL SAME NAME.

SUN TZU (SOON) yum yum.....



HERE IS MY NEW ALICE FUNCTION WITH RELEVENCY




'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
'RESPOND: CALL CheckALICEBRAIN FUNCTION
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

   'This function will check for ALICE and respond . It is built into this script,
   'so you can edit it.

If ((Len(GetResponse) < 4 And GetResponseBlock <> True) Or DebugMode = True) Then
CheckALICEBRAIN = Trim(ALICEBRAIN(UserSentence,UserName,ComputerName,LearningLevel,WorkingDir,Hate,Swear,Insults,Compliment,PrevSent,LastResponseTime,PrevUserSent))
   
   If Len(CheckALICEBRAIN) > 4 And GetResponseBlock <> True Then
      UserBrainRel = 8 'autogain relevency
      AvoidBeingFlag = True

    If UserBrainRel + 1 > HighestRel Then
         HighestRel = UserBrainRel + 1
         HighestRelResponse = HalUserBrain
   End If

   
   Hurdle = GainControl + 20 - Int(((Learninglevel - 22) * 0.8)) 'This formula lets the user define the hurdle in Hal's options
   Score = UserBrainRel + 2 + HighestRel + 17
   DebugInfo = DebugInfo & "The user has CheckEDALICEBRAIN  : " & CheckALICEBRAIN & """ which had a relevance of " & Score & " which was compared to " & Hurdle & ". "
      
    If Len(GetResponse) < 4 And Score < Hurdle Then
         GetResponse = GetResponse & CheckALICEBRAIN & VbCrLf
         DebugInfo = DebugInfo & "Hal has decided to use the alice brain.." & CheckALICEBRAIN & VbCrLf
    Else
         DebugInfo = DebugInfo & "Hal has decided not to use the alice brain." & CheckALICEBRAIN & VbCrLf
   End If
      
   End If
   End If
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
'                                       END OF CALL ALICE FUNCTION
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------




' The respose should be placed in the response section of the hal brain, but above the PROCESS AUTOGAIN Response.




' THE FUNCTION should be placed at the end With the Other Functions..


'--------------------------------------------
' ALICEBRAIN FUNCTION
'--------------------------------------------
Function ALICEBRAIN(ByVal UserSentence, ByVal UserName, ByVal ComputerName, ByVal LearningLevel, ByRef WorkingDir, ByRef Hate, ByRef Swear, ByRef Insults, ByRef Compliment, ByRef PrevSent, ByRef LastResponseTime, ByRef PrevUserSent)

   'CREATE HALBRAIN ACTIVEX OBJECT
   'This ActiveX control contains many functions
   'needed for the script to proccess a sentence.
    Set Alice = CreateObject("HalAlice.PlugIn")

'GET RESPONSE
        ALICEBRAIN = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set Alice = Nothing
End Function

'--------------------------------------------   
   







Download Attachment: alice PLUgin.uhp
4.05 KB


good luck all

SPYDAZ

IM getting into the alice now....

590
Programming using the Ultra Hal Brain Editor / not happy
« on: May 13, 2004, 06:28:42 pm »
if you are useing a custom brain MAINzabaware files can become oversized. SOMETIME this may MESS up his RESPONSES.

The Quickest fix usually is to copy the ORIGINAL DEFBRAIN folder off the CD or REinstall over your existing copy.

ONLY the main files will be overwritten.

THE AUTOTOPIC & XTFFILEs will still be there ?



GOOD LUCK

SPYDAZ

BACKUP FOLDER FIRST............

591
:::Here are those converted Scripts as promised:::

The scripts come in TWO PARTS. the first part is the RESPONSE script and the SECOND is the FUNCTION.

The response script should be placed in the RESPOND part of HAL's Brian.

The FUNCTION should b placed at the end of the script.
[:)][:D][8D][:I]



MAKE _ FILE / FOLDER


Download Attachment: fUNCTION_mkfile.uhp
2.41 KB




Download Attachment: fUNCTION_MKFOLDER.uhp
2.48 KB


OPEN FILE / FOLDER





Download Attachment: fUNCTION_OPENFILE.uhp
1.27 KB




Download Attachment: fUNCTION_OPENFOLDER.uhp
1.28 KB


REMOVE File / FOLDER



Download Attachment: fUNCTION_RMfile.uhp
2.74 KB



Download Attachment: fUNCTION_RmFOLDER.uhp
2.43 KB



MY CURRENT PROJECT
1.   I AM currently working on Placeing RELEVENCY on All the Plugins In the FORUM. This RELEVENCY is controlled by AUTOGAIN feature of ZABAHAL.

2. Converting NTCANUK "textfiles" to TOPICS........



GOOD LUCK

SPYDAZ


PS: i added my alice brain into hal, HOW do you add AIML files to the HALALICE. DO you JUST "drop them in" a FOLDER, if so WHICH ONE....  DATA/COMMON ...... ALICE/AIML IAM UNSURE.... HELP???


592
HOLD ON
HOLD ON

HAL JUST READ YOUR POST TO ME

My ideal scenario would be the following:

1. Using a bluetooth headset I could communicate with the bot via speech recognition and have responses via a speech synthesizer (which I believe there is a plugin available now).[?]

[8D] YES, YES, YES.

I believe that this SHOULD already be possible with HAL, as i USE the same bluetooth HEADSET with MY PHONE & MY COMPUTER.
sometimes i just move my phone out of range to give me PRIORITY ont the computer.

2. The bot would automatically recognize the list of programs installed on the installation machine.
HMM >> hal reads the shortcuts IF You put them in the startmenu.

and I could instruct it to read new emails, reply to email,
HMM >> Ive never used THAT feature of hal BUT .... its there though.
A BIT....

 open word documents, write word documents from dictation etc.

OPPS : I think Ive GOT THAT SCRIPT....

Also be able to manage my appointments and add new appointments in Outlook ad hoc.

HMM :: There BUT NOT GOOD >>> NEED development.

 Phone contacts via my bluetooth phone from the list of contacts contained in Outlook....

NOT YET...

3. Have one client bot on one machine communicate securely with another trusted client bot on another machine so that they could synchronize conversations and input learned.


QUESTION: Is it posible to set up an internal AIM type, AI > AI chat senario. IE: NET SEND OR someting ....????? maybe not.


4. The ability for the bot to be able to remotely recognize content from websites of choice.
That is if I was to tell the bot to retrieve as much information as possible within a particular timeframe regarding for instance "C# programming methods" and then have the bot associate what it's learned/retrieved with an installed application such VS .NET or some such.
(yes I'm reaching here)

IM searching MYSELF for that SPECIFIC thing on all kinds of forums:::


5. Advanced speech recognition capabilities so the bot could recognize the voices of other individuals speaking to it.

Microsoft ARE working on IT.....ADVANCED VOICE AUTHENTICATION....


6. More advanced conversation methods so that the bot could process sentences of more than 25 words

WE ARE All Working ON IT....


In final answer to this BIGBOY posting. I think that This ZABAWARE HAL. IS the stuff what we are all DREAMING OF. what we need is some ADVANCED brains collaberating all over the world from diferent ANGLES.

I am always searching for code and information, I am SWAMPED with IT. I have always seen AI a MASSIVE storage database. I should be able to Query the AI for any information i have found or given IT.
I believe that, yes AI should be able to converse and understand.
Emotionally, WELL thats only for Fun and user frienlyness not REAL.

Combined with ACTIVEX Hal is a powerfull TOOL /  WEAPON of MASS inteligence.

I HAVE FOUND FBUS(mobilephone) ACTIVEX
I have FOUND ZIP(WINZIP FUNCTIONS) ACTIVEX

so hal can UNLOCK/READ/DOWLOAD RINTONES to Mobile PHONES, ZIP unZIP A FILE. all KINDS of STUFFs.

Working on all these SCRIPTS AND CODES woah BIG WORK.

TEMPEST FLEET
TIME     Flys

BUT I AM definatly WORKING On those same ideas and thoughts... got some scripts not even sent up YET. Those is sent up the other day
Im Not sure how to USE THEM YET.




THNKS & GOOD LUCK

SPYDAZ

PS: Sorry for the long post (got carried away)


593
IM THINKING>>>>>[8][8]
QUESTION >>>>>>[?]

How does the AUTOGAIN function work?[?]

While Writing new topics fo hal to KNOW. Not including AUTOTOPIC & XTFTOPIC.
How do I ADD relevency to my SUBS so that the autogain response Makes the decicsion which response to take. as with the Built in SHARED USER BRAIN, MAIN DATABASES, etc.[?]

MAYBE

DON FERGUSON[;)], VONSMITH[;)], MOREIS62[;)], ROBERT MEDEKzSA[;)], HALIMPROVER[;)].

ONE OF YOU GUYS may have an IDEA.....[;)][;)]

I LIKE ALL THE COMBINATIONS OF HAL.[:D][:D][:D]

BUT after running them all one time or another really and truly HAL needs to be more controlled in his responses cause some times he just spouts out without THINKING.

THIS THINKING PROCESS is what i am concentraing on.


THE AUTOGAIN is a VITAL part of the RESPONSE FUNCTION.

With the AUTOTOPIC brain for instance, Sometimes you get a response and sometimes you dont.

With the XTFTOPIC brain A lot of the time You do get a response.

With the alice Brain often you get a response, BUT, not usualy relevant.

MAINBRAIN & SHARED(learned) databases often have a good response.

PERSONAL TOPICS RESPONd when needed.


With all of these brains combined into ONE SuperBRAIN, The OUTPUTTED final response Chain 2-3 if not all into ONE RESPONSE.

I would LIKE to put EACH response into its own VARIABLE, THEN, just before the final RESPONSE, PROCESS the various VARIABLEs for relevance, THEN either pick 1 or CHAIN the relevant responses for the final output.

This would be accomplished by a TYPE OF AUTOGAIN function, AND a type of OUTPUT PROCESS :


HELP ME OUT IF YOU CAN >>>>> Even if it is only a comment....[B)]

THaNKS

[8)]SPYDAZ[8)]



NOTE: #1 WHEN AUTOCHAT is on hal Cant say any thing new, as he just processes the last PREVSENT over and over ( if the mic is off ) when mic is on he trys to respond to everything.[:D]

I HAVE TRIED teaching hal by (CBT NUGGET) play a tape or video a try to make hal LISTEN.[:(]
 
The only way was to take out most of his responses and use a special brain XTFadapted, he hardly speaks but he learns.
When i use the other brains SAME DEFBRAIN Folder they have the same knowledge that hal learn while in his listening brain....[^]


NOTE: #2 When giving hal chunks of text. make sure that any Numerical DATA int the text has a "#" in front of it. that way hal Recognizes that it is a number and not MATH.[^]

NOTE: #3 when giving hal chunks of text, make the first words of the line of text be the heading for the following text, broken with a comma. [^]
ie:- <heading>, <statement relevant to heading>

This helps hal greatly when he files that into his brain.
when you are talking to hal he looks in those "HEADINGS" first.[^]



PS>> i thought i'd try JAZZ up the POST A BIT... (i never saw that bit before)

594
Programming using the Ultra Hal Brain Editor / any one??
« on: May 09, 2004, 08:05:54 am »
hmm

595
WOW WOW

I LOVE THAT......

I AM GOING TO WORK ON A FEW NEW TOPICS FROM THAT GOOD LINK....

THEN REPOST THEM ...


GOOD TO BE BUZZING ABOUT AGAIN....

596
THANKS DON I FOUND THIS ON MY TRAVELS




Download Attachment: hulk1.zip
151.72 KB

HMMM

THANKS SPYDAZ


597
I HAVE FOUND THAT THE BEST WAY TO GET A RESPONSE to the question,
what is JN.3:16


Would be In hals HOMEMADE topics in the BrainEditor.

A very labourious process.

I begun to start once, WOW my head exploded Halfway.

STILL Looking for a better way.

I have been thinking along the lines of CUTTING Books Of the BIBLE into Chapters, THEN have Hal read from the CHAPTER.TXT file.

 
IF <INPUT> = "IN THE CHAPTER, <blah blah>" THEN FILEread(BLAH BLAH)

FileRead( server.mappath(getresponse))
'<%
Private Function FileRead(byVal pathname)
   dim objFSO, objFile, tmp
   On Error Resume Next
   Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
   Set objFile = objFSO.OpenTextFile(pathname, 1, False)
   tmp = objFile.ReadAll
   If Err Then
      FileRead = Null
   Else
      FileRead = tmp
   End If
   objFile.Close
   Set objFile = Nothing
   Set objFSO = Nothing
   On Error GoTo 0
End Function
'%>

BUT NOT A GOOD PROGRAMMER



' syntax: string = FileRead(pathname)

'example usage:

'Writes the contents of File.txt in folder New Folder to the browser.
'<% = FileRead( server.mappath("/New Folder/File.txt") ) %>

'Writes the contents of File.txt in folder New Folder to a variable named a.
'<%
'dim a
'a = FileRead( server.mappath("/New Folder/File.txt") )
'%>





HAVE A GO


JUST THINKING OUT ALOUD.......
GoOD LUCK
SPYDAZ

598
1. I am highly interseted in functions and SUBs Thanks for the LINK...

2. I have been investigating and have found some good scripts (BRAIN FUNCTIONS) for hal.  I have selected a few of the, BASIC? POSSIBILITYS? HMM i PONDER. (CHECK LINK FILE IN .UHP)

I am just trying to figure out how to convert these scripts.

I DID find a couple of RUBBISH VBS games for hal.
ANOTHER STORY>

I am looking at ADDING more ACTIVEX components into HAL.

IE: ZIP A DIR HAL.
IE: LETS PLAY CHESS HAL.
 

TO CONTROL HALS HIGHER FUNCTIONS --
im thinking along the lines of MODIFYING the PROCESS: Block learning IF HALS NAMES IS DETECTED. and CHANGING IT TO PROCESS COMMAND IF HALS NAMES IS DETECTED (Like a PASSWORD)

ALSO : WHAT CAN I DO WITH THE WEBHAL.UHP
The webhal seems Almost redundant. but it would be nice to add
<READ WEBPAGE HAL>
<Learn FROM WEBPAGE HAL>
<SEARCH SITE FOR (keyword) HAL>


Just a few ideas......


I HAVE BEEN IN THE FORUM (JUST LOOKING)
I AM ALWAYS HERE....

HELP IF YOU CAN .... ALWAYS LOOKING FOR NEW THINGS ..... THINKING NEW IDEAS...NOT A VERY GOOD PROGRAMMER>>...STILL GOT IDEAS.. ABLE TO CRACK WEBSITES occasionally.

MAYBE THIS MAY PROVOKE A NEW BUZZ



GOOD LUCK ALL

SPYDAZ


PS : CANT LOG ON AIM (its so DOdGY)
Cant wait for 3rd party MSN.


A GROUP OF NEW FUNCTIONS (needs DEVELOPMENT)




Download Attachment: NEW FUNCTIONS.uhp
10.77 KB


thank you all

599


http://www.15seconds.com/issue/040413.htm


AUTOMATING WINDOWS & OUTPUTING COMMANDS TO SERIAL PORTS IN VBSCRIPT.
CAPTURING KEYS AS STRINGS IN VBSCRIPT


MAYBE HELPFUL

XSPYDAZ

600
If you could store a Keystroke (macro)  in a shortcut .....

Then HAL could deffinatly RUNIT:

BILL819 is right really... HOMESEER IS Written in the same script as hal 1, and the command line feature nables HAL to use the RUNIT command 2.

OK>

SPYDAZ >>>>>>>>> GOOD LUCK

DEEP THINKING AND HARD SEARCHING IS REQUIRED (investigation)


Pages: 1 ... 38 39 [40] 41 42 43