The Elements of Statistical Learning 第六章figure6-6 python繪圖

#生成0-1均勻分佈的隨機數 import numpy as np#調用numpy庫,目的是使用矩陣,對數據矩陣進行操作 import matplotlib.pyplot as plt#調用matplotlib中的函數pyplot,爲畫圖做準備 np.random.seed(12345) uni_data=np.random.uniform(0,1,size=(100,1)) #在已知functi
相關文章
相關標籤/搜索