Machine Learning Simple-Lab

Facebook M

http://thenextweb.com/facebook/2015/08/30/heres-what-its-like-to-use-facebooks-virtual-assistant-m/
https://github.com/gunthercox/ChatterBot

Ejemplo: http://www.cleverbot.com/

Lab

  • Crear una cuenta en c9
  • Crear un nuevo custom workspace
  • Terminal:

    • sudo pip install chatterbot​  

    • sudo apt-get update
    • sudo apt-get install python-pip
    • sudo pip install python-Levenshtein
  • Descargar ejemplo, Terminal:
    • wget https://raw.githubusercontent.com/gunthercox/ChatterBot/master/examples/training_example.py
  • Ejecutar ejemplo, Terminal:
    • python training_example.py
http://pybrain.org/
Made with Slides.com