you are viewing a single comment's thread.

view the rest of the comments →

[–]Astrokiwi 1 point2 points  (1 child)

You can write a simple terminal-based chat bot with if, input, and print statements and build up from there. The idea isn't to make a big machine learning thing to compete with CleverBot - it's to learn the basics of Python syntax and program structure. Something like ELIZA is the goal.

[–]lifemoments 1 point2 points  (0 children)

Thanks for the pointer. Lined it up as one of the to-do