随笔分类 -  python

摘要:介绍Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala, Python and R, and an optimi... 阅读全文
posted @ 2017-08-19 17:22 codie 阅读(115) 评论(0) 推荐(0)
摘要:1 Prepare the Dataimport numpy as npx=np.linspace(0,10,100)y=np.cos(x)z=np.sin(x)Data or Imagesnarray mgridimagesdata = 2 * np.random.random((... 阅读全文
posted @ 2017-06-22 22:43 codie 阅读(347) 评论(0) 推荐(0)