in recommended-item-search/softmax_model.py [0:0]
def get_activation_fn(activation): if activation == 'relu': return tf.nn.relu else: return None