英文: How can I serve ML models quickly and with a low latency 问题 假设用户通过WebSocket连接到服务器,服务器基于个性化的JSON文...
改进深度学习模型以检测不同条件下的火车车厢间隙。
英文: Improving Deep Learning Model to Detect Train Wagon Gaps in Variable Conditions 问题 我们的团队记录了来自不同摄...
我的神经网络(从头开始)训练,使其与目标之间的距离进一步增大。
英文: My Neural Network (from scratch) training, leaves it further away from target 问题 这是我第一次创建神经网络,我决...
Keras:每步时间随样本数过滤增加,时代时间保持不变。
英文: Keras: time per step increases with a filter on the number of samples, epoch time continues the ...
当我尝试运行下面提供的代码时,我遇到了KeyError。为什么会这样?
英文: When i try to run the below given code i get a keyError. Why is that? 问题 Traceback (most recent ...
算法用于评估具有自定义棋子和不同棋盘形状的国际象棋局面。
英文: Algorithm for evaluating chess positions with custom pieces and different board shapes 问题 我正在设计一...
Can someone explain how to create a PTB Dataset And/Or Train my own model using StanfordNLP?
英文: Can someone explain how to create a PTB Dataset And/Or Train my own model using StanfordNLP? 问题 ...
Why do we need to write a function to "Compute Metrics" with Huggingface Question Answering Trainer when evaluating SQuAD?
英文: Why do we need to write a function to "Compute Metrics" with Huggingface Question Answ...
神经网络使用Sigmoid函数总是会得到接近0.5的值,用于XOR。
英文: Neural network with sigmoid function always get value closer to 0.5 fo XOR 问题 我正在从头开始练习使用神经网络来处理...
我需要关于情感分析和机器学习的建议。
英文: I need advice on Sentimental analysis and ML 问题 我正在使用snscrape来抓取有关EURUSD的推文,并结合机器学习来预测EURUSD的价格是...
22