AI chatbot technology review

2023-12-09 08:08
文章标签 ai technology review chatbot

本文主要是介绍AI chatbot technology review,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Meta is a hotspot in last year and lots of companines keen on building a super Meta world to replace real world. More and more product can be created based on this concept. 【1】introduce a virtual human 陈水若 that can make a virtual conversition with human being by Microsoft 小冰 research group. In last year, CNN introduce that Microsoft patented a chatbot that would let you talk to dead people. It was too disturbing for production【2】。 

The function of virtual human are as following "Conversing in the personality of a specific person may include determining and/or using conversational attributes of the specific person, such as style, diction, tone, voice, intent, sentence/dialogue length and complexity, topic and consistency," as well as using behavioral attributes such as interests and opinions and demographic information such as age, gender and profession, the patent states.

The technologies include : "In some cases, the tool could even be used to apply voice and facial recognition algorithms to recordings, images and videos to create a voice and 2D or 3D model of the person to enhance the chatbot". also there is a paper methoned in [1] like "《Nature》刊登了来自MIT 研究团队的论文——机器学习的技术进展,让文本、图像、音频和视频数据的超现实合成成为可能", which is "AI-generated characters for supporting personalized learning and well-being"【3】【4】【5】the code link GitHub - mitmedialab/AI-generated-characters: AI-generated-character

【1】虚拟人春节搞事情!先在央视《对话》,又跟李玉刚组团除夕出道百度安全验证https://baijiahao.baidu.com/s?id=1723446023895912077&wfr=spider&for=pc

路过人间遇见你!三次元虚拟小姐姐翻唱《华夏》除夕贺新春 - 知乎,路过人间遇见你!三次元虚拟小姐姐翻唱《华夏》除夕贺新春 - 知乎编辑:桃子 好困 【新智元导读】虎年的钟声即将敲响,一场突如其来的雪让大地银装素裹,而一觉醒来又消失得无影无踪。在这冬天的尽头,两位美丽的虚拟小姐姐带着她们的歌声路过人间,遇见你。闭眼倾听,你感受到了…https://zhuanlan.zhihu.com/p/463398715

【2】Microsoft patented a chatbot that would let you talk to dead people. It was too disturbing for production,Microsoft patented a chatbot that would let you talk to dead people. It was too disturbing for production - CNN【3】AI-generated characters for supporting personalized learning and well-being

AI-generated characters for supporting personalized learning and well-being | Nature Machine Intelligence

【4】Nature子刊NMI2021_AI-generated characters for supporting personalized learning and well-being_阅读笔记 - 知乎

【5】Overview ‹ AI-generated Characters for Learning and Wellbeing — MIT Media Lab

AI-generated characters for supporting personalized learning and well-being | Nature Machine IntelligenceAdvancements in machine learning have recently enabled the hyper-realistic synthesis of prose, images, audio and video data, in what is referred to as artificial intelligence (AI)-generated media. These techniques offer novel opportunities for creating interactions with digital portrayals of individuals that can inspire and intrigue us. AI-generated portrayals of characters can feature synthesized faces, bodies and voices of anyone, from a fictional character to a historical figure, or even a deceased family member. Although negative use cases of this technology have dominated the conversation so far, in this Perspective we highlight emerging positive use cases of AI-generated characters, specifically in supporting learning and well-being. We demonstrate an easy-to-use AI character generation pipeline to enable such outcomes and discuss ethical implications as well as the need for including traceability to help maintain trust in the generated media. As we look towards the future, we foresee generative media as a crucial part of the ever growing landscape of human–AI interaction. Digitally recreating the likeness of a person used to be a costly and complex process. Through the use of generative models, AI-generated characters can now be made with relative ease. Pataranutaporn et al. discuss in this Perspective how this technology can be used for positive applications in education and well-being.https://www.nature.com/articles/s42256-021-00417-9

这篇关于AI chatbot technology review的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/473071

相关文章

基于Flask框架添加多个AI模型的API并进行交互

《基于Flask框架添加多个AI模型的API并进行交互》:本文主要介绍如何基于Flask框架开发AI模型API管理系统,允许用户添加、删除不同AI模型的API密钥,感兴趣的可以了解下... 目录1. 概述2. 后端代码说明2.1 依赖库导入2.2 应用初始化2.3 API 存储字典2.4 路由函数2.5 应

Spring AI ectorStore的使用流程

《SpringAIectorStore的使用流程》SpringAI中的VectorStore是一种用于存储和检索高维向量数据的数据库或存储解决方案,它在AI应用中发挥着至关重要的作用,本文给大家介... 目录一、VectorStore的基本概念二、VectorStore的核心接口三、VectorStore的

Spring AI集成DeepSeek三步搞定Java智能应用的详细过程

《SpringAI集成DeepSeek三步搞定Java智能应用的详细过程》本文介绍了如何使用SpringAI集成DeepSeek,一个国内顶尖的多模态大模型,SpringAI提供了一套统一的接口,简... 目录DeepSeek 介绍Spring AI 是什么?Spring AI 的主要功能包括1、环境准备2

Spring AI集成DeepSeek实现流式输出的操作方法

《SpringAI集成DeepSeek实现流式输出的操作方法》本文介绍了如何在SpringBoot中使用Sse(Server-SentEvents)技术实现流式输出,后端使用SpringMVC中的S... 目录一、后端代码二、前端代码三、运行项目小天有话说题外话参考资料前面一篇文章我们实现了《Spring

Spring AI与DeepSeek实战一之快速打造智能对话应用

《SpringAI与DeepSeek实战一之快速打造智能对话应用》本文详细介绍了如何通过SpringAI框架集成DeepSeek大模型,实现普通对话和流式对话功能,步骤包括申请API-KEY、项目搭... 目录一、概述二、申请DeepSeek的API-KEY三、项目搭建3.1. 开发环境要求3.2. mav

C#集成DeepSeek模型实现AI私有化的流程步骤(本地部署与API调用教程)

《C#集成DeepSeek模型实现AI私有化的流程步骤(本地部署与API调用教程)》本文主要介绍了C#集成DeepSeek模型实现AI私有化的方法,包括搭建基础环境,如安装Ollama和下载DeepS... 目录前言搭建基础环境1、安装 Ollama2、下载 DeepSeek R1 模型客户端 ChatBo

Spring AI集成DeepSeek的详细步骤

《SpringAI集成DeepSeek的详细步骤》DeepSeek作为一款卓越的国产AI模型,越来越多的公司考虑在自己的应用中集成,对于Java应用来说,我们可以借助SpringAI集成DeepSe... 目录DeepSeek 介绍Spring AI 是什么?1、环境准备2、构建项目2.1、pom依赖2.2

Deepseek R1模型本地化部署+API接口调用详细教程(释放AI生产力)

《DeepseekR1模型本地化部署+API接口调用详细教程(释放AI生产力)》本文介绍了本地部署DeepSeekR1模型和通过API调用将其集成到VSCode中的过程,作者详细步骤展示了如何下载和... 目录前言一、deepseek R1模型与chatGPT o1系列模型对比二、本地部署步骤1.安装oll

Spring AI Alibaba接入大模型时的依赖问题小结

《SpringAIAlibaba接入大模型时的依赖问题小结》文章介绍了如何在pom.xml文件中配置SpringAIAlibaba依赖,并提供了一个示例pom.xml文件,同时,建议将Maven仓... 目录(一)pom.XML文件:(二)application.yml配置文件(一)pom.xml文件:首

SpringBoot整合DeepSeek实现AI对话功能

《SpringBoot整合DeepSeek实现AI对话功能》本文介绍了如何在SpringBoot项目中整合DeepSeekAPI和本地私有化部署DeepSeekR1模型,通过SpringAI框架简化了... 目录Spring AI版本依赖整合DeepSeek API key整合本地化部署的DeepSeek