摘要:
1 # 神经网络,单层感知器 2 # 参考《人工神经网络教程》韩力群 3 # 2018-3-28 4 5 import numpy 6 7 # 定义一个符号函数 8 9 10 class Perceptron(object): 11 12 def __init__(self, eta=0.01, iter_num=20): 13 self.et... 阅读全文
posted @ 2018-03-29 20:20
最后的绝地武士
阅读(283)
评论(0)
推荐(0)


浙公网安备 33010602011771号