摘要: #!/usr/bin/env python # encoding:utf-8 import math import numpy import time import matplotlib.pyplot as plt def sigmoid(x): return 1.0 / (1 + numpy.ex 阅读全文
posted @ 2017-07-27 23:48 debuggor 阅读(356) 评论(0) 推荐(0) 编辑