python
Ian_Hwang
这个作者很懒,什么都没留下…
展开
-
Python MILK多核处理
__author__ = 'IanHwang' import time import numpy as np import milk from milk.ext.jugparallel import nfoldcrossvalidation from milk.utils import parallel start_time = time.time() parallel.set_max_proce原创 2015-02-12 17:28:23 · 538 阅读 · 0 评论 -
Parallel Python多核并行
__author__ = 'IanHwang' # Desc: This program demonstrates parallel computations with pp module # It calculates the sum of prime numbers below a given integer in parallel # Parallel Python Software转载 2015-02-11 10:22:33 · 515 阅读 · 0 评论