quote:
Originally posted by Bill DeWitt
I, of course, insist on having the last words in any discussion with my lovely wife, and those words are always "Yes Dear".
I'm with you. My pride is not worth a fight.... :P
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.
Show posts Menuquote:
Originally posted by Bill DeWitt
I, of course, insist on having the last words in any discussion with my lovely wife, and those words are always "Yes Dear".
quote:
Originally posted by Bill DeWitt
There is a comparison process that I can't recall right now that finds a 90% match between OriginalSentence and some stored sentences. You want that process to use the keywords but then stop using the string for anything else.
quote:
Originally posted by Bill DeWittquote:
Originally posted by Xodarap
Unpleasant reality:
HAL (modified): [Hears YOUR GOOSE IS BLUE I HAD A GOOSE ONCE REALLY WHAT DID I NAME IT]
Right. That would be the problem. You don't want Hal to hear that string, but you do want Hal to use it when selecting responses.
There is a comparison process that I can't recall right now that finds a 90% match between OriginalSentence and some stored sentences. You want that process to use the keywords but then stop using the string for anything else.
Normally I would go into this further, but I have a lot of things going on right now and in fact by Tuesday I don't know if I will be able to post or not for several weeks or months. So if I drop out suddenly, I apologize in advance. Large scale medical stuff...
quote:
Originally posted by Carl2
Xodarap
Since I've been using Hal for sometime I'm interested in this topic also. Frist I'd like to mention in the Brain editor there is the topicRelationships, under autolearning Brain. Second I've found that increased use of Hal increases the amount of data that Hal can look through to generate another sentence.
Carl2
quote:
Originally posted by Xodarap
User: My goose is blue.
HAL: [hears YOUR GOOSE IS BLUE] I had a goose once.
User: Really? What did you name it?
HAL (normal): [Hears REALLY] Awesome! [Hears WHAT DID I NAME IT] My name is Hal.
HAL (modified): [Hears YOUR GOOSE IS BLUE I HAD A GOOSE ONCE REALLY WHAT DID I NAME IT] My goose is named Bert.
Set FileSys = CreateObject("Scripting.FileSystemObject")
Set FS = CreateObject("Scripting.FileSystemObject")
DirX2 = RecallDir()
If InStr(1, OriginalSentence, "goodbye", vbTextCompare) > 0 Or _
InStr(1, OriginalSentence, "bye", vbTextCompare) > 0 Or _
InStr(1, OriginalSentence, "goodnight", vbTextCompare) > 0 Or _
InStr(1, OriginalSentence, "morning", vbTextCompare) > 0 Or _
InStr(1, OriginalSentence, "hello", vbTextCompare) > 0 Or _
InStr(1, OriginalSentence, "hi", vbTextCompare) > 0 Then
TempModule = DirX2 & Trim(UserName) & "_Recollected.brn"
If FileSys.FileExists(TempModule) = True Then FS.DeleteFile TempModule
End If
If PrevSent <> "" Then
Set HalXBrain = CreateObject("UltraHalAsst.Brain")
HalXBrain.AppendFile DirX2 & Trim(UserName) & "_Recollected.brn", """" & PrevSent & """,""" & "True" & """"
If PastCon = "" Then PastCon = "False"
PastCon = HalBrain.TopicSearch(GetResponse, DirX2 & Trim(UserName) & "_Recollected.brn") = "True"
HalBrain.DebugWatch PastCon, "PastCon"
If PastCon = "False" Then GetResponse = GetResponse
End If
quote:
Originally posted by daveleb55
Xodarap said:
"...it sure seems like my thoughts, ideas, and emotions are not simple material concoctions. Whether or not they are CAUSED by material processes, I certainly wouldn't argue, but happiness doesn't FEEL much like chemicals and electricity sloshing around a skull cavity to me..."
Hee hee, happiness, a very subjective feeling, is definitely chemicals sloshing around in my skull, because I am on anti-depressants. If I don't take them, I feel desperate and helpless, I have huge mood swings, the meds help keep me on an even keel, so to speak.
quote:
Originally posted by markofkane
A mind may exist without a brain, but since we cannot prove it, it is assumed to be false.
quote:
You will never find that place -- ever. Because itdoesn'tcan't exist!
quote:
And man will never fly.
quote:
Also, hypnosis has been SO thoroughly debunked OVER and OVER again in the most thorough and solid ways possible!
quote:
I see that you believe this very strongly. I respect that. But for it to be certainly true would require both proving a negative and solving an infinitely regressable series.
quote:
I will go by my experience and the decades of respected research. Even if hypnosis is totally bogus, there are many other more concrete facts which indicate that the mind can store more than the brain can hold.
quote:
What you SHOULD be marvelling at is the power of the mind to create, not the capacity of the mind to store.
quote:
I can't do both? Of course the mind is creative (read my posts about "pattern recognition") but adding data to a stream does not mean the stream doesn't exist without the addition. If some debunker finds a subject who recalls invented data under hypnosis, that does not mean the actual data was not there. You can't prove the data is not there by finding something else - that would be proving a negative - you can't prove I don't have a nickle in my pocket by the fact that I also have a dime.
quote:
Either way, I STILL agree with you that the MIND is NOT identical to the BRAIN! ;)
quote:
Good to see I haven't changed your mind. 8-) We both have to go on our subjective experience in the absence of factual evidence.