写在前面
这个post主要收录使用AI工具的一些经验,欢迎大家参与编辑或在留言区分享
1. 借助ChatGpt完成数据处理、绘图及图表表征工作
- 方式1. 将数据转化成csv/txt等格式
- 方式2. 对于Python用户,可将各种变量保存为pickle的pkl文件,更为灵活
例:
1.在python中使用以下命令导出氧原子成键信号的python变量,储存到oxygen_movement_signals.pkl文件
pickle.dump(oxygen_movement_signals, open("oxygen_movement_signals.pkl", "wb"))
2.将oxygen_movement_signals.pkl文件上传至AI工具对话框
{width=50%}
3.输入数据分析需求
4.持续交互,直至得到满意答案
2. 借助ChatGpt提供文章写作思路、润色文章用词用语
-
方式 1. 提供写作思路
- Provide Theme and Goals: Clarify the theme and writing goals of the article. For instance, tell ChatGPT you want to write an article about "Applications of Artificial Intelligence in the Medical Field," with the goal of making readers understand its basic concepts and practical applications.
- Generate Outline: Ask ChatGPT to generate an outline. For example,
Please help me generate an outline for an article on "Applications of Artificial Intelligence in the Medical Field."
ChatGPT might provide a detailed structure.
-
方式 2. 润色文章用词用语
- Provide Draft: Paste your draft into ChatGPT and request polishing. For example,
This is my article draft, please help me polish it: "The application of artificial intelligence in the medical field is becoming increasingly widespread. By utilizing advanced algorithms and data analysis, AI can significantly improve the accuracy and efficiency of diagnoses."
- Get Polishing Suggestions: ChatGPT will provide polishing suggestions, or you can directly request the entire article to be polished. For example,
Please help me polish this article: "[Paste your article content]"
- Provide Draft: Paste your draft into ChatGPT and request polishing. For example,
-
方式 3. 持续优化
- Repeated Modifications: Modify the article repeatedly based on ChatGPT’s suggestions until you are satisfied. You can request more improvement suggestions for specific paragraphs or sentences.
- Inquire About Specific Terms: If you are not satisfied with certain specific terms or phrases, you can request replacements. For example,
Please help me replace the word "improve" in the sentence "improve the accuracy and efficiency of diagnoses."
ChatGPT might suggest "enhance the accuracy and efficiency of diagnoses."