积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(378)Java(261)Spring(214)综合其他(101)云计算&大数据(73)Python(65)数据库(48)ActiveMQ(47)KiCad(39)Pandas(32)

语言

全部英语(547)中文(简体)(31)法语(12)中文(繁体)(11)日语(6)英语(2)韩语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(514)其他文档 其他(98)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 612 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 综合其他
  • 云计算&大数据
  • Python
  • 数据库
  • ActiveMQ
  • KiCad
  • Pandas
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 中文(繁体)
  • 日语
  • 英语
  • 韩语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    0 码力 | 51 页 | 546.30 KB | 5 月前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    binary values in the ground-truth labels with the probabilities of the sample image belonging to each class. A student network can then learn from both the soft and the hard ground-truth labels. This technique Distillation captures the relationship between classes which is not represented through the hard (ground-truth) labels in the original dataset. A student model can then learn it using a loss function that pre-trained and frozen during this process, and only the student network is updated. The distillation and ground-truth loss computations are similar except that the distillation loss uses teacher’s outputs as labels
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 Godot Game Development for Beginners

    certain velocity, detecting colliders and other things. The second parameter is the ground normal (which way is the ground pointing?). After this, we can apply gravity and check for if we're pressing environment so we have somewhere for the player to exist. In our Models/Environment folder, we have a Ground model. Drag that into the scene window to create a new MeshInstance node. Set the position to 0 our case, we want the player to be able to collide with the ground, otherwise they'd sink through. So to do this, we can select the ground node and in the scene panel, select Mesh > Create Trimesh Static
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    obtain code preference data based on compiler-feedback, and mathematical preference data based on the ground-truth labels. For reward model training, we initialize the reward models with DeepSeek-V2 Chat (SFT) Then, we compute the agreement among their annotations and the ground-truth label. As shown in Table 10, three human annotators and the ground-truth label exhibit a low agreement with each other. Therefore sets to our efforts in debiasing the pre-training corpus. 32 Agreement Ground-Truth Label Annotator 1 Annotator 2 Annotator 3 Ground-Truth Label 100.0% 66.7% 59.8% 42.1% Annotator 1 66.7% 100.0% 57.9% 69
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • pdf文档 Message Handling with Boolean Algebra

    explanation "If it's raining, the ground is wet." Q. What would make this a false statement? A. Only if it's raining and the ground is not wet. If it's not raining, the ground might still be wet, and the 65Yet another explanation "If it's raining, the ground is wet." or "The set of times when it's raining is a subset of the set of times when the ground is wet." 66Truth tables again A B A ∧ B A ∨ B
    0 码力 | 103 页 | 4.37 MB | 5 月前
    3
  • pdf文档 Godot Game Development for Beginners

    in a 3D game world. We can then rename this to Ground to represent its use in the scene. Next, we will add a MeshInstance3D node as a child of our Ground node. This book is brought to you by Zenva - Enroll engine. © Zenva Pty Ltd 2024. All rights reserved Then select the Rotate Tool (E), and rotate the Ground node around -20 on the X-axis. Creating the Player We now need to create our player. For the parent a tree our Player has hit. This will allow us to detect the difference between the Tree’s and the Ground’s StaticBody3D nodes. We will add a new group to our node with the name Tree. This book is brought
    0 码力 | 70 页 | 4.78 MB | 10 月前
    3
  • pdf文档 深度学习与PyTorch入门实战 - 31. 过拟合与欠拟合

    过拟合&欠拟合 主讲人:龙良曲 Scenario1: house price Scenario2: GPA The ground-truth distribution? ▪ That’s perfect if known ▪ However Another factor: noise ▪ ? = ? ∗ ? + ? + ? ▪ ? ∽ ?(0.01, 1) ▪ 1.567 = w + eps ▪ … ???? = ?? + ? − ? 2 Let’s assume Mismatch: ground-truth VS estimated ▪ model capacity Model Capacity Case1: Estimated < Ground-truth under- fitting For example: WGAN Underfitting ▪ ▪ train acc. is bad ▪ test acc. is bad as well Case2: Ground-truth < Estimated over- fitting Overfitting ▪ train loss and acc. is much better ▪ test acc. is worse ▪ => Generalization Performance
    0 码力 | 17 页 | 1.31 MB | 1 年前
    3
  • epub文档 Getting Started in KiCad 4.0

    below. Labels can be moved around as many times as you please. 28. It is time to place the power and ground symbols. Click on the Place a power port button on the right toolbar. Alternatively, press the connect up all the wires except GND. In fact, we will connect all GND connections in one go using a ground plane placed on the bottom copper (called B.Cu) of the board. 13. Now we must choose which copper width from 8 mil (indicated as 0.0080) to 24 mil (indicated as 0.0240). Next, add everything but ground to the power class (select default at left and power at right and use the arrows). 18. If you want
    0 码力 | 63 页 | 756.22 KB | 1 年前
    3
  • pdf文档 Getting Started in KiCad 5.1

    many times as you please. Getting Started in KiCad 14 / 43 28. It is time to place the power and ground symbols. Click on the Place power port button on the right toolbar. Alternatively, press [p]. In connect up all the wires except GND. In fact, we will connect all GND connections in one go using a ground plane placed on the bottom copper (called B.Cu) of the board. 13. Now we must choose which copper width from 8 mil (indicated as 0.0080) to 24 mil (indicated as 0.0240). Next, add everything but ground to the power class (select default at left and power at right and use the arrows). 18. If you want
    0 码力 | 48 页 | 752.57 KB | 1 年前
    3
  • epub文档 Getting Started in KiCad 5.1

    below. Labels can be moved around as many times as you please. 28. It is time to place the power and ground symbols. Click on the Place power port button on the right toolbar. Alternatively, press [p]. connect up all the wires except GND. In fact, we will connect all GND connections in one go using a ground plane placed on the bottom copper (called B.Cu) of the board. 13. Now we must choose which copper width from 8 mil (indicated as 0.0080) to 24 mil (indicated as 0.0240). Next, add everything but ground to the power class (select default at left and power at right and use the arrows). 18. If you want
    0 码力 | 63 页 | 634.01 KB | 1 年前
    3
共 612 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 62
前往
页
相关搜索词
SingleProducerConsumerLockfreeFIFOFromtheGroundUpEfficientDeepLearningBookEDLChapterTechniquesGodotGameDevelopmentforBeginnersDeepSeekV2StrongEconomicalandMixtureofExpertsLanguageModelMessageHandlingwithBooleanAlgebra深度学习PyTorch入门实战31拟合GettingStartedinKiCad4.05.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩