From 27f549d1850fd3c3bd631931bdb043c32d181565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=BE=E6=9E=B6?= <45445881+akinokoika@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20text.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/text.html b/project/text.html index b5b96b8..da8c20a 100644 --- a/project/text.html +++ b/project/text.html @@ -102,7 +102,7 @@ "不知道大家有没有听过或用过ChatGPT", "这就是一个基于Transformer架构的NLP大模型", "今年3月一篇论文arXiv:2303.12712指出", -"GPT-4的性不仅能接近人类水平", +"GPT-4的性能不仅接近人类水平", "而且远远超过ChatGPT等先前模型", "所以", "dimensions = [28*28,100,10]", @@ -110,7 +110,7 @@ "learn_rate = 0.6 epoch_num = 100", "parameters = train(parameters,learn_rate,epoch_num)", "accuracy(parameters,'test') # 0.9785", -"这是我自己写过的一个ANN神经网络的部分代码", +"这是我自己之前写过的一个ANN神经网络的部分代码", "个人觉得以后往这方面发展是一个比较好的方向", "大家有感兴趣的可以去了解和尝试一下", "这方面我也是萌新",