LSTM-Layer使用
vec] ▪ h/c: [num_layer, b, h] ▪ out: [seq, b, h] nn.LSTM nn.LSTMCell ▪ __init__ LSTMCell.forward() ▪ ht, ct = lstmcell(xt, [ht_1, ct_1]) ▪ xt: [b, vec] ▪ ht/ct: [b, h] Single layer Two Layers 下一课时0 码力 | 11 页 | 643.79 KB | 1 年前3RNN-Layer使用
RNN Layer使用 主讲人:龙良曲 Folded model feature ??@??ℎ + ℎ?@?ℎℎ [0,0,0 … ] x: ??? ???, ????ℎ, ??????? ??? ????ℎ, ??????? ??? @[ℎ????? ???, ??????? ???]?+ ????ℎ, ℎ????? ??? @ ℎ????? ???, ℎ????? ??? ? layers, b, h dim] ▪ out: [seq len, b, h dim] Single layer RNN feature ??@??ℎ 1 + ℎ? 1@?ℎℎ 1 [0,0,0 … ] ℎ? 1@??ℎ 2 + ℎ? 2@?ℎℎ 2 [0,0,0 … ] 2 layer RNN [T, b, h_dim], [layers, b, h_dim] nn.RNNCell0 码力 | 15 页 | 883.60 KB | 1 年前3更新OpenShift Data Foundation
Red Hat OpenShift Data Foundation 4.12 更新 OpenShift Data Foundation 针对集群和存储管理员的有关升级的说明 Last Updated: 2023-09-19 Red Hat OpenShift Data Foundation 4.12 更新 OpenShift Data Foundation 针对集群和存储管理员的有关升级的说明 other trademarks are the property of their respective owners. 摘要 摘要 本文档解释了如何更新以前的 Red Hat OpenShift Data Foundation 版本。 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 对红帽文档提供反 帽文档提供反馈 馈 第 第 1 章 章 OPENSHIFT DATA FOUNDATION 更新 更新过 过程概述 程概述 第 第 2 章 章 OPENSHIFT DATA FOUNDATION 升 升级频 级频道和 道和发 发行版本 行版本 第 第 3 章 章 将 将 RED HAT OPENSHIFT DATA FOUNDATION 4.11 更新至 更新至 4.12 第 第 40 码力 | 18 页 | 239.14 KB | 1 年前3pandas: powerful Python data analysis toolkit - 0.19.0
pandas: powerful Python data analysis toolkit Release 0.19.0 Wes McKinney & PyData Development Team Oct 02, 2016 CONTENTS 1 What’s New 3 1.1 v0.19.0 (October 2, 2016) . . . . . . . . . . . . . . . . . . . . 345 4.3 Visualizing Data in Qt applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 5 Package overview 347 5.1 Data structures at a glance . . . . . . . . . . . . . 347 5.1.1 Why more than 1 data structure? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 5.2 Mutability and copying of data . . . . . . . . . . . . . . . . . . . .0 码力 | 1937 页 | 12.03 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.19.1
pandas: powerful Python data analysis toolkit Release 0.19.1 Wes McKinney & PyData Development Team Nov 03, 2016 CONTENTS 1 What’s New 3 1.1 v0.19.1 (November 3, 2016) . . . . . . . . . . . . . . . . . . . 347 4.3 Visualizing Data in Qt applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 5 Package overview 349 5.1 Data structures at a glance . . . . . . . . . . . . . 349 5.1.1 Why more than 1 data structure? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349 5.2 Mutability and copying of data . . . . . . . . . . . . . . . . . . . .0 码力 | 1943 页 | 12.06 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.20.3
pandas: powerful Python data analysis toolkit Release 0.20.3 Wes McKinney & PyData Development Team Jul 07, 2017 CONTENTS 1 What’s New 3 1.1 v0.20.3 (July 7, 2017) . . . . . . . . . . . . . . . DataFrame/Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.3.1.2 dtype keyword for data IO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.3.1.3 .to_datetime() has gained 394 4 Package overview 395 4.1 Data structures at a glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395 4.1.1 Why more than 1 data structure? . . . . . . . . . .0 码力 | 2045 页 | 9.18 MB | 1 年前3pandas: powerful Python data analysis toolkit - 1.4.2
pandas: powerful Python data analysis toolkit Release 1.4.2 Wes McKinney and the Pandas Development Team Apr 02, 2022 CONTENTS 1 Getting started 3 1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 2.1.2 Viewing data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 2.1.3 Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 2.1.4 Missing data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 2.1.5 Operations0 码力 | 3739 页 | 15.24 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.13.1
pandas: powerful Python data analysis toolkit Release 0.13.1 Wes McKinney & PyData Development Team February 03, 2014 CONTENTS 1 What’s New 3 1.1 v0.13.1 (February 3, 2014) . . . . . . . . . . . . . . . . . 106 3.5 Visualizing Data in Qt applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 4 Package overview 109 4.1 Data structures at a glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 4.2 Mutability and copying of data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 i 4.3 Getting Support0 码力 | 1219 页 | 4.81 MB | 1 年前3升级OpenShift Data Science Self-managed
OpenShift Data Science Self- managed 1.22 升级 OpenShift Data Science Self-managed 了解如何在 OpenShift Container Platform 上升级 Red Hat OpenShift Data Science Last Updated: 2023-07-03 Red Hat OpenShift Data Science Science Self-managed 1.22 升级 OpenShift Data Science Self-managed 了解如何在 OpenShift Container Platform 上升级 Red Hat OpenShift Data Science 法律通告 法律通告 Copyright © 2023 Red Hat, Inc. The text of and illustrations community. All other trademarks are the property of their respective owners. 摘要 摘要 了解 OpenShift Data Science Operator 升级过程。 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 9 页 | 101.96 KB | 1 年前3卸载OpenShift Data Science Self-managed
Red Hat OpenShift Data Science Self- managed 1.27 卸载 OpenShift Data Science Self-managed 使用 OpenShift CLI 从 Red Hat OpenShift Container Platorm 集群中删除 Red Hat OpenShift Data Science Self-managed Last 2023-06-28 Red Hat OpenShift Data Science Self-managed 1.27 卸载 OpenShift Data Science Self-managed 使用 OpenShift CLI 从 Red Hat OpenShift Container Platorm 集群中删除 Red Hat OpenShift Data Science Self-managed 法律通告 respective owners. 摘要 摘要 使用 OpenShift CLI 从 OpenShift Container Platform 集群卸载 Red Hat OpenShift Data Science Self-managed。 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 10 页 | 102.65 KB | 1 年前3
共 548 条
- 1
- 2
- 3
- 4
- 5
- 6
- 55