Python3實現BP神經網絡

主要是實現了這位大佬的代碼,順便加了一些本身的理解http://www.cnblogs.com/Finley/p/5946000.htmlhtml import math import random random.seed(0) def rand(a,b): #隨機函數 return (b-a)*random.random()+a def make_matrix(m,n,fill=0.0
相關文章
相關標籤/搜索