- 博客(2)
- 收藏
- 关注

原创 ImportError: [joblib] Attempting to do parallel computing without protecting your import on a system
#-*- coding: utf-8 -*-#使用K-Means算法聚类消费行为特征数据import pandas as pdfrom sklearn.cluster import KMeansimport matplotlib.pyplot as pltif __name__=="__main__": #参数初始化 inputfile = 'consumption...
2018-08-14 15:29:43
1002
原创 theano-function()参数简介
例:f = theano.function( inputs=[x,y],#输入参数 outputs=[prediction, xent],#输出参数 updates=((w, w - 0.1 * gw), (b, b - 0.1 * gb)))#共享变量参数更新1).inputs:要输入的自变量参数 2).outputs:要输出的因变量...
2018-02-25 10:39:49
275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人