<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>GPT-4 on Tony Bai</title><link>https://tonybai.com/tags/gpt-4/</link><description>Recent content in GPT-4 on Tony Bai</description><generator>Hugo</generator><language>zh-cn</language><copyright>2004-2026 Tony Bai. 版权所有.</copyright><lastBuildDate>Fri, 28 Jun 2024 00:00:00 +0800</lastBuildDate><atom:link href="https://tonybai.com/tags/gpt-4/index.xml" rel="self" type="application/rss+xml"/><item><title>Go与神经网络：手写数字识别</title><link>https://tonybai.com/2024/06/28/go-and-nn-part3-handwritten-digit-recognition/</link><pubDate>Fri, 28 Jun 2024 00:00:00 +0800</pubDate><guid>https://tonybai.com/2024/06/28/go-and-nn-part3-handwritten-digit-recognition/</guid><description>本文永久链接 – https://tonybai.com/2024/06/28/go-and-nn-part3-handwritten-digit-recognition 在上一篇文章《Go与神经网络：线性回归》中，我们借由传统的机器学习方法：线性回归解决了房价预测问题。按照我初步设想的从传统机器学习到大语言模型的学习路线，是时候在这一篇中切换到学习**神经网络**了。 1\. 从线性回归到神经网...</description></item><item><title>Go与神经网络：线性回归</title><link>https://tonybai.com/2024/06/10/go-and-nn-part2-linear-regression/</link><pubDate>Mon, 10 Jun 2024 00:00:00 +0800</pubDate><guid>https://tonybai.com/2024/06/10/go-and-nn-part2-linear-regression/</guid><description>本文永久链接 – https://tonybai.com/2024/06/10/go-and-nn-part2-linear-regression 离发表上一篇与机器学习相关的文章《Go与神经网络：张量运算》已经过去整整一年了，AI领域，特别是大模型领域的热度不仅未有减弱，反而愈演愈烈。整个行业变得更卷，竞争更加激烈，大模型你方唱罢我登场，层出不穷，各自能力也都在不断提升，并在自然语言处理、问答、...</description></item><item><title>那些可免费使用的在线大语言模型服务</title><link>https://tonybai.com/2024/05/06/those-free-to-use-online-llm-services/</link><pubDate>Mon, 06 May 2024 00:00:00 +0800</pubDate><guid>https://tonybai.com/2024/05/06/those-free-to-use-online-llm-services/</guid><description>本文永久链接 – https://tonybai.com/2024/05/06/those-free-to-use-online-llm-services 2022年底以ChatGPT为代表的大语言模型的出现掀起了人工智能应用的新浪潮。这些庞大的语言模型经过对海量文本数据的训练，能够理解和生成逼近人类水平的自然语言，在对话、问答、文本生成、代码编写等领域展现出了惊人的能力。 最初这种能力“垄断”在...</description></item><item><title>Go与神经网络：张量运算</title><link>https://tonybai.com/2023/05/21/go-and-nn-part1-tensor-operations/</link><pubDate>Sun, 21 May 2023 00:00:00 +0800</pubDate><guid>https://tonybai.com/2023/05/21/go-and-nn-part1-tensor-operations/</guid><description>本文永久链接 – https://tonybai.com/2023/05/21/go-and-nn-part1-tensor-operations 0\. 背景 ------ 2023年年初，我们很可能是见证了一次新工业革命的起点，也可能是见证了AGI(Artificial general intelligence，通用人工智能)孕育的开始。ChatGPT应用以及后续GPT-4大模型的出现，其震撼...</description></item><item><title>Go开发命令行程序指南</title><link>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/</link><pubDate>Sat, 25 Mar 2023 00:00:00 +0800</pubDate><guid>https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go/</guid><description>&amp;gt; 注：上面篇首配图的底图由百度文心一格生成。 本文永久链接 – https://tonybai.com/2023/03/25/the-guide-of-developing-cli-program-in-go 近期在Twitter上看到一个名为“Command Line Interface Guidelines”的站点，这个站点汇聚了帮助大家编写出更好命令行程序的哲学与指南。这份指南基于传统的U...</description></item><item><title>聊聊Go语言的全局变量</title><link>https://tonybai.com/2023/03/22/global-variable-in-go/</link><pubDate>Wed, 22 Mar 2023 00:00:00 +0800</pubDate><guid>https://tonybai.com/2023/03/22/global-variable-in-go/</guid><description>本文永久链接 – https://tonybai.com/2023/03/22/global-variable-in-go &amp;gt; 注：上面篇首配图的底图由百度文心一格生成。 C语言是Go语言的先祖之一，Go继承了很多C语言的语法与表达方式，这其中就包含了**全局变量**，虽然Go在其语法规范中并没有直接给出全局变量的定义。但是已经入门Go的童鞋都知道，在Go中**包的导出变量(exported va...</description></item></channel></rss>