英文: How to convert String to numerical value in Java 问题 我正在进行神经网络项目的工作,在数据集中我只有字符串值,但我知道神经网络只接受数字值,所...
有没有办法将函数应用于 TensorFlow 数组的第 0 维,其形状为(None,2)?
英文: Is there a way to apply a function to dimension 0 of a tensorflow array having the shape (None, ...
在Pytorch中用文件夹名称作为标签来喂养多类图像数据集的方法是什么?
英文: Method for feeding multi-class image data-set where folders name can be used as labels in Pytorc...
Perceptron算法使用matplotlib绘图。
英文: Perceptron Algorithm plotting with matplotlib 问题 以下是您要求的翻译部分: 在一个机器学习课程中,我有100个数据点,并且正在使用感知机算法。我...
如何正确创建多输入神经网络
英文: How to correctly create a multi input neural network 问题 我正在构建一个神经网络,其输入是两张汽车图片,并且分类它们是否是相同的制造商和型...
寻找使黑盒模型返回最大输出的最佳输入组合。
英文: Finding the optimal combination of inputs which return maximal output for a black box model 问题 我...
用于服务器监控的机器学习
英文: Machine learning for monitoring servers 问题 我正在查看pybrain来处理服务器监控警报并确定问题的根本原因。我很满意使用监督学习进行训练并整理训练数...
6