试题通
试题通
APP下载
首页
>
IT互联网
>
计算机知识技术题库
试题通
搜索
计算机知识技术题库
题目内容
(
单选题
)
词向量是表示自然语言里单词的一种方法,即把每个词都表示为一个N维空间内的()。

A、线段

B、平面

C、点

D、线

答案:C

解析:见算法解析

试题通
计算机知识技术题库
试题通
某系统用户编号由10位阿拉伯数字组成的字符串表示, 如”1089776285”、”0165843952”等, 其首位允许为”0”。现有某用户编号组成的列表list_A, 需要对该列表中的每个编号进行判断, 若编号是10位则不处理, 若是9位则需要在最前面补0。请问下列哪项推导式能实现这项需求?
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a626-2408-c021-5dd340f2241d.html
点击查看题目
无监督的建模技术有()、关联分析、预报三类
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a625-f528-c021-5dd340f22421.html
点击查看题目
先验概率是指根据以往经验和分析得到的概率()
https://www.shititong.cn/cha-kan/shiti/0005e5d0-b2fe-f588-c021-5dd340f2240f.html
点击查看题目
边缘侧设备的样本数据可通过()套件上传至样本库。
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-05d0-c021-5dd340f2240c.html
点击查看题目
如果我们希望预测n个类(p1,p2 ... pk)的概率使得所有n的p的和等于1,那么下列哪个函数可以用作输出层中的激活函数?
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e8-cb38-c021-5dd340f2241c.html
点击查看题目
Spark适用于那些场景?
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-2128-c021-5dd340f22407.html
点击查看题目
以下哪个选项是目前利用大数据分析技术无法进行有效支持的?
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-0da0-c021-5dd340f22413.html
点击查看题目
人工智能的发展历程可以划分为()
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a625-e1a0-c021-5dd340f22404.html
点击查看题目
时间序列负荷预测通常采用LSTM算法
https://www.shititong.cn/cha-kan/shiti/0005e5d0-b2fe-f970-c021-5dd340f2241c.html
点击查看题目
彩色图像中,每个像素点通常采用()表示色彩值
https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-05d0-c021-5dd340f22422.html
点击查看题目
首页
>
IT互联网
>
计算机知识技术题库
题目内容
(
单选题
)
手机预览
试题通
计算机知识技术题库

词向量是表示自然语言里单词的一种方法,即把每个词都表示为一个N维空间内的()。

A、线段

B、平面

C、点

D、线

答案:C

解析:见算法解析

试题通
分享
试题通
试题通
计算机知识技术题库
相关题目
某系统用户编号由10位阿拉伯数字组成的字符串表示, 如”1089776285”、”0165843952”等, 其首位允许为”0”。现有某用户编号组成的列表list_A, 需要对该列表中的每个编号进行判断, 若编号是10位则不处理, 若是9位则需要在最前面补0。请问下列哪项推导式能实现这项需求?

A. ‘[‘0’+s if len(s) < 10 else s for s in list_A]

B. [‘0’+s if len(s) != 10 else s for s in list_A]

C. [“0”+s if len(s) = 9 else s for s in list_A]

D. [0+s if len(s) < 10 else s for s in list_A]

解析:列表推导式基本用法, 注意判断相等时用==而不是=

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a626-2408-c021-5dd340f2241d.html
点击查看答案
无监督的建模技术有()、关联分析、预报三类

A. 聚合

B. 离散

C. 相关性分析

D. 聚类

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a625-f528-c021-5dd340f22421.html
点击查看答案
先验概率是指根据以往经验和分析得到的概率()

解析:正确

https://www.shititong.cn/cha-kan/shiti/0005e5d0-b2fe-f588-c021-5dd340f2240f.html
点击查看答案
边缘侧设备的样本数据可通过()套件上传至样本库。

A. 云机协同

B. 云边协同

C. 数据传输

D. 文件同步

解析:主要应用

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-05d0-c021-5dd340f2240c.html
点击查看答案
如果我们希望预测n个类(p1,p2 ... pk)的概率使得所有n的p的和等于1,那么下列哪个函数可以用作输出层中的激活函数?

A. Softmax

B. ReLu

C. Sigmoid

D. Tanh

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e8-cb38-c021-5dd340f2241c.html
点击查看答案
Spark适用于那些场景?

A. 计算量大

B. 数据量大

C. 效率要求高

D. web爬虫

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-2128-c021-5dd340f22407.html
点击查看答案
以下哪个选项是目前利用大数据分析技术无法进行有效支持的?

A. 新型病毒的分析判断

B. 精确预测股票价格

C. 个人消费习惯分析及预测

D. 天气情况预测

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-0da0-c021-5dd340f22413.html
点击查看答案
人工智能的发展历程可以划分为()

A. 诞生期和成长期

B. 形成期和发展期

C. 初期和中期

D. 初级阶段和高级阶段

解析:人工智能的发展历程可以划分为形成期和发展期

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a625-e1a0-c021-5dd340f22404.html
点击查看答案
时间序列负荷预测通常采用LSTM算法

解析:时间序列负荷预测通常采用LSTM算法

https://www.shititong.cn/cha-kan/shiti/0005e5d0-b2fe-f970-c021-5dd340f2241c.html
点击查看答案
彩色图像中,每个像素点通常采用()表示色彩值

A. 一个值

B. 二个值

C. 三个值

D. 四个值

解析:彩色图像通常采用红(R)、绿(G)、蓝(B)表示色彩值

https://www.shititong.cn/cha-kan/shiti/0005e5d0-a7e9-05d0-c021-5dd340f22422.html
点击查看答案
试题通小程序
试题通app下载