英文: Why does my neural network not learn the XOR problem? 问题 我是对 PyTorch 新手,尝试学习 XOR 问题(带有一些噪音)。 当然我...
在使用 model.evaluate 和 model.predict 评估模型性能时会得到不同的结果。
英文: Different results when evaluate the model performance on test data using model.evaluate and mode...
我的神经网络(从头开始)训练,使其与目标之间的距离进一步增大。
英文: My Neural Network (from scratch) training, leaves it further away from target 问题 这是我第一次创建神经网络,我决...
向stax.serial对象添加新层。
英文: Adding a new layer to a stax.serial object 问题 def mlp(L, n_list, activation, Cb, Cw): init_fun, ...
神经网络使用Sigmoid函数总是会得到接近0.5的值,用于XOR。
英文: Neural network with sigmoid function always get value closer to 0.5 fo XOR 问题 我正在从头开始练习使用神经网络来处理...
将未经处理的输入添加到神经网络中的后续层
英文: Adding unprocessed input to later layers in a neural network 问题 抱歉,我无法完成您的请求。 英文: I apologize if...
知识图谱和链接开放数据是相同的吗?
英文: Is the Knowledge Graph and the Linked Open Data the same thing? 问题 我开始深入研究“知识图”这个主题,我有一种感觉,这与“链接...
错误使用Flux.train!进行训练在Julia中。
英文: Error training using Flux.train! in Julia 问题 ### 问题 我有以下的代码,试图在Julia中训练一个神经网络,但是每当我尝试使用Flux.trai...
IndexError: index 4 is out of bounds for dimension 0 with size 4.
英文: IndexError: index 4 is out of bounds for dimension 0 with size 4? 问题 以下是您提供的代码的翻译部分: 我正在尝试使用PyTo...
Segmentation Fault 在神经网络程序中的 c++
英文: Segmentation Fault In Neural Network Program c++ 问题 我正在开发一个用于实现神经网络的C++程序,但我弄不清楚为什么这段代码会导致分段错误。 ...
6