DeepSeek图解10页PDF
DeepSeek 图解 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 | 7 月前3《Slides Dev Web》 10. Rwd
10.Responsive Web Design 19 décembre 2023 Développement web il3 Responsive Web Design Conception de sites web adaptatifs HE-Arc (DGR) 2022 Site adaptatif ? • Surfer depuis : PC, mobiles, tablettes sizes • Besoins9 – Écrans haute densité : srcset – Taille variable : srcset et sizes – Substitution10 et modification layout :, – Choix formats de fichiers • Différences11 découper 9https://www.smashingmagazine.com/2014/05/14/responsive-images-done-right-guide-picture-srcset/ 10https://ericportis.com/etc/smashing-mag-picture-examples/art-direction.html 11https://css-tricks.co 0 码力 | 7 页 | 76.36 KB | 1 年前3Apache Wicket 10.x Reference Guide
Wicket 10.x Reference Guide The Apache Software Foundation Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 4.4. Wicket Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 10. Wicket Links and URL generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Cassandra™ 10 Documentation February 16, 2012
About Failure Detection and Recovery 9 About Data Partitioning in Cassandra 10 About Partitioning in Multi-Data Center Clusters 10 Understanding the Partitioner Types 12 About the Random Partitioner 12 ring clockwise until it reaches the first node in another rack. About Data Partitioning in Cassandra 10 If you do not calculate partitioner tokens so that the data ranges are evenly distributed for each acknowledgement in order for the write to be considered successful. For example, in a single data center 10 node cluster with a replication factor of 3, an incoming write will go to all 3 nodes that own the0 码力 | 141 页 | 2.52 MB | 1 年前3深度学习与PyTorch入门实战 - 10. Broadcasting
0 码力 | 12 页 | 551.84 KB | 1 年前3Ozone meetup Nov 10, 2022 Ozone User Group Summit
/ 51 Confidential—Restricted Nov 10, 2022 Ozone User Group Summit / 51 2 Confidential—Restricted / 51 THE HYBRID DATA COMPANY We believe that data can make what is impossible today, possible tomorrow DC outlook A BRIEF HISTORY OF OZONE Siddharth (Sid) Wagle PMC, committer (Ozone, Ratis, Hadoop) 10 © 2022 Cloudera, Inc. All rights reserved. HISTORICAL MILESTONES HDFS-7240 Hadoop feature branch Oct Cloudera GA Scale HDFS - 2x Initial Goal Storage Containers Native S3 , HCFS Scale HDFS - 10x New Goal 11 © 2022 Cloudera, Inc. All rights reserved. THRIVING COMMUNITY Open source Partner0 码力 | 78 页 | 6.87 MB | 1 年前3机器学习课程-温州大学-10机器学习-聚类
无监督学习方法概述 聚类案例 3.金融业 银行可以观察到可能的金融欺诈行为,就此 向客户发出警告。在聚类算法的帮助下,保 险公司可以发现某些客户的欺诈行为,并调 查类似客户的保单是否有欺诈行为。 10 1.无监督学习方法概述 聚类案例 4.搜索引擎 百度是人们使用的搜索引擎之一。举个例子,当 我们搜索一些信息,如在某地的超市,百度将为 我们提供不同的超市的选择。这是聚类的结果, 提供给你的结果就是聚类的相似结果。 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 X 1 2 2 4 5 6 6 7 9 1 3 5 3 Y 2 1 4 3 8 7 9 9 5 12 12 12 3 举例:有如下13个样本点,使用DBSCAN进行聚类 33 密度聚类-DBSCAN DBSCAN密度聚类的算法流程 13 12 11 10 9 8 7 6 5 4 3 2 1 0 0 6 7 8 9 10 11 P13 P4 P2 P1 P3 P9 P8 P5 P6 P7 P12 P11 P10 • 对每个点计算其邻域Eps=3内的 点的集合。 • 集合内点的个数超过MinPts=3的 点为核心点。 Y X 34 密度聚类-DBSCAN DBSCAN密度聚类的算法流程 13 12 11 10 9 8 7 6 5 4 3 20 码力 | 48 页 | 2.59 MB | 1 年前310-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 SKYWALKING0 码力 | 29 页 | 7.43 MB | 5 月前3菟葵 - Krita 常用快捷键 - 2022-10-06A
krita常用快捷键 如果你不喜欢默认快捷键请自行修改,以下列出的常用快捷键是本人主观认为的默认常用快捷键。 Krita5.1.1 2022 年 10 月 5 日 20 点 07 分 关于 krita的快捷键设置 krita 的快捷键设置与其他软件不同,共分为两处。 1、键盘快捷键,可以直接输入关键词进行搜索,只包含纯键盘的快捷键。 2、画布快捷键,包含键盘与鼠标的组合快捷键,以及触控手势。0 码力 | 4 页 | 171.37 KB | 1 年前310 为Python Function自动生成Web UI 彭未康
0 码力 | 11 页 | 791.38 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100