introduction to A.I python&chatbots | extrovert.dev -->

introduction to A.I python&chatbots

 introduction to A.I python&chatbots
Sunday, December 31, 2017



Now a days most of the social platforms are with the chatbots. When you see different kinds of chatbots they differ in their functioning for example CNN bot gives the latest news around the world whereas the PONCHO gives the weather forecast.
   



         đź”Š There are mainy languages like java,c,etc.. to programme our artificial intelligence chatbot  but we prefer PYTHON as our main language because of its scientific libraries and vast flexibility in expanding  our programming with their integration.

Here I list few libraries that made us to choose python is

đź“‚ NUMPY  - It will act like a container of generic data. It contains array object tools to integrate with C C++ code. It also can do scientific data like Fourier transformation,random number capabilities and other scientific  stuff.

đź“‚MATPLOTLIB -  It is a graphical interface toolkit where you can create quality figures using it's 6 graphical user interface toolkits.

đź“‚SCIKIT-LEARN - It is an efficient data analysis tool kit

   You can read much about A.I libraries in wiki of python  đź“Ť CLICK HERE

                    ⏩ Environment for A.I

1 Response to introduction to A.I python&chatbots