Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Ai Chat-Bot That Learns Suggestions/Improvements/Help With Code
- steve115
-
33 posts
Ai Chat-Bot That Learns Suggestions/Improvements/Help With Code
Hello everyone I recently found out about this site clever bot which to sum up simply is a Ai you can talk to
After about a half hour conversation I was inspired to do the same as the developers of this Ai
I decided on a technique where the bot would have a wide range of “Definitions” programmed into it but a small vocabulary but it would be capable of things like means and this system could quickly expand it's vocabulary an as it learns make it seem more “human”
>>> REALEASE <<<
This was good for a while but it quickly became “hollow” , yes it would say different words but allways in the same order like
I later decided to have a similar process not only with it's words but phrases so you could say things like what are you called means whats your name
so you could get things like this
>>> UPDDATE 1 <<<
I later added the ability for the bot to argue about it's memory (if it's called bob and you say it's called jeff it will say not it's called bob)
This is where I've got up to so far and If anyone has any suggestions on code/ways to improve the system I would like that very much
Also please remember to keep your explanation simple as I'm not very got at code
Heres a link to the project https://scratch.mit.edu/projects/111129518/
After about a half hour conversation I was inspired to do the same as the developers of this Ai
I decided on a technique where the bot would have a wide range of “Definitions” programmed into it but a small vocabulary but it would be capable of things like means and this system could quickly expand it's vocabulary an as it learns make it seem more “human”
>>> REALEASE <<<
This was good for a while but it quickly became “hollow” , yes it would say different words but allways in the same order like
- whats your name
whats your identity
whats your firstname
I later decided to have a similar process not only with it's words but phrases so you could say things like what are you called means whats your name
so you could get things like this
- I am called
the name people call me by
my name is
>>> UPDDATE 1 <<<
I later added the ability for the bot to argue about it's memory (if it's called bob and you say it's called jeff it will say not it's called bob)
This is where I've got up to so far and If anyone has any suggestions on code/ways to improve the system I would like that very much
Also please remember to keep your explanation simple as I'm not very got at code

Heres a link to the project https://scratch.mit.edu/projects/111129518/
Last edited by steve115 (May 26, 2016 19:50:08)
- Discussion Forums
- » Show and Tell
-
» Ai Chat-Bot That Learns Suggestions/Improvements/Help With Code