摘要:
There are 1000 buckets, one and only one of them contains poison, the rest are filled with water. They all look the same. If a pig drinks that poison 阅读全文
摘要:
densenet 中文汉字手写识别,代码如下: densenet模型参考:https://github.com/taki0112/Densenet-Tensorflow 效果: Eval a batch the step 34001.0 test accuracy: 0.765625 Eval a 阅读全文
摘要:
Use trained sklearn model with pyspark from pyspark import SparkContext import numpy as np from sklearn import ensemble def batch(xs): yield list(xs) 阅读全文