ubclaunchpad / mimic

💬 Mimicking text for great fun and delight
MIT License
3 stars 1 forks source link

Research further NLP techniques #22

Open rwblickhan opened 5 years ago

rwblickhan commented 5 years ago

Our MVP is relatively simple. We should research more natural-language processing (NLP) techniques and ideas that would make the library more useful. For instance, we might look into techniques to make it more responsive to given text (making the library more useful for chatbots), or do something related to topic modelling.

rwblickhan commented 5 years ago

Another thing to look at might be (configurable?) question answering - for instance, perhaps we want to make Rocket answer general Launch Pad-related questions like "What teams are there?" or something similar.

rwblickhan commented 5 years ago

@kriscupofty posted this to our Slack: https://machinelearningmastery.com/develop-neural-machine-translation-system-keras/ We could consider doing neural machine translation.