Maxwell's Blog

Maxwell's Blog

极客时间llm资料
Created2025-04-15
...
极客时间llm学习笔记
Created2025-03-21
prompt enigneering资料paper “Chain of Thought Prompting Elicits Reasoning in Large Language Models” (CoT) “Self-Consistency Improves Chain of Thought Reasoning in Large Language Models” “Tree of Thoughts: Deliberate Problem Solving with LLMs” (ToT) RAG资料工具 llamahub.aiz fine tune资料 极客时间分享的wiki 概念稀疏向量“向量稀疏”指的是一个向量中大多数元素为零,只有少数元素是非零值的情况。在机器学习和自然语言处理中,向量稀疏通常是由于向量维度很高,而实际数据中只包含少数非零元素的结果。反义词是“稠密向量”(Dense Vector):一个向量中大多数元素是非零值的情况。 One-Hot编码One-Hot编码是一种常用的特征表示方法,用于将离散特征转换为向量表示。把某个“类别”表示成一个 全是...
ai相关收藏
Created2025-03-21
杂项 极客时间分享的wiki
笔记:深入了解LLMs
Created2025-03-07
介绍llm的一些入门扫盲知识,🤓️ai大神karpathy总结的比较全面,看完有些收获记录下。视频地址:Deep Dive into LLMs like ChatGPT is on under-the hood fundamentals of LLMs.How I use LLMs is a more practical guide to examples of use in my own life.Intro to Large Language Models is a third, parallel, more optional video from a longer time ago. 总结glasp ai总结 翻译 概念CoT通过简单的 “请一步步思考再回答” 这样的提示,模型的表现就会大幅提升,这就是 提示词工程 的典型应用。 让模型使用工具解决数学问题Q: 9.11和9.9哪个大(use code)A: 9.9 fine web一个公开的爬虫项目,爬取互联网的英文文本 fineweb common crawl一个共享的爬虫项目 common...
学习TensorFlow
Created2025-03-07
工具收藏
Created2025-02-26
web 前端工具电子书 阅读器 免费下载电子书 图片类 图片压缩 svg to ico convertio.co 在线图片编辑fotor国内版 背景去除 remove.bg icon 阿里icons [iconfont]https://www.iconfont.cn/ 免费icon flaticon 免费icon icones.js 自定义icon生成 favicon.io 免费icon可以导出svg代码 css.gg 操作系统 windows激活工具github 本地脚本
前端开发
Created2025-02-26
2025又开始写前端啦,一些学到的新TIPS😎️ 初试typescrpt🤔️在代码中加入类型标注,增加了部分工作量,但不一定会降低效率,某些开发工具依赖类型系统可以有更好的功能,从而提升开发体验…ts教程npm install -g typescript使用vue-tsc命令进行类型检查,在package.json可以配置在开启 Vite 开发服务器的同时以侦听模式运行 vue-tsc,123456789"scripts": { "dev": "concurrently \"vite\" \"vue-tsc --watch\"", // 这里 "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", ...
issue-pylance-dont-work-with-django-models
Created2025-01-01
vscode 中 pylance 无法解析 django 外建关联的对象的属性 根据这篇贴子提到
Hello World
Created2000-01-01
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo clean Cleans the cache file (db.json) and generated files (public). Generate static files1$ hexo generate More info: Generating Deploy to...
1
avatar
maxwell
Articles
9
Tags
5
Categories
0
Recent Posts
极客时间llm资料2025-04-15
极客时间llm学习笔记2025-03-21
ai相关收藏2025-03-21
笔记:深入了解LLMs2025-03-07
学习TensorFlow2025-03-07
Tags
typescript vue llm ai tensorflow bookmark python tools
Archives
  • April 2025 1
  • March 2025 4
  • February 2025 2
  • January 2025 1
  • January 2000 1
©2019 - 2025 By maxwell
Framework Hexo|Theme Butterfly