You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/NLP/1-Introduction-to-NLP/assignment.md

794 B

Make a Bot talk back

Instructions

In this lesson, you programmed a basic bot with whom to chat. This bot gives random answers until you say 'bye'. Can you make the answers a little less random, and trigger answers if you say specific things, like 'why' or 'how'? Think a bit how machine learning might make this type of work less manual as you extend your bot.

Rubric

Criteria Exemplary Adequate Needs Improvement
A new bot.py file is presented and documented A new bot file is presented but it contains bugs A file is not presented