摘要:
如何理解反向传播算法一文弄懂神经网络中的反向传播法——BackPropagation神经网络输出层为什么通常使用softmax?(为什么神经网络分类器要用交叉熵损失函数) 关于语言模型的论文 BERT: Pre-training of Deep Bidirectional Transformers 阅读全文
摘要:
重启IDEA即可 ———————————————— 原文链接:https://blog.csdn.net/weixin_36257834/article/details/112954803 It seems to me that in my IDE everything is too petty. 阅读全文
摘要:
创建数据库 create table teacher( id int not null primary key, name varchar(20) ); insert into teacher values(1,'c老师'); insert into teacher values(2,"x老师"); 阅读全文