-
Working with fake labels for the bounding boxes like values in the range of negative values or positive values > 1,
all predicted bounding box coordinates are in (0,1).
Why is that?
Following t…
-
#### Issue Description
When used with a manual `threshold` chosen using `threshold=prc.getPointAtRecall(...)`, `EvaluationBinary(threshold)` does returns precision and recall scores that are not eq…
-
Error when fetching nltk_data
`[nltk_data] HTTP Error 403: Forbidden.`
https://travis-ci.org/jayvdb/coala/jobs/258099527#L1651
https://travis-ci.org/jayvdb/docker-coala-base/builds/256602230#L245…
-
[Reading Notes](https://www.notion.so/Computational-Performance-Predictions-for-Deep-Neural-Network-Training-A-Runtime-Based-Approach-2925a41c8a554e3ea2e034948e600910)
-
どのモデルが有望そうかを判断するために、アルゴリズムを変えて訓練を繰り返し回したい
https://www.kaggle.com/startupsci/titanic-data-science-solutions で使っているのと同じくらい試せるようにしたい
```python
# machine learning(パッケージ名のアルファベット順に並び替え)
from sklear…
-
Estudar os métodos de Machine Learning no NextJournal do CiDAMO.
Neste [link](https://github.com/nraythz/Workshop-ciencia-de-dados) também tem alguns tutoriais interessantes
-
I'm a beginner with DEAP trying to optimize a multi layer perceptron's parameters. The parameters I'm concentrating on are the number of hidden neurons, the number of samples in every minibatch, the l…
-
ONNX is a general model format which supports most of the deep learning frameworks including Pytorch, Mxnet, CNTK, Keras and so on. Wish `Sparklyr` can support inference deep learning model more user-…
-
本地服务器部署,main分支下根据readme部署,通过api_v2起的服务,然后使用postman来调用。
Q1:text是“之前没有过吃药过敏或者吃东西过敏的情况,没有接触过放射性物质或有害物质。”的话可以正常生成,但是如果加上HPV或HCG等简写,就报错了,如下图。
![image](https://github.com/user-attachments/assets/4fa7f92…
-
有可能是ntlk分词词库没装
···python
import nltk
nltk.download('averaged_perceptron_tagger_eng')
```
这样安装后,就正常了。