Logistic回归x的值为yes和no,应该转换为1,0还是1,-1,还是其他什么处理
这得看你的需求了, 一般激活函数是sigmoid的话, 范围为(0, 1), 是双曲正切的话, 范围为(-1, 1), 具体参照函数图像吧.