logistic----------------------------python implement

#coding:utf-8 from numpy import * import pandas as pd theta=mat([0,0,0]) #初始theta值 alpha=0.001 #step #datasets file_name=("D:\\python_text\\logist.csv") #加載數據集 def loadDataSet(file_name):
相關文章
相關標籤/搜索