小编Hod*_*deh的帖子

如何修复AttributeError:模块'numpy'没有属性'square'

我已将numpy更新为1.14.0.我使用Windows 10.我试图运行我的代码,我收到此错误:

AttributeError:模块'numpy'没有属性'square'

这是我的进口:

%matplotlib inline
import matplotlib.pyplot as plt
import tensorflow as tf
import numpy as np
from sklearn.metrics import confusion_matrix
import math
Run Code Online (Sandbox Code Playgroud)

python numpy attributeerror python-3.x keras

7
推荐指数
1
解决办法
3万
查看次数

线性自动编码器如何等于 PCA?

我想要它的数学证明。有谁知道它的论文吗?或者可以练习数学吗?

machine-learning neural-network pca autoencoder deep-learning

5
推荐指数
1
解决办法
1万
查看次数

How can I sort by column in PowerShell?

how can I sort a text file by 3rd column in PowerShell? That is part of the file:

    reza             zabihi          12     1
    maryam           joraee          17     2
    leyla            ahmadi          13     2
    farzin           farahbakhsh     16     1
    keyvan           maleki          8      1
    kaveh            ahangar         18     1
    nooshafarin      bakhtiari       13     2
    roya             afrashteh       13     2
    asghar           nazemi          18     1
    jaleh            nooruzi         16     2
    阿里萨马迪 6 1
    莫森阿迪比 3 1
    菲鲁兹卡里米 7 1
    莫斯塔法罗斯塔米安 18 1
    贾法尔奥米迪 6 1
    岛 zagrosi 12 2
    somayyeh modaberi 16 …

powershell cmd powershell-2.0

2
推荐指数
2
解决办法
1万
查看次数