会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
null147
博客园
首页
新随笔
联系
订阅
管理
2025年8月1日
Ubuntu服务器配置IB卡驱动
摘要: 1.确定IB卡型号 lspci | grep -i 'infiniband\|mellanox' 2.安装NVIDIA MLNX_OFED驱动 https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/ 在安装OFE
阅读全文
posted @ 2025-08-01 20:23 null147
阅读(108)
评论(0)
推荐(0)
2025年3月25日
leetcode 78. 子集 使用itertools实现
摘要: leetcode 78. 子集 使用itertools.combinations实现 from itertools import combinations from typing import List class Solution: def subsets(self, nums: List[int
阅读全文
posted @ 2025-03-25 16:11 null147
阅读(19)
评论(0)
推荐(0)
2020年3月17日
神经网络作业1-BP神经网络
摘要: 神经网络作业代码 BP神经网络 使用两种语言完成该作业 请自行选择参考 Wolfram Mathematica实现: Func[x_] = E^-x Sin[x]; xtrain = Subdivide[-5, 5, 1000]; ytrain = Func[xtrain]; p = Predict
阅读全文
posted @ 2020-03-17 13:26 null147
阅读(407)
评论(0)
推荐(0)
公告