英文: Adding numbers using Neural network + back propagation 问题 我正在尝试使用神经网络将数字相加,但似乎无法使反向传播函数正常工作。 这是神...
PySimpleGUI:无法完成关键字为0的元素上的操作。
英文: PySimpleGUi: Unable to complete operation on element with key 0 问题 I'm creating a program that a...
Disnake – 尝试获取消息作者名称时出现错误
英文: Disnake - Error when try get message author name 问题 I have problem with Disnake. When I try to g...
如何在Docker容器内使用正确的安全证书下载NLTK包?
英文: How to download NLTK package with proper security certificates inside docker container? 问题 以下是您提...
突出显示X轴上的特定值。
英文: Highlight a particular value in X axis 问题 I want to highlight particular values on x axis in Mat...
为什么它不首先打印 “hello”?
英文: Why doesn't it print "hello" first? 问题 在这段代码中: print("Hello " + input("...
内存使用在重复请求时不断上升。
英文: memory usage keeps going up when repeating requests 问题 最近我在编写一个数据库Web服务器,关于Django的工作机制我有一些问题。我在我...
在Python中,不需要预先定义对象即可将其传递给函数。
英文: Pass an object to a function in python without pre-defining it 问题 我想要将一个数据框传递给一个函数,而不需要先定义它或包装在函...
将具有相同ID的行合并为同一行。
英文: combine rows with the same IDs into the same row 问题 I understand your request. Here's the transl...
Kivy的ScreenManager不显示第一个屏幕。
英文: Kivy ScreenManager not showing first screen 问题 I understand that you want a translation of the p...
1057