Fuzzy
logic is a type of ____.
A: data
mining
B: neural
network
C: intelligent
technique
D: business
intelligence
logic is a type of ____.
A: data
mining
B: neural
network
C: intelligent
technique
D: business
intelligence
举一反三
- HopfieldHopfield<br/>neural network is a kind of feedback network with associative memory<br/>function. It can be divided into discrete type and continuous<br/>type.()
- Which<br/>of the following is a type of intelligent technique? () A: knowledge<br/>networks B: case<br/>based reasoning C: computer-aided<br/>design D: VRML
- Which<br/>of the following options is not a major milestone in the field of<br/>artificial intelligence ____? A: AlphaGo<br/>beat legendary go player Lee Sedol B: Frank<br/>Rosenblatt created the perceptron C: Jeffrey<br/>Hinton liberated the deep neural network D: AI recognizes dogs
- 在深度学习中,CNN是指() A: Cable<br/>News Network,电视新闻网络 B: Convolutional<br/>Neural Network,卷积神经网络 C: Cable<br/>Neural Network,电视神经网络 D: 以上说法都不正确
- 有以下程序[br][/br]Int change(int* data){[br][/br] return (*data) ++;[br][/br]}[br][/br]Main() {[br][/br] int data = 123;[br][/br] change(&data);[br][/br] printf("%d,", data);[br][/br] data = change(&data);[br][/br] printf("%d,", data); printf("\n");}[br][/br]程序运行后的输出结果是 A: 124,124, B: 123,124, C: 124,123, D: 123,123,