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

无数据

分类

全部云计算&大数据(242)VirtualBox(113)Apache Kyuubi(36)机器学习(34)Pandas(32)Apache Karaf(6)Kubernetes(4)Apache Flink(4)OpenShift(3)云原生CNCF(3)

语言

全部英语(220)中文(简体)(19)俄语(1)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(222)其他文档 其他(18)PPT文档 PPT(2)
 
本次搜索耗时 0.469 秒,为您找到相关结果约 242 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • 机器学习
  • Pandas
  • Apache Karaf
  • Kubernetes
  • Apache Flink
  • OpenShift
  • 云原生CNCF
  • 全部
  • 英语
  • 中文(简体)
  • 俄语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 2 - Compression Techniques

    Chapter 2 - Compression Techniques “I have made this longer than usual because I have not had time to make it shorter.” Blaise Pascal In the last chapter, we discussed a few ideas to improve the deep deep learning efficiency. Now, we will elaborate on one of those ideas, the compression techniques. Compression techniques aim to reduce the model footprint (size, latency, memory etc.). We can reduce the chapter, we introduce Quantization, a model compression technique that addresses both these issues. We’ll start with a gentle introduction to the idea of compression. Details of quantization and its applications
    0 码力 | 33 页 | 1.96 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    Advanced Compression Techniques “The problem is that we attempt to solve the simplest questions cleverly, thereby rendering them unusually complex. One should seek the simple solution.” — Anton Pavlovich Pavlovich Chekhov In this chapter, we will discuss two advanced compression techniques. By ‘advanced’ we mean that these techniques are slightly more involved than quantization (as discussed in the second of our models. Did we get you excited yet? Let’s learn about these techniques together! Model Compression Using Sparsity Sparsity or Pruning refers to the technique of removing (pruning) weights during
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.4.2

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.20.1 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3739 页 | 15.24 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.4.4

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.20.1 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3743 页 | 15.26 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.5.0rc0

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.21.0 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3943 页 | 15.73 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction

    efficiency in deep learning models. We will also introduce core areas of efficiency techniques (compression techniques, learning techniques, automation, efficient models & layers, infrastructure). Our hope where there might not be a single algorithm that works perfectly, and there is a large amount of unseen data that the algorithm needs to process. Unlike traditional algorithm problems where we expect exact leeway in model quality, we can trade off some of it for a smaller footprint by using lossy model compression techniques7. For example, when compressing a model naively we might reduce the model size, RAM
    0 码力 | 21 页 | 3.17 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.17.0

    ValueError (GH10384). • Enable reading gzip compressed files via URL, either by explicitly setting the compression parameter or by inferring from the presence of the HTTP Content-Encoding header in the response required for compressed files in Python 2.) (GH11070, GH11073) • pd.read_csv is now able to infer compression type for files read from AWS S3 storage (GH11070, GH11074). 1.1. v0.17.0 (October 9, 2015) 15 (GH9777) • By default, read_csv and read_table will now try to infer the compression type based on the file exten- sion. Set compression=None to restore the previous behavior (no decompression). (GH9770) Deprecations
    0 码力 | 1787 页 | 10.76 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.14.0

    order as Series.order; add na_position arg to conform to Series.order (GH6847) • default sorting algorithm for Series.order is now quicksort, to conform with Series.sort (and numpy defaults) • add inplace is a way of visualizing multi-variate data. It is based on a simple spring tension minimization algorithm. Basically you set up a bunch of points in a plane. In our case they are equally spaced on a unit Parse whitespace-delimited (spaces or tabs) file (much faster than using a regular expression) • compression: decompress ’gzip’ and ’bz2’ formats on the fly. • dialect: string or csv.Dialect instance to
    0 码力 | 1349 页 | 7.67 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.13.1

    is a way of visualizing multi-variate data. It is based on a simple spring tension minimization algorithm. Basically you set up a bunch of points in a plane. In our case they are equally spaced on a unit Parse whitespace-delimited (spaces or tabs) file (much faster than using a regular expression) • compression: decompress ’gzip’ and ’bz2’ formats on the fly. • dialect: string or csv.Dialect instance to (see below). 19.8.14 Compression PyTables allows the stored data to be compressed. Tthis applies to all kinds of stores, not just tables. • Pass complevel=int for a compression level (1-9, with 0 being
    0 码力 | 1219 页 | 4.81 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.12

    is a way of visualizing multi-variate data. It is based on a simple spring tension minimization algorithm. Basically you set up a bunch of points in a plane. In our case they are equally spaced on a unit Parse whitespace-delimited (spaces or tabs) file (much faster than using a regular expression) • compression: decompress ’gzip’ and ’bz2’ formats on the fly. • dialect: string or csv.Dialect instance to (see below). 18.7.14 Compression PyTables allows the stored data to be compressed. Tthis applies to all kinds of stores, not just tables. • Pass complevel=int for a compression level (1-9, with 0 being
    0 码力 | 657 页 | 3.58 MB | 1 年前
    3
共 242 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 25
前往
页
相关搜索词
EfficientDeepLearningBookEDLChapterCompressionTechniquesAdvancedpandaspowerfulPythondataanalysistoolkit1.41.50rc0Introduction0.170.140.130.12
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩