摘要:
https://farid.one/kaggle-solutions/ 阅读全文
阅读排行榜
Confusion matrix
2021-05-19 13:47 by DataBases, 71 阅读, 收藏,
摘要:
import matplotlib.pyplot as pltimport seaborn as snsfrom sklearn import metrics y_true = [0, 1, 2, 0, 1, 2, 0, 2, 2]y_pred = [0, 2, 1, 0, 2, 1, 0, 0, 阅读全文
架构图 dataX
2022-06-13 14:55 by DataBases, 69 阅读, 收藏,
摘要:
架构图: https://mp.weixin.qq.com/s/trOMzHbmM4q-mM7im2VwEQ dataX: https://developer.aliyun.com/article/59373 阅读全文
Pytorch LinearModel
2021-06-27 18:17 by DataBases, 68 阅读, 收藏,
摘要:
import torchx_data = torch.Tensor([[1.0],[2.0],[3.0]])y_data = torch.Tensor([[2.0],[4.0],[6.0]])class LinearModel(torch.nn.Module): def __init__(self) 阅读全文
Kubernetes学习
2022-02-25 16:03 by DataBases, 65 阅读, 收藏,
摘要:
https://kuboard.cn/learning https://www.yuque.com/leifengyang/oncloud https://space.bilibili.com/1893619254 进阶之路hk的个人空间_哔哩哔哩_bilibili 2022年最新阿里内部 dock 阅读全文
浙公网安备 33010602011771号