积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(14)机器学习(14)

语言

全部英语(8)中文(简体)(6)

格式

全部PDF文档 PDF(14)
 
本次搜索耗时 0.062 秒,为您找到相关结果约 14 个.
  • 全部
  • 云计算&大数据
  • 机器学习
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 机器学习课程-温州大学-12机器学习-关联规则

    2 3 5 T4 2 5 T5 1 3 5 18 2.Apriori算法 算法案例 第四次迭代:使用F3的集合,我们将创建C4。 F3 项集 支持度 {1,3,5} 2 {2,3,5} 2 C4 项集 支持度 {1,2,3,5} 1 订单编号 项目 T1 1 3 4 T2 2 3 5 T3 1 2 3 5 T4
    0 码力 | 49 页 | 1.41 MB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    器学习”的帖子也可能涉及“编程语言”。 此外,在处理生物医学文献时,我们也会遇到这类问题。正确地标记文献很重要,有利于研究人员对文献 进行详尽的审查。在美国国家医学图书馆(The United States National Library of Medicine),一些专业的 注释员会检查每一篇在PubMed中被索引的文章,以便将其与Mesh中的相关术语相关联(Mesh是一个大约 有28000个标签的集合)。这是一个十分耗时 page) class Inception(nn.Module): # c1--c4是每条路径的输出通道数 def __init__(self, in_channels, c1, c2, c3, c4, **kwargs): super(Inception, self).__init__(**kwargs) # 线路1,单1x1卷积层 self.p1_1 = nn.Conv2d(in_channels self.p4_1 = nn.MaxPool2d(kernel_size=3, stride=1, padding=1) self.p4_2 = nn.Conv2d(in_channels, c4, kernel_size=1) def forward(self, x): p1 = F.relu(self.p1_1(x)) p2 = F.relu(self.p2_2(F.relu(self
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 PyTorch Release Notes

    Framework containers are no longer tested on Pascal GPU architectures. ‣ Transformer Engine is a library for accelerating Transformer models on NVIDIA GPUs. It includes support for 8-bit floating point Framework containers are no longer tested on Pascal GPU architectures. ‣ Transformer Engine is a library for accelerating Transformer models on NVIDIA GPUs. It includes support for 8-bit floating point Framework containers will no longer be tested on Pascal GPU architectures. ‣ Transformer Engine is a library for accelerating Transformer models on NVIDIA GPUs. It includes support for 8-bit floating point
    0 码力 | 365 页 | 2.94 MB | 1 年前
    3
  • pdf文档 keras tutorial

    Theano, TensorFlow, Caffe, Mxnet etc., Keras is one of the most powerful and easy to use python library, which is built on top of popular deep learning libraries like TensorFlow, Theano, etc., for creating or Cognitive Toolkit (CNTK). Theano is a python library used for fast numerical computation tasks. TensorFlow is the most famous symbolic math library used for creating neural networks and deep learning Linux or Mac)  Python version 3.5 or higher. Python Keras is python based neural network library so python must be installed on your machine. If python is properly installed on your machine, then
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    model and wraps the prunable blocks for sparse training using TFMOT (Tensorflow Model Optimization) library. In this case, we prune the 50% of the weights in each prunable block using magnitude-based pruning performance. Let's go ahead and strip the pruning weights from the model that were added by the TFMOT library as shown below. # Strip the pruning wrappers from the model. stripped_model = tfmot.sparsity.keras sparsity, we will use the Tensorflow Model Optimization Toolkit (TFMOT) library to cluster our model’s weights. Installing the library is fairly simple as we saw earlier. ! pip install -q tensorflow-model-optimization
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques

    up the required libraries, and loading the training and validation sets. We leverage the nlpaug library to perform the augmentations. It provides a simple 5 Maas, Andrew, et al. "Learning word vectors technologies. 2011. mechanism to chain multiple augmentations. It can be replaced with any other library per individual preference. %%capture # We will use nlpaug to augment the text samples. !pip install function. Now, let’s add some text augmentations to the mix and see if that helps. The nlpaug python library offers concise ways to apply sentence, word and character augmentations. We shuffle sentences, substitute
    0 码力 | 56 页 | 18.93 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 6 - Advanced Learning Techniques - Technical Review

    test_dataset.shuffle(test_dataset.cardinality()).batch(BATCH_SIZE) We will import the tensorflow_text library so that we can use the BERT model which relies on certain tensorflow ops. import os # tensorflow_text ops used in our model. import tensorflow_text as tf_text Next we will import the tensorflow_hub library so that we can import pre-trained BERT models directly from Tensorflow Hub. import tensorflow_hub
    0 码力 | 31 页 | 4.03 MB | 1 年前
    3
  • pdf文档 Experiment 2: Logistic Regression and Newton's Method

    function is hθ(x) = g(θT x) = 1 1 + e−θT x = P(y = 1 | x; θ) (1) Matlab/Octave does not have a library function for the sigmoid, so you will have to define it yourself. The easiest way to do this is through
    0 码力 | 4 页 | 196.41 KB | 1 年前
    3
  • pdf文档 PyTorch Tutorial

    lines to code in comparison. • It is easy to debug and understand the code. • Python usage − This library is considered to be Pythonic which smoothly integrates with the Python data science stack. • It
    0 码力 | 38 页 | 4.09 MB | 1 年前
    3
  • pdf文档 《TensorFlow 快速入门与实战》6-实战TensorFlow验证码识别

    模型服务部署 • flask $ pip install Pillow captcha pydot flask Pillow (PIL Fork) PIL(Python Imaging Library) 为 Python 解释器添加了图像处理功能。但是,在 2009 年发布 1.1.7 版本后,社区便停止更新和维护。 Pillow 是由 Alex Clark 及社区贡献者 一起开发和维护的一款分叉自
    0 码力 | 51 页 | 2.73 MB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
机器学习课程温州大学12关联规则动手深度v2PyTorchReleaseNoteskerastutorialEfficientDeepLearningBookEDLChapterAdvancedCompressionTechniquesTechnicalReviewExperimentLogisticRegressionandNewtonMethodTutorialTensorFlow快速入门实战验证验证码识别
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩