
人工智能
Andre-S
linux系统开发中。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LLM Coding
原创 2025-05-28 18:26:49 · 178 阅读 · 0 评论 -
AI Agent
一个基于大模型的 AI Agent 系统可以拆分为大模型、规划、记忆与工具使用四个组 件部分。AI Agent 可能会成为新时代的开端,其基础架构可以简单划分为 Agent = LLM + 规划技能 + 记忆 + 工具使用,其中 LLM 扮演了 Agent 的“大脑”,在这个 系统中提供推理、规划等能力。原创 2025-04-28 22:43:46 · 377 阅读 · 0 评论 -
LLM - Large Language Model
LLM 认知原创 2025-04-28 22:33:41 · 370 阅读 · 0 评论 -
Prompt
prompt简介和技巧原创 2025-04-28 21:00:21 · 560 阅读 · 0 评论 -
Cursor
cursor的简介与使用技巧原创 2025-04-28 20:02:38 · 229 阅读 · 0 评论 -
LLM Context Limit & Knowledge Cut-off Dates
分享两个大语言模型的context limits 和 knowledge cut-off dates统计信息。原创 2025-04-28 19:48:23 · 323 阅读 · 0 评论 -
Cline & Roo Code
原创 2025-04-22 18:37:35 · 196 阅读 · 0 评论 -
AI简介
AI知识: https://blog.youkuaiyun.com/gatieme/article/details/44808171转载 2018-03-27 16:53:30 · 347 阅读 · 0 评论 -
numpy常用接口
txt文件地址: 1.txt文件导入数据#导入numpy库import numpy#导入一个txt文件,该文件行内容以","分割。world_alcohol = numpy.genfromtxt("world_alcohol.txt", delimiter=",", dtype=str)print(type(world_alcohol))print(world_alcohol)2 .构建向原创 2017-12-27 21:03:10 · 913 阅读 · 0 评论 -
pycharm 和 anaconda安装注意项
一: anaconda 安装注意点: 选择导入到环境变量安装选项。启动notebook: 1.打开Anaconda Prompt 2.更改Jupyter notebook的工作空间 查看配置文件:jupyter notebook --generate-config注:如果没有默认配置文件,创建配置文件:ipython profile create修改默认路径: 注:D:\Jupyt原创 2017-12-22 14:48:45 · 767 阅读 · 0 评论