A、inductive
B、capacitive
C、resistive
D、reactive
第1题:
域名服务器的种类不包括()
A.主域名服务器(Primary)
B.次域名服务器(Secondary)
C.只缓存域名服务器(Caching-only)
D.测试域名服务器(Test)
第2题:
A . 目前无法解决;
B . 提高边缘覆盖概率,进而提高阴影衰落余量;
C . 设置手机终端损耗Losses;
D . 降低终端发射功率
第3题:
第4题:
publicclassScoreimplementsComparable{privateintwins,losses;publicScore(intw,int1){wins=w;losses=1;}publicintgetWins(){returnwins;}publicintgetLosses(){returnlosses;}publicStringtoString(){return<+wins+,+losses+>”;}//insertcodehere}Whichmethodwillcompletethisclass?()
A.publicintcompareTo(Objecto){/*modecodehere*/}
B.publicintcompareTo(Scoreother){/*morecodehere*/}
C.publicintcompare(Scores1,Scores2){/*morecodehere*/}
D.publicintcompare(Objecto1,Objecto2){/*morecodehere*/}
第5题:
A.错误
B.正确
第6题:
8、使用神经网络实现鸢尾花分类任务,若标签值和预测值都采用独热编码形式表示时,通常调用______模型性能评估函数。
A.tf.keras.metrics.binary_accuracy(threshold=0.5)
B.tf.keras.losses.CategoricalAccuracy()
C.tf.keras.metrics.categorical_accuracy()
D.tf.keras.metrics.SparseCategoricalAccuracy()