上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: **使得实例对象可以像函数那样被调用,如 对象名( )** 参考:http://c.biancheng.net/view/2380.html ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-20230725115343 阅读全文
posted @ 2023-07-25 11:53 zz子木zz 阅读(17) 评论(0) 推荐(0)
摘要: ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-20230725102137947-856015834.png) ```python H, = state ``` 这句代码我真是看懵逼了。 ## 1 元组的打包和解包 阅读全文
posted @ 2023-07-25 10:31 zz子木zz 阅读(26) 评论(0) 推荐(0)
摘要: 参考:https://pytorch.org/docs/stable/generated/torch.randn.html ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-20230724141148398-15209 阅读全文
posted @ 2023-07-24 14:12 zz子木zz 阅读(20) 评论(0) 推荐(0)
摘要: 参考:https://pytorch.org/docs/stable/generated/torch.nn.functional.one_hot.html ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-2023072 阅读全文
posted @ 2023-07-24 14:03 zz子木zz 阅读(153) 评论(0) 推荐(0)
摘要: **竖着或者横着拼接矩阵** 参考:https://www.cnblogs.com/JeasonIsCoding/p/10162356.html 参考:https://blog.csdn.net/qian2213762498/article/details/88795848 ### 二阶用法 ![i 阅读全文
posted @ 2023-07-24 11:14 zz子木zz 阅读(13) 评论(0) 推荐(0)
摘要: **sort 是应用在 list 上的方法,sorted 可以对所有可迭代的对象进行排序操作。** 参考:https://www.runoob.com/python/python-func-sorted.html 阅读全文
posted @ 2023-07-23 21:59 zz子木zz 阅读(12) 评论(0) 推荐(0)
摘要: **用于统计元素的出现频率** ![](https://img2023.cnblogs.com/blog/3240132/202307/3240132-20230723215754224-636890235.png) ![image](https://img2023.cnblogs.com/blog 阅读全文
posted @ 2023-07-23 21:58 zz子木zz 阅读(22) 评论(0) 推荐(0)
摘要: ## random.randint(a,b) **返回一个 [a,b] (左右都是闭区间)范围内的随机的整数** ## range(start, stop[, step]) **返回一个 [start,stop) (左闭右开),步长为step的列表** 阅读全文
posted @ 2023-07-23 21:30 zz子木zz 阅读(33) 评论(0) 推荐(0)
摘要: **类似于字典转元组的效果,但又不完全是** 参考:https://www.runoob.com/python3/python3-att-dictionary-items.html ![image](https://img2023.cnblogs.com/blog/3240132/202307/32 阅读全文
posted @ 2023-07-23 20:04 zz子木zz 阅读(25) 评论(0) 推荐(0)
摘要: **返回指定键的值。** 参考:https://www.runoob.com/python/att-dictionary-get.html ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-202307231955255 阅读全文
posted @ 2023-07-23 19:56 zz子木zz 阅读(67) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页