上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: Here is a more strictly categorized list of algorithms, with brief explanations for each category: 1. Sorting Algorithms Quick Sort: Efficient sorting 阅读全文
posted @ 2024-08-06 12:48 Augustone 阅读(33) 评论(0) 推荐(0)
摘要: 其中的规律仍然比较隐晦。如果谁说完全理解了。他多半是不懂装懂。 阅读全文
posted @ 2024-08-05 12:09 Augustone 阅读(19) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-08-03 20:00 Augustone 阅读(18) 评论(0) 推荐(0)
摘要: 注: 在装cuda前其他nvidia软件可以都卸载了,cuda会装的很全面。 在安装cuda之前实际上需要安装visual studio社区版即可。这是cuda安装的前提。 1,下载两个文件,cuda和cudnn。注意cuda与cuddn之间有兼容匹配关系。 2,安装cuda,最好自定义安装到其他盘 阅读全文
posted @ 2024-08-03 13:51 Augustone 阅读(117) 评论(0) 推荐(0)
摘要: 词向量与transformer 生成词向量的过程和训练Transformer的过程是两个不同的过程,但它们都是自然语言处理中的重要组成部分。 # 词向量的生成词向量(如Word2Vec、GloVe、FastText等)通常是通过预训练的词嵌入模型得到的。这些模型在大规模文本数据上训练,捕捉词与词之间 阅读全文
posted @ 2024-08-01 21:19 Augustone 阅读(753) 评论(0) 推荐(0)
摘要: 1. Jieba(结巴)分词 pip install jiebaimport jieba # 使用默认模式进行分词seg_list = jieba.cut("我爱自然语言处理", cut_all=True)print(" ".join(seg_list)) 2. SnowNLPpip install 阅读全文
posted @ 2024-08-01 12:41 Augustone 阅读(105) 评论(0) 推荐(0)
摘要: yum install grubby grubby --default-kernelgrubby --info=ALL grubby --set-default /boot/vmlinuz-4.18.0-513.5.1.el8_9.x86_64 grubby --default-kernel 阅读全文
posted @ 2024-07-26 18:34 Augustone 阅读(155) 评论(0) 推荐(0)
摘要: Eth25G [standalone: master] # show runn#### Running database "initial"## Generated at 2024/07/12 17:28:30 +0000## Hostname: Eth25G## Product release: 阅读全文
posted @ 2024-07-13 01:14 Augustone 阅读(247) 评论(0) 推荐(0)
摘要: Yes, Mellanox Technologies (now part of NVIDIA) offers various types of network interface cards (NICs) under the ConnectX family, each with different 阅读全文
posted @ 2024-07-11 21:05 Augustone 阅读(74) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-07-08 00:34 Augustone 阅读(14) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 22 下一页