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.
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.