Total Pageviews

Tuesday, 23 January 2024

learnprompting.org

一个与 AI 交流的免费开源的课程

阅读课程无需任何编程基础,只要你语文能及格就可以看懂

学好如何写 Promopt 可以帮助你更好的利用 AI 提高自己的效率,甚至未来有可能出现 Prompter 这一职业哈哈

https://learnprompting.org

开源人工智能提示课程地址

地址:https://learnprompting.org/zh-Hans/
---------------------------------------------------------

Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community

learnprompting.org

Contribution Guidelines

We welcome contributions in any form.

We are actively looking for:

  • content suggestions
  • translation
  • content/art contributions
  • typos :)

Local Development

First, install git and node.

Make sure you are using Node 18.0.0 or higher (node -v). Then, run the following commands in a terminal:

# download the website code with git
git clone https://github.com/trigaten/Learn_Prompting.git
# enter the project directory
cd Learn_Prompting
# install node modules
npm i
# run the website locally
npm start

If you get an error related to the node version, you probably are using an older version of node.

Make sure the newer version appears higher in your path than any older versions.

Alternatively, you can use nvm to install the latest version of node. Install nvm, then do the following:

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install-latest-npm

npm start starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

from https://github.com/trigaten/Learn_Prompting 

-------

免费的 Prompt Engineering 教程,已包含 ChatGPT 和 Midjourney 教程.

Learning Prompt:https://learningprompt.wiki/

----------

Learn Prompt是什么

Learn Prompt是一份免费开源的 AIGC(人工智能生成内容) 课程,目前已支持 ChatGPT、Midjourney、 Runway等等课程知识,目前还在持续维护更新内容,对人工智能方面感兴趣的同学可以到网站学习,希望大家在学习的过程中能够享受到学习的乐趣,同时也能够提高自己的能力。

AIGC是什么
AIGC,全名“AI generated content”,又称生成式AI,意为人工智能生成内容。 例如AI文本续写,文字转图像的AI图、AI主持人等,都属于AIGC的应用。

免费开源的 AIGC 课程地址
地址:https://www.learnprompt.pro/ 

------------------------------------------

ChatGPT Prompt Engineering的免费入门课

ChatGPT Prompt Engineering for Developers:
https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/2/guidelines

谷歌云盘- https://drive.google.com/drive/folders/1WK5vVbo79FgsUKEDBDRCPHOcjugZWeSv

课程笔记 -可以理解为网友做的文字版教程-https://islinxu.github.io/prompt-engineering-note/

开发人员的ChatGPT提示工程对初学者友好。只需要对Python有基本的了解。但它也适用于希望接近快速工程的前沿并使用LLM的高级机器学习工程师。

该课程与OpenAI合作,旨在帮助开发人员有效利用LLM,反映了对使用最新LLM模型提示的最佳实践的最新理解。

讲师:OpenAI技术人员Isa Fulford;DeepLearning.AI创始人;Coursera联合创始人吴恩达Andrew Ng

Open AI技术人员Isa Fulford 是 ChatGPT Retrieval Plugin 的主要贡献者。该插件可以让用户以问答的方式轻松搜索和查找个人或工作文档,在 GitHub 上 star 量已经过万。此外,Isa Fulford 在教授如何将 LLM 用于产品方面也做了很多工作,是 OpenAI Cookbook(OpenAI API 的使用示例和指南)的主要贡献者之一。

项目链接:https://github.com/openai/chatgpt-retrieval-plugin

吴恩达是斯坦福大学计算机科学系和电气工程系的客座教授,曾任斯坦福人工智能实验室主任。此外,他还是 DeepLearning.AI 的创始人、Landing AI 的创始人兼首席执行官、AI Fund 的普通合伙人、Coursera 的主席和联合创始人。

-----------------------------------

Prompt Engineering Guide

Prompt Engineering Guide-提示工程指南,一份在线文档,介绍了提示词相关的基础知识,帮助用户了解如何通过提示词和大语言模型进行交互并提供指导建议,而且指南默认所有示例都是基于 OpenAI 的大语言模型 text-davinci-003 进行测试,经常使用ChatGPT的同学可以学习这份提示词工程,对于不懂的如何高效向ChatGPT提问的用户非常实用。

提示工程指南-Prompt Engineering Guide

地址:https://www.promptingguide.ai/zh




 

 

No comments:

Post a Comment