搜索资源列表
情感识别
- 压缩包中的一系列matlab程序实现了“特定人群语音情感识别”这一新颖的研究课题。具体介绍请见压缩包中的论文。-compressed in a series of Matlab program of "specific emotional crowd voice recognition" of the new study. Specific details of compressed see the papers.
trilearn_2001_release.html.tar
- 仿真人工智能是指用人工的方法和技术,模仿、延伸和扩展人的智能,实现机器的智能化,人工情感指用人工的方法和技术,模仿、延伸和扩展人的情感,使机器具有识别、理解和表达情感的能力。
lunwen4
- 关于语音情感识别的一篇论文,里面描述了人工神经网络的方面
DTW
- 基于DTW的语音情感识别!运行环境MATLAB!-Speech Emotion Recognition Based on DTW! Operating environment MATLAB!
yuyinqingganshibie
- 这是一个关于语音情感识别的源码,通过使用MATLAB编写,可以实现对人的常用语言做出判断,给出识别标志,是高兴,悲伤等-MATLAB,
emotion_stead
- 我自己毕业设计编写的,关于人工情感建模的MATLAB程序-I have written in graduate design, MATLAB modeling of artificial emotions procedures
情感识别特征提取
- 超限学习机中情感识别的一种特征提取,可以作为使用参考和帮助。
image-sentiment-analysis
- 图片情感分析模型,基于卷积神经网络,以颜色特征为依据进行情感分类,图片情感极性分为积极和消极两类。(The model can extract the hue, brightness, contrast and other information from a picture to represent the emotional polarity of the image. The image sentiment analysis model is using convolution neura
Textming
- 基于字典的情感分析方法(dictionary method emotion)
07情感分析:基于电商产品数据的情感分析
- 07python语言用于情感分析:基于电商产品数据的情感分析(Sentiment analysis based on 07python language: sentiment analysis based on electricity supplier product data)
一种神经网络的语音情感识别
- 一种在matlab平台上运行的语音情感识别方法基于神经网络,(Speech emotion recognition method neural network)
微博情感分析三种实现
- 用snownlp 情感字典 机器学习三种方法实现微博情感分析(Three methods of learning micro-blog emotion by using snownlp affective dictionary machine)
情感分析
- 分类,用于对情感词的统计、排序、分类等 包括源程序、数据拆分程序、训练集和测试集(Classification for statistics, sorting and classification of emotional words Includes source programs, data split programs, training sets, and test sets)
sentiwordnet
- python3.6下英文文本预处理和情感分析(English text preprocessing and emotional analysis under python3.6)
SpeechEmoRec-master
- 语音情感识别。使用卷积神经网络对语音情感识别(speech emotion recognition)
SentimentAnalysiswithSpeechAnalysis
- 该MATLAB例程是基于演讲的语音韵律分析工具,用于情感识别(The MATLAB routine is a sentiment analysis tool based on a speech prosodic analysis and used for sentiment recognition.)
情感聊天机器人
- 实现情感功能的聊天机器人,基于tensorflow深度学习框架。内嵌了Internal Memory和External Memory模块。
语音情感识别
- 基于matlab的语音情感识别代码,通过对语音进行特征提取,最终实现离散情感识别(speech emotion recognition based on matlab)
Sentiment Analysis1
- 读取csv或xlsx文件后对文本信息进行NLP情感分析并计算出情感的得分,越接近1越积极,越接近-1越消极(After reading the CSV or xlsx file, NLP sentiment analysis is performed on the text information and the score of sentiment is calculated. The closer to 1, the more positive, the more close to - 1,
KNN算法情感分析
- 里面包含有knn算法情感分析,以及需要的一个包,下载下来就能用