Skip to content

Commit 18fac81

Browse files
committed
Version 2.0.0
1 parent 9b3df25 commit 18fac81

File tree

72 files changed

+28986
-21460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+28986
-21460
lines changed

chapter_attention-mechanisms/attention-scoring-functions.ipynb

+100-100
Large diffs are not rendered by default.

chapter_attention-mechanisms/bahdanau-attention.ipynb

+132-147
Large diffs are not rendered by default.

chapter_attention-mechanisms/multihead-attention.ipynb

+29-29
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "9f659c57",
5+
"id": "ece2c811",
66
"metadata": {
77
"slideshow": {
88
"slide_type": "-"
@@ -16,13 +16,13 @@
1616
{
1717
"cell_type": "code",
1818
"execution_count": 1,
19-
"id": "cb149bc5",
19+
"id": "23568774",
2020
"metadata": {
2121
"execution": {
22-
"iopub.execute_input": "2022-12-05T07:32:58.896631Z",
23-
"iopub.status.busy": "2022-12-05T07:32:58.896326Z",
24-
"iopub.status.idle": "2022-12-05T07:33:01.063928Z",
25-
"shell.execute_reply": "2022-12-05T07:33:01.063080Z"
22+
"iopub.execute_input": "2022-12-07T16:54:02.679903Z",
23+
"iopub.status.busy": "2022-12-07T16:54:02.679345Z",
24+
"iopub.status.idle": "2022-12-07T16:54:04.937385Z",
25+
"shell.execute_reply": "2022-12-07T16:54:04.936235Z"
2626
},
2727
"origin_pos": 2,
2828
"tab": [
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"cell_type": "markdown",
42-
"id": "d70c29ea",
42+
"id": "3d147470",
4343
"metadata": {
4444
"slideshow": {
4545
"slide_type": "slide"
@@ -52,13 +52,13 @@
5252
{
5353
"cell_type": "code",
5454
"execution_count": 2,
55-
"id": "b2653500",
55+
"id": "59bfd2ef",
5656
"metadata": {
5757
"execution": {
58-
"iopub.execute_input": "2022-12-05T07:33:01.069293Z",
59-
"iopub.status.busy": "2022-12-05T07:33:01.068728Z",
60-
"iopub.status.idle": "2022-12-05T07:33:01.077557Z",
61-
"shell.execute_reply": "2022-12-05T07:33:01.076808Z"
58+
"iopub.execute_input": "2022-12-07T16:54:04.941737Z",
59+
"iopub.status.busy": "2022-12-07T16:54:04.941358Z",
60+
"iopub.status.idle": "2022-12-07T16:54:04.951008Z",
61+
"shell.execute_reply": "2022-12-07T16:54:04.949891Z"
6262
},
6363
"origin_pos": 7,
6464
"tab": [
@@ -96,7 +96,7 @@
9696
},
9797
{
9898
"cell_type": "markdown",
99-
"id": "5b61c81a",
99+
"id": "7e4c986b",
100100
"metadata": {
101101
"slideshow": {
102102
"slide_type": "slide"
@@ -109,13 +109,13 @@
109109
{
110110
"cell_type": "code",
111111
"execution_count": 3,
112-
"id": "970db042",
112+
"id": "b7330027",
113113
"metadata": {
114114
"execution": {
115-
"iopub.execute_input": "2022-12-05T07:33:01.081926Z",
116-
"iopub.status.busy": "2022-12-05T07:33:01.081492Z",
117-
"iopub.status.idle": "2022-12-05T07:33:01.087442Z",
118-
"shell.execute_reply": "2022-12-05T07:33:01.086702Z"
115+
"iopub.execute_input": "2022-12-07T16:54:04.954339Z",
116+
"iopub.status.busy": "2022-12-07T16:54:04.953881Z",
117+
"iopub.status.idle": "2022-12-07T16:54:04.960681Z",
118+
"shell.execute_reply": "2022-12-07T16:54:04.959640Z"
119119
},
120120
"origin_pos": 12,
121121
"tab": [
@@ -142,7 +142,7 @@
142142
},
143143
{
144144
"cell_type": "markdown",
145-
"id": "7f44675c",
145+
"id": "d90eef44",
146146
"metadata": {
147147
"slideshow": {
148148
"slide_type": "slide"
@@ -155,13 +155,13 @@
155155
{
156156
"cell_type": "code",
157157
"execution_count": 4,
158-
"id": "852ca228",
158+
"id": "51deccc4",
159159
"metadata": {
160160
"execution": {
161-
"iopub.execute_input": "2022-12-05T07:33:01.091619Z",
162-
"iopub.status.busy": "2022-12-05T07:33:01.091106Z",
163-
"iopub.status.idle": "2022-12-05T07:33:01.117556Z",
164-
"shell.execute_reply": "2022-12-05T07:33:01.116822Z"
161+
"iopub.execute_input": "2022-12-07T16:54:04.964215Z",
162+
"iopub.status.busy": "2022-12-07T16:54:04.963461Z",
163+
"iopub.status.idle": "2022-12-07T16:54:04.990943Z",
164+
"shell.execute_reply": "2022-12-07T16:54:04.989832Z"
165165
},
166166
"origin_pos": 17,
167167
"tab": [
@@ -198,13 +198,13 @@
198198
{
199199
"cell_type": "code",
200200
"execution_count": 5,
201-
"id": "0b50f77c",
201+
"id": "9658ae9f",
202202
"metadata": {
203203
"execution": {
204-
"iopub.execute_input": "2022-12-05T07:33:01.120863Z",
205-
"iopub.status.busy": "2022-12-05T07:33:01.120409Z",
206-
"iopub.status.idle": "2022-12-05T07:33:01.130544Z",
207-
"shell.execute_reply": "2022-12-05T07:33:01.129812Z"
204+
"iopub.execute_input": "2022-12-07T16:54:04.994206Z",
205+
"iopub.status.busy": "2022-12-07T16:54:04.993742Z",
206+
"iopub.status.idle": "2022-12-07T16:54:05.006054Z",
207+
"shell.execute_reply": "2022-12-07T16:54:05.004979Z"
208208
},
209209
"origin_pos": 20,
210210
"tab": [

0 commit comments

Comments
 (0)