人工智能社交网络

发布于 2024-10-04 11:21:04 字数 154 浏览 3 评论 0原文

我正在计划一个具有人工智能的社交网络。这意味着 SN 将进行对话(英语).. 并对其进行分析,以提取有关某个主题的一般意见。这有助于收集信息并建立统计数据,然后将其发送给适当的用户。 我的问题是:如何在数据库中组织单词和语法规则,以帮助社交网络从对话中提取一般意见(同意、不同意等)! 谢谢。

I'm planning a Social Network with an Artificial Intelligence . that means that the SN will take the conversations (in english) .. and analyse them in order to extract the general opinion about a subject. This helps to collect information and build statistics, which will be sent then to the appropriate user.
My question is : how to organize words and grammatical rules in a database, in order to help the social network extracting a general opinion from a conversation (agree, disagree..etc)!
thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

楠木可依 2024-10-11 11:21:04

提取反映人们真实意见的文本是一项非常具有挑战性的任务,因为机器学习在这一领域仍然不先进,请看下面的示例:
你的程序在某个SN网站上找到这句话:
“我让她鸭子”

what are possible options that your program will infer:
1-i cooked a duck for her
2-i "magically" transformed her into a duck"
3-i took her duck and created it.
and many other

所以这确实是一个挑战。我建议看一下 NLP(自然语言处理),它涵盖了您感兴趣的领域

its very challengning task to extract text that reflects real opnions of people because machine learning is still not advanced in this area, take a look at the following example:
your program finds this sentence on some SN website:
"I made her duck"

what are possible options that your program will infer:
1-i cooked a duck for her
2-i "magically" transformed her into a duck"
3-i took her duck and created it.
and many other

so its really challenge. I suggest to take a look at NLP(natural language processing) which covers this area you're interested in

稚气少女 2024-10-11 11:21:04

您可以将 Wolfram Alpha (http://www.wolframalpha.com/about.html) 插入您的网站吗?这可能会节省很多工作。

Could you plug Wolfram Alpha (http://www.wolframalpha.com/about.html) into your site? That would save probably a LOT of work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文