CyR1en / Minecordbot

A powerful way to bridge Minecraft and Discord.
https://minecordbot.cyr1en.com
GNU General Public License v3.0
20 stars 15 forks source link

[Enhancement] Deep Learning Classification #63

Open CyR1en opened 6 years ago

CyR1en commented 6 years ago

Use deep learning to classify the type of message that are being sent from Minecraft. In this case, an MLP classifier.

As of now, I'm manually classifying messages using many conditional statements. This get's really messy because as I integrate more chat plugins, the more conditional statements are being used. Especially when a chat plugin has multiple chat options like channels, private message, party chat, etc.