Jump to content
UnevenEdge

So I decided to build a chatbot.


PhilosipherStoned

Recommended Posts

Nice lol.  I mean I've been interested in AIML for a while ever since I've ran across a few sophisticated bots

that made it hard to really tell they were bots.. I remember years ago back when limewire was big, I ran into

a bot that was acting like it was a cammer girl.. It popped up in a chat while I was downloading music...

It was pretty believable I didn't know I was even talking to a bot for a good bit I thought I was talking

to a scammer until it finally tripped up in it's words so bad I was like WHAT YOURE A BOT.  :D

 

I just barely decided to try to do some of the code today though. I think I got the basics., but I've just

used the <category><pattern>, and <template> tags.  So do you have brain builds in shit? I'm looking

at the sourcecode for this stuff..  and theres a pattern tag that has "BRAIN BUILD" in all caps...

Pretty sure I need to insert something in there to actually have an AI.

Link to comment
Share on other sites

I don't know what platform or software you're using, but we use iterative learning with active training combined with natural language processing.

 

So basically we give the machine appropriate responses to some appropriate questions and then have it run over datasets of actual chats between users and support agents, figuring out how it should respond - then we go over its results, and rate how it responded and tell it to go again knowing those ratings, so it gets better.

Link to comment
Share on other sites

I don't know what platform or software you're using, but we use iterative learning with active training combined with natural language processing.

 

So basically we give the machine appropriate responses to some appropriate questions and then have it run over datasets of actual chats between users and support agents, figuring out how it should respond - then we go over its results, and rate how it responded and tell it to go again knowing those ratings, so it gets better.

That sounds really interesting. Also above my tech level, I had to look up iterative learning though I could

tell you were trying to explain it there.. I'm just using pandorabots, it uses the same platform that created

this. http://chatwithigod.com/ I doubt iterative learning can be achieved with these things tbh

 

That's a pretty good example of the capabilities of an ALICE bot. Dr. Wallace and his ALICE AI Foundation

havent had any hype since the early 2000's from what I can see from digging around a little bit.He couldn't

get a bot to pass the turing test anyway, and calling it an AI is a big ass stretch if you ask me, but I havent even

finished going through all the things you can do with the script.

 

Link to comment
Share on other sites

Cool. So this is a more concurrent form of AI developing software? So ML, and Python are some of the actual

progamming languages you use to program the machines I'm gathering. MNIST? I've never done any advanced

machine programming obviously. My brains gonna shutdown if I look into it any further, but I checked out that

tensorflow system. Pretty interesting regardless..  >:D

 

 

Link to comment
Share on other sites

×
×
  • Create New...