\n",
177 | " Please click here if you want to experiment with any of the non-graded code.
\n",
178 | " Important Note: Please only do this when you've already passed the assignment to avoid problems with the autograder.\n",
179 | "
\n",
180 | " - On the notebook’s menu, click “View” > “Cell Toolbar” > “Edit Metadata”
\n",
181 | " - Hit the “Edit Metadata” button next to the code cell which you want to lock/unlock
\n",
182 | " - Set the attribute value for “editable” to:\n",
183 | "
\n",
184 | " - “true” if you want to unlock it
\n",
185 | " - “false” if you want to lock it
\n",
186 | "
\n",
187 | " \n",
188 | " - On the notebook’s menu, click “View” > “Cell Toolbar” > “None”
\n",
189 | "
\n",
190 | " Here's a short demo of how to do the steps above: \n",
191 | "
\n",
192 | "
\n",
193 | "
"
194 | ]
195 | }
196 | ],
197 | "metadata": {
198 | "kernelspec": {
199 | "display_name": "Python 3",
200 | "language": "python",
201 | "name": "python3"
202 | },
203 | "language_info": {
204 | "codemirror_mode": {
205 | "name": "ipython",
206 | "version": 3
207 | },
208 | "file_extension": ".py",
209 | "mimetype": "text/x-python",
210 | "name": "python",
211 | "nbconvert_exporter": "python",
212 | "pygments_lexer": "ipython3",
213 | "version": "3.8.8"
214 | }
215 | },
216 | "nbformat": 4,
217 | "nbformat_minor": 4
218 | }
219 |
--------------------------------------------------------------------------------
/3. Natural Language Processing in TensorFlow/3. Sequence models/C3_W3_Lab_6_sarcasm_with_1D_convolutional.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [
3 | {
4 | "cell_type": "markdown",
5 | "metadata": {
6 | "id": "H0cmyldIoFGK"
7 | },
8 | "source": [
9 | "