Personality Insight For Certificate

1.Describe the intended use of the Personality Insights service

As a core service of the IBM Watson platform, the Personality Insights service can help businesses understand their customers at a deeper level. It can help businesses learn their clients' preferences, improve customer satisfaction, and strengthen client relations. Businesses can use these insights to improve client acquisition, retention, and engagement, and to guide highly personalized engagements and interactions to better tailor their products, services, campaigns, and communications for individual clients.

2.Describe the inputs and outputs of the Personality Insights service

To analyze content, you use the HTTP POST request method to call the profile method of the Personality Insights service. You can pass the service a maximum of 20 MB of content to be analyzed via the body of the request, but the service requires far less input to produce an accurate personality profile

 To pass JSON input content, you use the ContentListContainer object. The object includes an array of ContentItem objects, each of which contains an element of the content. The only required field of the object is content, which provides the text to be analyzed.

IBM recommends that you provide at least 1200 words of input text.Providing 3000 words is sufficient to achieve the service's maximum precision. You must submit at least 100 words; otherwise, the service reports an error. If you submit fewer than 600 words, the service reports a warning but still analyzes the input text.

  Input:

     Content-Type:  text/plain, text/html, application/json

Language: Arabic, English, Japanese, Spanish

     Output:

Content-Type: Json , CSV

3. Describe the personality models of the Personality Insights service

Personality Insights analytics are developed based on the psychology of language in combination with data analytics algorithms. The characteristics are described in terms of three models:

Reference:

https://www.ibm.com/watson/developercloud/doc/personality-insights/user-overview.html#overviewGuidelines

最新文章

  1. js最详细的基础,jquery 插件最全的教材
  2. Codeforces 307 div2 E.GukiZ and GukiZiana 分块
  3. Sql Server 2008卸载后再次安装一直报错
  4. SQL Server数据库性能优化(二)之 索引优化
  5. ****JFinal 部署在 Tomcat 下推荐方法
  6. 【NOIP 2015 DAY2 T3】 运输计划 (树链剖分-LCA)
  7. 使用sqlmap注入DVWA的SQL Injection菜单
  8. Shell脚本笔记
  9. charAt()的功能
  10. python中字符串编码转换
  11. POJ 2750 鸡兔同笼
  12. php通过CURL模拟get提交请求
  13. cp备份操作时如何忽略指定的目录
  14. 16.2 profile 显示或者隐藏页面 修改密码
  15. iOS UITextField控件总结
  16. centos 7安装jdk、tomcat
  17. Java获取精确到秒的时间戳
  18. HTML学习---HTTP基础学习详解
  19. Django之Models
  20. Sqoop 1.99.6 安装和使用

热门文章

  1. 3.Java 加解密技术系列之 SHA
  2. Java IO流学习总结(1)
  3. WPF自动更新程序
  4. Lua学习(2)——表达式
  5. 用户输入与while循环
  6. IIS无法启动,应用程序池自动关闭,应用程序池XXXX将被自动禁用 解决方案之一
  7. NetBeans+Xdebug调试php代码
  8. 一个想法照进现实-《IT连》创业项目:直觉型面试招聘的漏洞
  9. 『珍藏】eclipse快捷键
  10. 最基础的mybatis入门demo