更多深度学习试题
- 1在神经网络中,常常会用到如下函数:tensorflow.nn.softmax_cross_entropy_with_logits_V2()是
- 2深度学习算法可以分为监督学习和非监督学习两类。()
- 3tensorflow中,tensor = tf.constant([1, 2, 3, 4, 5, 6, 7,8]),sess.run(tf.reshape(tensor,[2,-1]))运行后,tensor的内容变成?
- 4归一化指数函数Softmax函数,是用来将运算结果映射到概率空间。
- 5关于循环神经网络,哪个不是LSTM的门?
- 6tensorflow中,tensor = tf.constant([1, 2, 3, 4, 5, 6, 7,8]),sess.run(tf.reshape(tensor,[2,-1]))运行后,tensor的内容变成?