《Python機器學習》筆記---第二章:機器學習分類算法

知識點1:Python zip()函數html 原文demopython def fit(self,X,y): self.w_ = np.zeros(1+X.shape[1]) self.errors_ = [] for _ in range(self.epoch): errors = 0 for x
相關文章
相關標籤/搜索