英文: How to find correlation between two images 问题 I need to find correlation between two images, usi...
有没有办法将函数应用于 TensorFlow 数组的第 0 维,其形状为(None,2)?
英文: Is there a way to apply a function to dimension 0 of a tensorflow array having the shape (None, ...
Tensorflow TensorBoard not showing acc, loss, acc_val, and loss_val only only epoch_accuracy and epoch_loss
英文: Tensorflow TensorBoard not showing acc, loss, acc_val, and loss_val only only epoch_accuracy and...
在不平衡数据上的特征工程
英文: Feature Engineering on imbalanced data 问题 我正在对一个分类问题训练机器学习模型。我的数据集包含10000个观测值,有37个分类类别。但是数据不平衡,一...
从在基准实验中使用的重采样中获取重采样索引 – mlr
英文: getResamplingIndices from resampling used in benchmark experiment - mlr 问题 我正在使用嵌套交叉验证进行基准实验。我想要...
CNN Pytorch Error : Input type (torch.cuda.ByteTensor) and weight type (torch.cuda.FloatTensor) should be the same
英文: CNN Pytorch Error : Input type (torch.cuda.ByteTensor) and weight type (torch.cuda.FloatTensor) ...
Perceptron算法使用matplotlib绘图。
英文: Perceptron Algorithm plotting with matplotlib 问题 以下是您要求的翻译部分: 在一个机器学习课程中,我有100个数据点,并且正在使用感知机算法。我...
Logistic Regression 和单神经元感知器之间的区别是什么?
英文: What is the difference between Logistic Regression and Single Neuron Perceptron? 问题 两者似乎在做相同的事情,...
TypeError: 元组索引必须是整数或切片,而不是列表 – 在加载Keras模型时
英文: TypeError: tuple indices must be integers or slices, not list - While loading a model Keras 问题 在...
Retraining time series (Keras) with just the newly arrived data (not fresh training from the scratch)
英文: Retraining time series (Keras) with just the newly arrived data (not fresh training from the scr...
22