摘要:
sgns方法加注释 # Defined in Section 5.2.3.3 #基于负采样 import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torc 阅读全文
摘要:
C:\Users\漫卷\AppData\Local\Programs\Python\Python38\python.exe C:\Users\漫卷\Desktop\作业\NLP\first_try\Ch03ProcessingText\3.1_cutting_chinese_words_2.py B 阅读全文
摘要:
本周主要学了bfs 简单的说,bfs就是用一个队列和结构体数组,或者多个数组,用队列对查找目标进行遍历,用其他数据结构对查找目标进行标记; 洛谷 P1331 海战 #include<bits/stdc++.h> using namespace std; using ll= long long; co 阅读全文
摘要:
M. Gitignore Your git project (you don't need to be familiar with git to solve this problem) has some files that should be ignored from synchronizing. 阅读全文