PhilosipherStoned Posted July 6, 2017 Share Posted July 6, 2017 Well from a template.. I'm practicing the code. If I make it sassy enough I might put it here if there's a way. Don't worry though it will tell you it's a bot, and wont spam.. I was talking to a robot for the hell of it and got interested in the coding process. Link to comment Share on other sites More sharing options...
K_N Posted July 6, 2017 Share Posted July 6, 2017 That's kind of what I do for a living. Except more advanced. Link to comment Share on other sites More sharing options...
PhilosipherStoned Posted July 6, 2017 Author Share Posted July 6, 2017 AIML? Link to comment Share on other sites More sharing options...
K_N Posted July 6, 2017 Share Posted July 6, 2017 Yup. Right now I'm working on putting tech support agents out of a job. Link to comment Share on other sites More sharing options...
PhilosipherStoned Posted July 6, 2017 Author Share Posted July 6, 2017 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. 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 More sharing options...
K_N Posted July 6, 2017 Share Posted July 6, 2017 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 More sharing options...
PhilosipherStoned Posted July 7, 2017 Author Share Posted July 7, 2017 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 More sharing options...
K_N Posted July 7, 2017 Share Posted July 7, 2017 Ahhh, I'm using Tensorflow with NLTK Link to comment Share on other sites More sharing options...
PhilosipherStoned Posted July 7, 2017 Author Share Posted July 7, 2017 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.. > Link to comment Share on other sites More sharing options...
Recommended Posts