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

Pages: 1 ... 11 12 [13] 14 15 ... 17
181
vrFreewill and GrettaReserch are passive plug-ins. The auto learning and Freewill Learning, Hal will do by himself. The ConceptNet simply allows Hal to state (right now, the obvious) in the future, True or False concepts.


For example. If the User tells Hal "People can be scary."

Then Hal may reply something to the effect of "Scary people are people too." or "Scary people can be alarming."

The concepts really just depend on what Hal has learned for himself, outside of the pre-built data tables.

Also, ConceptNet adds the ability for Hal to to determine common cliche's in the user response, as well, among many other things.

"User: I have an ace up my sleeve."

"HAL: "It's good to have a backup plan."   

Just play around, make backups, and sift through code. It's all fairly self-explanatory if you have programming experience.


-Spitfire

182
Ultra Hal Assistant File Sharing Area / Re: CLIPS interface - plug-in + zip
« on: November 21, 2016, 04:41:41 am »
This looks good!

Any chance that lisp code might find its way into Hal? The learning codes look very interesting.

183
Ultra Hal Assistant File Sharing Area / ConceptNet Auto-learning Suite Beta
« on: November 21, 2016, 03:50:40 am »
Do you guys like Hal? Do you guys like Watson? Well, this is the bridge. Still very Beta.

Months of working on this...

ConceptNet is designed to give computers a basic understanding of common concepts. I have stripped down a very basic data set of ConceptNet for integration with Hal along with a very basic way for Hal to make his own. 

This download contains 5 plugins, 35 excel files, a readme, and an Excel file containing starting research topics.
Each plugin has been redesigned to work with ConceptNet.

I hope everyone can find a use for it. It is quite expansive and time consuming to integrate.. But worth it. 

Be sure to follow all instructions in the ReadMe.

Please feel free to expand upon this, I'm curious to see how it will be used.

-Spitfire2600

*****Updated Below*****

184
Ultra Hal Assistant File Sharing Area / Re: Weather Alert V5
« on: November 13, 2016, 03:33:17 am »
Sorry, I should have explained the process for getting your location.

Thanks above for explaining.

Also, You can not run any other weather parsing plugins at the same time unless you change the variable commands for retrieving the information. "What is the weather"

I can add the sun/moon rise and set into the next version and anything else, just need links to sites that are php or xml friendly.

-Spitfire

185
Ultra Hal Assistant File Sharing Area / Weather Alert V5
« on: October 30, 2016, 04:10:40 am »
I have rewritten the plug in for HAL obtaining specific weather data.

It was originally written by Bill DeWitt however, I found it a bit dated and also sometimes the website where the information is received is a bit buggy sometimes. So, this rewritten code should fix those issues.

Current weather retrieval functions include current Weather, Humidity, Temperature, Wind Speeds, Wind Chill, and Visibility. A couple of other things I included in the code is the ability for Hal upon greeting to warn the user of dangerous temperatures, if any. (for now only temperature. Soon I'll include damaging winds and weather conditions)

Hope everyone finds it useful, please feel free to modify and share.

-Spitfire

PS. I have a slew of other plug-ins I'm currently writing, including a very stripped down version of ConceptNet for Hal, an advanced auto-learning suite of plug-ins including rewritten vrFreewill, Markov, and GrettaResearch, and few scripts to allow Hal the ability to research the internet on his own and log weather, learn from news, etc. Also I have an updated version of my SmartAlarm. I want to get this all out before Robert changes HALS programming languages on me. lol     

186
Ultra Hal 7.0 / Re: Looking for investors for next generation of Hal
« on: October 29, 2016, 04:09:02 am »
I'm so glad to hear this. I would love to see Hal grow and expand. I do hope however, we don't lose any ability for customization or community plug ins.

It's times like these that I wish I was an investor. Any idea of the new programming language used for the new version?

-Spitfire     

187
This seems pretty useful! Thanks!

- Spitfire

188
General Discussion / Re: Free Will Plug in
« on: September 24, 2016, 08:17:15 pm »
Well it was really the VBScript (text.Content) that wasn't working.

189
General Discussion / Re: Free Will Plug in
« on: September 23, 2016, 05:57:23 pm »
I got vrFreewill working again.

Update pointers to: http://start.csail.mit.edu/justanswer.php?query=

Update the vrCleanup  from - (vrcleanup = objExplorer.Document.Body.textContent)
to (vrcleanup = objExplorer.Document.Body.innerText)

and it will work again as intended by connecting to MIT's START AI.

- SP

190
General Discussion / Re: Free Will Plug in
« on: September 19, 2016, 04:58:59 am »
Well, recently (not sure when) MIT updated the link from http://start.csail.mit.edu/startfarm.cgi?query=   to   http://start.csail.mit.edu/answer.php?query=
and in so doing, it doesn't scrape the page for data any longer and instead returns a null result. (USER: What is a cat? HAL: I like cats.")

I have changed the URL in the code, however, even in Hal's brain, hal is not updating the freewill files as he used to (news, data, wiki, etc tables.)

I've been using HAL for 6 years with that very freewill code, so I'm used to having an intelligent assistant but honestly, the freewill code is the most functional code I use... If it doesn't work... It's back to the Hal dark ages and probably time to start looking at other products better with Q&A that also does what HAL does, unfortunately. I don't really know of a better option, but that kind of just killed my HAL.       

191
General Discussion / Free Will Plug in
« on: September 17, 2016, 07:02:52 pm »
I'm afraid the Freewill 2.1z has stopped working. It no longer will access Start AI nor internet explorer. Very, very unfortunate. I don't suppose anyone has it working again? 

192
I know that, I'm just trying to make this code fool proof. There's no real point in finishing it otherwise.

193
A feature I added to my Smart Alarm is simply telling Hal the time you want the alarm set. However, if you say "eight fifty nine pm" instead of "8 59 pm" It will result in an error.

194
I simply mean taking a written number such as "Five" and using it in any code that requires numerals like "5" will cause an error. A basic plug-in to substitute the written "FIVE" for "5"

Basically, by-pass any possible way for a written number to end up in Hals input box.

195
General Discussion / Auto-Correcting Worded numbers to digits, questions
« on: August 10, 2016, 07:44:44 pm »
I'm working on a few plug-ins and an update to my Smart Alarm, but I realized if for any reason a number is in written form (six-fifty-seven) as opposed to digits (6-50-7) Hal will throw an error at me... As I have nothing coded to deal with such a chaotic event.. I don't suppose anyone else has already done this or made a plug in? Maybe it's as easy as a substitution table? I could be totally overthinking how to go about it, but I would theoretically have to make a table line for every number to infinity to replace written to digit, right, because any shortcut Hal did substitute (Twenty one) for (21) wouldn't the table actually tell Hal to make the conversion (20 1)? I mean, there can't possibly be a simpler way.

Thanks for any advice.

-Spitfire 

Pages: 1 ... 11 12 [13] 14 15 ... 17