-
Bot should be able to store channel messages and generate markov chains for the users
for example
```
!emulate
```
will generate a markov chain for the specific user from the channel history
-
A kind of lame chat bot function. First is to learn about markov chains: https://www.youtube.com/watch?v=uvYTGEZQTEs&list=PLANMHOrJaFxPMQCMYcYqwOCYlreFswAKP
There are also tons of examples online...s…
-
Implement a [Telegram](https://telegram.org/) bot using markov chains, fed on the content of the YLD blog and the YLD twitter account.
Include the scripts on how you obtained the data, the bot implem…
-
Telegram bot which create a markov chain model from the messages on each chat it is in.
-
The amount of data present in the markov chain is 2.6 MB as of now in a running instance - in the disk stored mode. The bot is using 164MB of RAM. This needs to be addressed. I could potentially try a…
-
I've previously done Markov-chain text-generation for Twitter bots, using some Python code found on GitHub.
Here's a list of my relevant GitHub projects, in chronological order. They all build on one…
jiko updated
10 years ago
-
Currently the bot will only make a tweet for a single \@mention. For instance, if I was to tweet "\@sim_tweet \@bo_wd_en \@realDonaldTrump" the bot would tweet back to me with an impersonation of \@bo…
-
Is it possible to create a Markov chain that contains a key word?
I'm thinking of a chat bot situation. For example, the word "computer" is used in the utterance, then this command would be called…
-
I would like to be able to extend my bots to be able to handle the mentions they receive, including an easy interface to reply to them.
(Specifically, I'd like people to be able to give the start o…
-
**Choose Topics for Presentation**
- [x] Q-learning
- [x] Deep Neural Network
- [x] Artificial General Intelligence
- [x] Artificial Quantum Intelligence
- [x] Cognitive Science
- [ ] Quantum Co…
ErSKS updated
4 years ago