蹭下ChatGPT的热度哈哈

文章展示了ChatGPT在辅助编写程序、修复代码错误和优化文字表达方面的实用性。通过与ChatGPT互动,用户成功用其生成可运行的Python代码并改进了文本内容。同时,文章讨论了ChatGPT在学术写作中的潜在应用,尽管不鼓励直接用于撰写SCI论文,但可以作为提高效率和理解的工具。
摘要由CSDN通过智能技术生成

今天注册了个ChatGPT,感觉用处超级大,能写sci论文的那种大哈哈。当然,使用chatGPT写论文百分之九十会被查出来。但是我们可以用它来辅助写文章呀,翻译些句子呀,读不懂别人写的某句话可以让它转述一下呀。哈哈偷偷告诉你,要是有个大作业没时间写的话,可以用它偷偷懒哈哈(绝对不提倡)。

我测试了几个它的作用:

1.写程序

 我试了一下,程序可以运行,运行出来得图片如下图,但比较简单,需要自己调整得更好看一些。

我追问了句,它调整了下,感觉真好用呀!!

 2.改程序

我故意将一些关键字啥的写错,单词写错,看它能不能调整,我的输入内容如下

import matplotlib.pyplot as plt


np.randm.seed(0)
x = np.linspace(0, 10, 1000)
y = 0.8 * x + np.random.normal(0, 1, 1000)

fig, ax = plt.subplots(figsize=(8, 6))
ax.scatter(x, y, color='green', alpha=0.7, eolor='black', linewidth=1)
ax.plot(x, 0.8 * x, color='red', linewidth=2, label='fit line')
ax.plot(x, x, color='black', linestyle='--', lidth=1, label='y=x line')

ax.set_ylim(0, 10)
ax.grid(color='lightgray', linestyle='--', linewidth=0.5)
ax.spines['bottom'].set_color('black')
ax.spines['top'].set_color('blk')
ax.spis['left'].set_color('blk')
ax.spines['right'].selor('black')
ax.gend(fontsize=12)
ax.set_xlabel("X", fontsize=14)
ax.set_ylabel("Y", fontsize=14)
ax.set_title("Scatter Plot with Fit Line and y=x Line", fontsize=18)
plt.tighut()
plt.show()调整这段代码,使其能运行

 它的回复:

import numpy as np
import matplotlib.pyplot as plt


np.random.seed(0)
x = np.linspace(0, 10, 1000)
y = 0.8 * x + np.random.normal(0, 1, 1000)

fig, ax = plt.subplots(figsize=(8, 6))
ax.scatter(x, y, color='green', alpha=0.7, edgecolor='black', linewidth=1)
ax.plot(x, 0.8 * x, color='red', linewidth=2, label='fit line')
ax.plot(x, x, color='black', linestyle='--', linewidth=1, label='y=x line')

ax.set_ylim(0, 10)
ax.grid(color='lightgray', linestyle='--', linewidth=0.5)
ax.spines['bottom'].set_color('black')
ax.spines['top'].set_color('black')
ax.spines['left'].set_color('black')
ax.spines['right'].set_color('black')
ax.legend(fontsize=12)
ax.set_xlabel("X", fontsize=14)
ax.set_ylabel("Y", fontsize=14)
ax.set_title("Scatter Plot with Fit Line and y=x Line", fontsize=18)
plt.tight_layout()
plt.show()

能运行!!

 3.文字功夫

我用了一些文字来测试它,选用的是下面这篇文章的片段。 

这是文章摘要:

Freshwater availability is changing worldwide. Here we quantify 34 trends in terrestrial water storage (TWS) observed by the Gravity Recovery and Climate Experiment (GRACE) satellites during 2002–2016 and categorize their drivers as natural interannual variability, unsustainable groundwater consumption, or climate change. Several of these trends had been lacking thorough investigation and attribution, including massive changes in northwestern China and the Okavango delta. Others are consistent with climate model predictions. This observation-based assessment of how the world’s water landscape is responding to human impacts and climate variations provides a blueprint for evaluating and predicting emerging threats to water and food security.

首先,我用它来翻译一下:

 读起来真的很通顺,我能从翻译中流畅地get到意义。

这段中文假如是我们写的,如果让ChatGPT优化一下,效果会怎样?

我觉得达到了能发表的程度哈哈。

4.偷偷写大作业

它敷衍我!!,

 

 其实它是能写的,我继续追问,它不回答我了。。。

呵,这谱摆的,我不是VIP是不???

 国内应该也有公司做这个,希望国内的做的更好哈哈,腾讯,百度加油,我到时候充个vip哈哈

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值