<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AI &#8211; WL</title>
	<atom:link href="https://wwl3.com/category/technology/ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://wwl3.com</link>
	<description>越来越好，越好越来</description>
	<lastBuildDate>Tue, 28 Feb 2023 16:10:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/01/logo-188x188.jpg</url>
	<title>AI &#8211; WL</title>
	<link>https://wwl3.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>如何做AI for Science，科学范式是什么</title>
		<link>https://wwl3.com/2023/02/ai-for-science/</link>
		
		<dc:creator><![CDATA[王万林]]></dc:creator>
		<pubDate>Mon, 06 Feb 2023 08:28:32 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://wwl3.com/?p=2272</guid>

					<description><![CDATA[To launch an &#8220;AI for Science&#8221; project, the following steps can be taken: These are the general steps that can be taken to launch an AI for Science project. The specific steps may vary depending on the problem you are trying to solve and the resources available to you.]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>To launch an &#8220;AI for Science&#8221; project, the following steps can be taken:</p>



<ol class="wp-block-list">
<li>Define the problem: Clearly define the scientific problem you want to solve using AI. This will help you determine the type of data and algorithms you will need.</li>



<li>Gather data: Collect and organize the data you will need for your project. This may involve acquiring data from various sources, pre-processing the data to get it into a usable format, and splitting it into training and testing sets.</li>



<li>Select the right AI model: Based on the problem you are trying to solve, select an AI model that is appropriate for your task. This could be a deep learning neural network, a decision tree, or another type of algorithm.</li>



<li>Train the model: Train the selected AI model on the training data. This involves adjusting the parameters of the model so that it can accurately predict outcomes based on the data.</li>



<li>Evaluate the model: Use the testing data to evaluate the performance of the model. This will give you an idea of how well the model is able to make predictions on new, unseen data.</li>



<li>Deploy the model: Once you have a well-performing model, you can deploy it in a production environment. This may involve integrating the model into a larger system or making it available through an API.</li>



<li>Monitor and maintain the model: Regularly monitor the performance of the deployed model and make updates as necessary to keep it functioning optimally.</li>
</ol>



<p>These are the general steps that can be taken to launch an AI for Science project. The specific steps may vary depending on the problem you are trying to solve and the resources available to you.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>人工智能主要有哪几种模型</title>
		<link>https://wwl3.com/2023/02/%e4%ba%ba%e5%b7%a5%e6%99%ba%e8%83%bd%e4%b8%bb%e8%a6%81%e6%9c%89%e5%93%aa%e5%87%a0%e7%a7%8d%e6%a8%a1%e5%9e%8b/</link>
		
		<dc:creator><![CDATA[王万林]]></dc:creator>
		<pubDate>Mon, 06 Feb 2023 08:16:18 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://wwl3.com/?p=2268</guid>

					<description><![CDATA[人工智能的算法和数据关系]]></description>
										<content:encoded><![CDATA[
<p></p>



<h3 class="wp-block-heading">人工智能主要有哪几种模型</h3>



<p>人工智能有很多种模型，主要分为以下几类：</p>



<ol class="wp-block-list">
<li>机器学习：包括监督学习、非监督学习、强化学习等</li>



<li>神经网络：包括卷积神经网络（CNN）、循环神经网络（RNN）、长短时记忆网络（LSTM）、注意力机制网络（Transformer）等</li>



<li>聚类：包括K-Means、层次聚类等</li>



<li>决策树：包括ID3、C4.5等</li>



<li>贝叶斯：包括朴素贝叶斯等</li>



<li>支持向量机：包括线性SVM、非线性SVM等</li>



<li>随机森林：随机森林算法是一种集成学习方法</li>
</ol>



<p>这些都是人工智能中常用的模型，当然还有其他更多的模型。</p>



<h3 class="wp-block-heading">ChatGPT是用什么模型做的</h3>



<p>ChatGPT是用Transformer模型做的。Transformer是一种基于注意力机制的深度学习模型，在NLP领域有广泛应用。OpenAI使用了一个巨大的Transformer模型，并经过了大量的训练，使其成为了一个强大的语言生成模型。</p>



<p>Transformer 是一种编码器-解码器（Encoder-Decoder）模型，是机器学习的一种典型的架构。它首次被提出在 2017 年的一篇论文《Attention is All You Need》中，用于处理序列数据。Transformer 模型采用了注意力机制（Attention Mechanism），能够并行计算，大大加快了计算速度。这使得 Transformer 模型在 NLP 任务，如机器翻译，语音识别等方面取得了显著的成果。</p>



<p>OpenAI的ChatGPT是基于Transformer模型的，而不是Diffusion模型。Transformer是一种基于注意力机制的深度学习模型，它是自注意力神经网络，用于处理序列数据（例如文本）。</p>



<p>Diffusion和Transformer是两种不同类型的机器学习模型。</p>



<p>Diffusion是一种生成模型，它使用扩散过程生成顺序数据。它基于这样一个原理：真实世界的数据可以从简单的、低维的随机过程生成，这些随机过程随着时间的推移而扩散。</p>



<p>另一方面，Transformer是一种专门用于处理数据序列的神经网络架构，例如单词序列或音频样本序列。与传统的循环神经网络(RNNs)不同，Transformer模型使用自注意力机制并行地处理输入数据，使其非常适合处理长序列并进行并行实现。</p>



<p>总之，尽管两种模型都是针对顺序数据处理而设计的，但它们在其底层架构和生成数据的类型上存在差异。</p>



<h3 class="wp-block-heading">关于ChatGPT的训练集</h3>



<p>ChatGPT是一种用有监督方式训练的模型。它的训练数据是一系列的文本数据，其中每个数据点都有一个预定义的输入（通常是一段话）和对应的输出（通常是对话的答案）。模型的目的是学会在输入中识别语境，并在输出中生成合适的语言。</p>



<p>目前OpenAI公司训练的最新版本的ChatGPT的中文训练数据量没有公开，但据报道数据量可能在数十亿个tokens以上。</p>



<p>ChatGPT是由OpenAI开发和训练的大型语言模型。 OpenAI是一家人工智能研究和开发公司，以开发和应用人工智能技术著称。因此，ChatGPT是OpenAI的产品。</p>



<p>OpenAI是非赢利组织，YC和Elon Mask是主要资方。</p>



<h3 class="wp-block-heading">关于OpenAI</h3>



<p>核心目标是探索AI范式，不是科学家组成的，是一堆工程思维，产业界资源去做事情。</p>



<p></p>



<p>OpenAI是一家人工智能研究与开发公司，自2015年成立以来，OpenAI一直致力于研究和开发人工智能技术，以帮助人类解决各种问题。</p>



<p>这些年，OpenAI取得了很多重要的成果，包括：</p>



<ol class="wp-block-list">
<li>开发了GPT-3语言模型，这是目前最大的语言生成模型。</li>



<li>开发了OpenAI Gym，一个用于开发和比较强化学习算法的工具包。</li>



<li>开发了OpenAI API，提供了对GPT-3的访问接口，允许开发人员将GPT-3的功能集成到他们的应用程序中。</li>



<li>与其他公司和组织合作，帮助他们更好地利用人工智能技术。</li>
</ol>



<p>OpenAI还一直在不断努力，通过研究和开发人工智能技术，为人类创造更加美好的未来。</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>注册 ChatGPT步骤和一些测试</title>
		<link>https://wwl3.com/2023/02/chatgpt/</link>
		
		<dc:creator><![CDATA[王万林]]></dc:creator>
		<pubDate>Mon, 06 Feb 2023 07:36:18 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://wwl3.com/?p=2248</guid>

					<description><![CDATA[ChatGPT 火爆出圈，但是 OpenAI（开发 ChatGPT 的公司）却不对国内用户正式开放使用。但是，我们仍然有办法可以在第一时间体验到这个超强 AI。下面我来教你如何手把手完成注册 Chat GPT。主要分成4步：
1、国外网络环境准备
2、注册 ChatGPT 账号并完成邮箱验证
3、通过 sms-activate.org （短信接码平台）接收手机验证码完成验证
4、邮箱登录，开始使用 ChatGPT！]]></description>
										<content:encoded><![CDATA[
<p>ChatGPT 火爆出圈，但是 OpenAI（开发&nbsp;ChatGPT&nbsp;的公司）却不对国内用户正式开放使用。但是，我们仍然有办法可以在第一时间体验到这个超强 AI。下面我来教你如何手把手完成注册 Chat GPT。</p>



<p>整个注册流程主要分为 4 步：</p>



<ol class="wp-block-list">
<li>国外网络环境准备</li>



<li>注册 ChatGPT 账号并完成邮箱验证</li>



<li>通过&nbsp;sms-activate.org&nbsp;（短信接码平台）接收手机验证码完成验证</li>



<li>邮箱登录，开始使用 ChatGPT！</li>
</ol>



<p>1、国外网络环境准备</p>



<p>需要将网络环境切换国外ip（注意：香港 IP 也是不可以的），这里建议使用北美、日韩等地的 ip。</p>



<h3 class="wp-block-heading">2、注册chatGPT账号</h3>



<p>1）打开 https://chat.openai.com/auth/login 链接进行账号注册</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="640" height="301" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image.png" alt="" class="wp-image-2259"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="640" height="320" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-1.png" alt="" class="wp-image-2260"/></figure>



<p></p>



<p>2）通过邮箱注册并完成邮箱验证</p>



<figure class="wp-block-image size-full"><img decoding="async" width="640" height="323" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-2.png" alt="" class="wp-image-2261"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="277" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-3.png" alt="" class="wp-image-2262"/></figure>



<p></p>



<p>完成这一步之后，下面就到了手机号验证的环节了。这里需要尤其注意的是，不能是使用国内的手机号，因为 OpenAI 服务目前暂不支持国内，因此国内手机号是没有办法通过验证的。另外 Google Voice 等北美地区的虚拟号码也是不能用的，因为 OpenAI会检测虚拟号码，他们也不允许虚拟号码注册。</p>



<p>这时候就要用到下一步的接码平台。</p>



<h3 class="wp-block-heading">3.通过接码平台完成手机号验证</h3>



<p>大家可以通过接码平台完成手机号的验证，推荐平台链接地址：sms-activate.org</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="268" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-4.png" alt="" class="wp-image-2263"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="771" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-5.png" alt="" class="wp-image-2264"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="274" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-6.png" alt="" class="wp-image-2265"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="479" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/image-7.png" alt="" class="wp-image-2266"/></figure>



<p>在这里需要注册一个 sms-activate 平台的账号，用邮箱注册就可以了。</p>



<p>注册后通过邮箱完成验证。下一步是充值。</p>



<p>用支付宝充值 0.2 美金即可。</p>



<p>充值好了以后回到首页搜索「open」关键字就可以找到 OpenAI 验证码的临时号码购买链接。</p>



<p>然后，可以在激活区看到待使用的临时号码，将此号码复制到 OpenAI 的验证码接收区里面。</p>



<p>点击发送验证码，这样就可以在接码平台接收到验证码（有时候有一点慢需要耐心等待一下），将验证码填进去，这样就完成注册了。</p>



<h3 class="wp-block-heading" id="hid-JfBkkF">4.邮箱登录完成注册流程</h3>



<p>直到上面一步整个注册流程就结束啦！</p>



<p>注册完后，我们去 ChatGPT 网站去登陆：&nbsp;https://chat.openai.com/auth/login</p>



<p>下面就可以开始体验了，超强人工智能 AI ChatGPT 在等你哦！</p>



<p>引用文章：<a rel="noreferrer noopener" href="https://baijiahao.baidu.com/s?id=1754609361968821774&amp;wfr=spider&amp;for=pc" target="_blank">如何注册 ChatGPT：手把手教学</a></p>



<h3 class="wp-block-heading">PART2.我的一些测试</h3>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="824" height="419" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/1.jpg" alt="" class="wp-image-2251"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="836" height="1304" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/2.jpg" alt="" class="wp-image-2252"/></figure>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/3.jpg" alt="" class="wp-image-2253" width="817" height="1547" srcset="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/3.jpg 817w, https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/3-811x1536.jpg 811w" sizes="(max-width: 817px) 100vw, 817px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="804" height="794" src="https://wwl-1316477995.cos.ap-shanghai.myqcloud.com/uploads/2023/02/4.jpg" alt="" class="wp-image-2254"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
