DeepSeek图解10页PDFDeepSeek 图解 10 页 PDF 作者:郭震 2025.2.3 目录 1 本地部署并运行 DeepSeek . . . . . . . . . . . . . . . . . . . . . . 2 1.1 为什么要在本地部署 DeepSeek . . . . . . . . . . . . . . . . . 2 1.2 DeepSeek 本地部署三个步骤 . . . . . 的中间推理模型训练过程 . . . . . . . . . . . . . . 9 3.3 通用强化学习训练过程 . . . . . . . . . . . . . . . . . . . . . . 10 3.4 总结 DeepSeek-R1 . . . . . . . . . . . . . . . . . . . . . . . . 11 4 参考文献 . . . . . . . . . . 料用心打磨且开源,是为了帮助更多人了解获取 AI 知识,严禁拿此资料引流、出书、等形式的商业活动 图 1: 我的公众号:郭震 AI 安装后,打开命令窗口,输入 ollama,然后就能看到它的相关指令,一共 10 个左右的命令,如下图2所示,就能帮我们管理好不同大模型: 图 2: Ollama 常用的命令 第二步,命令窗口输入:ollama pull deepseek-r1:1.5b,下载大模型 deepseek-0 码力 | 11 页 | 2.64 MB | 8 月前3
10-APISIX 与 SkyWalking 的最佳实践-王院生SkyWalking and more plugins Plug-in orchestration 2019-6-6 Project open source 2019-7 CNCF Landscape 2019-10 Donate to Apache 2020-1 Release v1.0 HISTORY OF APACHE APISIX SKYWALKING 简介 APACHE SKYWALKING object ➤ use `ngx.var.http_****` to fetch specific header value ➤ cached the required object at top level ➤ avoid useless `json.encode` ➤ 只使⽤上⾯部分优化,单核⼼性能已提升 20-30% ,后⾯会有更好表现 ➤ PR:https://github.c0 码力 | 29 页 | 7.43 MB | 6 月前3
10 Problems Large Companies Have with Managing C++ Dependencies and How to Solve Them10 Problems Large Companies Have Managing C++ Dependencies and How to Solve Them Augustin Popa, Microsoft C++ TeamIntroduction Augustin Popa Senior Product Manager, Microsoft C++ Team @augustin_popa @augustin_popa on Twitter/XSource: ISO C++ 2024 survey 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% Concurrency safety Managing CMake projects Setting up a CI environment from scratch Build times Managing development? Major pain point Minor pain point Not a significant issueSource: ISO C++ 2024 survey 0% 10% 20% 30% 40% 50% 60% 70% The library source code is part of my build I compile the libraries separately0 码力 | 46 页 | 917.72 KB | 6 月前3
Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler20" << std::endl; } if i is (in(10,30)) { std::cout << "i is between 10 and 30" << std::endl; } 2Or like that? x as Type; 31 If you have C++20 compiler (GCC 10+, Clang 12+, MSVC 16.30+) Available UFCSit is “all about C++” variable operator “thing” 7it is value 8it is type 9it is predicate 10it is template 11it is concept 12it is empty 132 Usually, a couple of years old. There is always Compiler Explorer! g++-10 Clang-12 MSVC v19.29 33x is Type • Avoid type traits, • Avoid negations & parens, • Use Compiler Explorer! • Use std::false_type / true_types g++-10 Clang-12 MSVC v19.290 码力 | 108 页 | 5.08 MB | 6 月前3
julia 1.10.10. 9 3.3 Stylistic Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 4 Integers and Floating-Point Numbers 12 4.1 Integers . . . . . . . . . . . . . . . . . . . . . 9.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 10 Scope of Variables 105 10.1 Global Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . obtained after some math, for example) for later use. For example: # Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x =0 码力 | 1692 页 | 6.34 MB | 3 月前3
Python 标准库参考指南 3.11.10 357 9.7.6 NormalDist 对象 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 10 函数式编程模块 361 10.1 itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . 361 in the browser, users should consider Pyodide or PyScript. PyScript is built on top of Pyodide, which itself is built on top of CPython and Emscripten. Pyodide provides access to browsers’ JavaScript and Python 表达式。如果 x 不是 一个 Python int 对象,则它必须定义返回一个整数的 __index__() 方法。下面是一些例子: >>> bin(3) '0b11' >>> bin(-10) '-0b1010' 若要控制是否显示前缀“0b”,可以采用以下两种方案: >>> format(14, '#b'), format(14, 'b') ('0b1110', '1110') >>>0 码力 | 2248 页 | 11.10 MB | 9 月前3
Python 标准库参考指南 3.11.10 7.6 NormalDist 对象 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 10 函数式编程模块 385 10.1 itertools --- 为高效循环而创建迭代器的函数 . . . . . . . . . . . . . . . . . . . . . . . . . . in the browser, users should consider Pyodide or PyScript. PyScript is built on top of Pyodide, which itself is built on top of CPython and Emscripten. Pyodide provides access to browsers’ JavaScript and Python 表达式。如果 x 不是一个 Python int 对象,则它必须定义返回一个整数的 __index__() 方法。下面是一些例子: >>> bin(3) '0b11' >>> bin(-10) '-0b1010' 若要控制是否显示前缀“0b”,可以采用以下两种方案: >>> format(14, '#b'), format(14, 'b') ('0b1110', '1110') >>>0 码力 | 2399 页 | 11.19 MB | 9 月前3
Hello 算法 1.2.0 简体中文 C语言 版“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读!” ——邓俊辉,清华大学计算机系教授 “如果我当年学数据结构与算法的时候有《Hello 算法》,学起来应该会简单 10 倍!” ——李沐,亚马逊资深首席科学家 计算机的出现给世界带来了巨大变革,它凭借高速的计算能力和出色的可编程性,成为了执行算法与处理数 据的理想媒介。无论是电子游戏的逼真画面、自动驾驶的智能决策,还是 小结 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 第 1 章 初识算法 10 1.1 算法无处不在 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.2 算法是什么 8.2 建堆操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 8.3 Top‑k 问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 8.4 小结 . .0 码力 | 392 页 | 18.52 MB | 10 月前3
Hello 算法 1.2.0 简体中文 C++ 版“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读!” ——邓俊辉,清华大学计算机系教授 “如果我当年学数据结构与算法的时候有《Hello 算法》,学起来应该会简单 10 倍!” ——李沐,亚马逊资深首席科学家 计算机的出现给世界带来了巨大变革,它凭借高速的计算能力和出色的可编程性,成为了执行算法与处理数 据的理想媒介。无论是电子游戏的逼真画面、自动驾驶的智能决策,还是 小结 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 第 1 章 初识算法 10 1.1 算法无处不在 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.2 算法是什么 8.2 建堆操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 8.3 Top‑k 问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 8.4 小结 . .0 码力 | 379 页 | 18.48 MB | 10 月前3
Hello 算法 1.2.0 简体中文 Go 版“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读!” ——邓俊辉,清华大学计算机系教授 “如果我当年学数据结构与算法的时候有《Hello 算法》,学起来应该会简单 10 倍!” ——李沐,亚马逊资深首席科学家 计算机的出现给世界带来了巨大变革,它凭借高速的计算能力和出色的可编程性,成为了执行算法与处理数 据的理想媒介。无论是电子游戏的逼真画面、自动驾驶的智能决策,还是 小结 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 第 1 章 初识算法 10 1.1 算法无处不在 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.2 算法是什么 8.2 建堆操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 8.3 Top‑k 问题 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 8.4 小结 . .0 码力 | 384 页 | 18.49 MB | 10 月前3
共 562 条
- 1
- 2
- 3
- 4
- 5
- 6
- 57













