Skip to content

Commit

Permalink
更新 text.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akinokoika authored Oct 26, 2023
1 parent d14b03c commit 27f549d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
"不知道大家有没有听过或用过ChatGPT",
"这就是一个基于Transformer架构的NLP大模型",
"今年3月一篇论文arXiv:2303.12712指出",
"GPT-4的性不仅能接近人类水平",
"GPT-4的性能不仅接近人类水平",
"而且远远超过ChatGPT等先前模型",
"所以",
"dimensions = [28*28,100,10]",
"activation = [bypass,tanh,softmax]",
"learn_rate = 0.6 epoch_num = 100",
"parameters = train(parameters,learn_rate,epoch_num)",
"accuracy(parameters,'test') # 0.9785",
"这是我自己写过的一个ANN神经网络的部分代码",
"这是我自己之前写过的一个ANN神经网络的部分代码",
"个人觉得以后往这方面发展是一个比较好的方向",
"大家有感兴趣的可以去了解和尝试一下",
"这方面我也是萌新",
Expand Down

0 comments on commit 27f549d

Please sign in to comment.