Exploring Text analytics and chatbots

Chatbots have always been a very fascinating subject to me. With the boom of voice assistants such as Amazon Alexa, Google Assistant, Siri, etc, AI-powered chatbots are extremely popular right now.  So for this module, I have decided to build my own chatbot using python.

Some of the resources I have shortlisted for this course is:
1) Applied Natural Language Processing with Python - Apress

2) Python Text Processing with NLTK 2.0 Cookbook - Packt

2) Building Chatbots using Python - Datacamp

Some blogs I intend to follow for this module:

1) https://www.analyticsvidhya.com/blog/2017/01/ultimate-guide-to-understand-implement-natural-language-processing-codes-in-python/

2)https://github.com/oxford-cs-deepnlp-2017/lectures


I know that it's ambitious but I would certainly like to have a chatbot working by the end of this module or maybe realistically by the end of December. Let's see which one it is!

Super excited.

Comments

Popular posts from this blog

Finally built a text classifier - Part 1

Linear Regression Theory