MIT 6.0002 計算思惟與數據科學導論 學習筆記(2)

Lec 4(Stochastic) and 5(Random Walks) 1、世界是難以理解的 不肯定性是使人很不舒服的 但肯定性卻一般是不適合的 預測的不肯定性 2、隨機過程 import random def rollDie(): """returns a random int between 1 and 6""" return random.choice([1,2,3,4,5,6])
相關文章
相關標籤/搜索