摘要:
参考链接:python的sorted函数_啥也不是-CSDN博客_sorted函数python 阅读全文
posted @ 2021-05-23 17:27
vv_869
阅读(38)
评论(0)
推荐(0)
摘要:
看到网上有一个链接,讲的pandas,这里保存下: Python数据分析:pandas中Dataframe的groupby与索引_Machine Learning with Turing's Cat-CSDN博客 numpy 和pandas互转:【python】numpy的array与pandas的 阅读全文
posted @ 2021-05-17 19:14
vv_869
阅读(32)
评论(0)
推荐(0)
摘要:
import random nums = [1, 2, 3, 4, 5, 6, 7] random.shuffle(nums) print(nums) [5, 6, 3, 1, 7, 2, 4] 来自:python 将一个列表乱序 - anobscureretreat - 博客园 (cnblogs. 阅读全文
posted @ 2021-05-14 15:12
vv_869
阅读(345)
评论(0)
推荐(0)
摘要:
参考连接:(深度学习)GPU比CPU慢?快看这里!_本初-ben的博客-CSDN博客 阅读全文
posted @ 2021-05-08 12:51
vv_869
阅读(184)
评论(0)
推荐(0)
摘要:
参考连接:深度学习环境搭建(GPU)CUDA安装(完全版)_CSDN博客-CSDN博客_cuda安装 阅读全文
posted @ 2021-05-07 08:50
vv_869
阅读(118)
评论(0)
推荐(0)