Skip to content

Commit bfe8601

Browse files
committed
update uis
1 parent 6c12502 commit bfe8601

File tree

3 files changed

+63
-72
lines changed

3 files changed

+63
-72
lines changed

Linear_Classifier_Polynomial_Basis.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 26,
24+
"execution_count": 6,
2525
"metadata": {
2626
"id": "MzXO6CCo8fBB"
2727
},
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 27,
50+
"execution_count": 7,
5151
"metadata": {
5252
"id": "lPXeCVINQAnE"
5353
},
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"cell_type": "code",
121-
"execution_count": 28,
121+
"execution_count": 8,
122122
"metadata": {
123123
"id": "oERpoUU-QVWn"
124124
},
@@ -165,7 +165,7 @@
165165
},
166166
{
167167
"cell_type": "code",
168-
"execution_count": 50,
168+
"execution_count": 9,
169169
"metadata": {
170170
"id": "unR8P_Ij94t3"
171171
},
@@ -240,7 +240,7 @@
240240
"we = widgets.IntSlider(value=90,min=0,max=90,step=1,description=\"Elev.\",continuous_update=False)\n",
241241
"\n",
242242
"out = interactive_output(plot_model, {\"dataset\":wd,\"N\":wn,\"degree\":wdeg,\"log_lambda\":wlambda,\"learn\":wl,\"azim\":wa,\"elev\":we});\n",
243-
"out.layout.height = '400px'\n",
243+
"#out.layout.height = '400px'\n",
244244
"box1=widgets.HBox([wd,wn,wl])\n",
245245
"box2=widgets.HBox([wdeg,wlambda])\n",
246246
"box3=widgets.HBox([wa,we])\n",
@@ -259,7 +259,7 @@
259259
},
260260
{
261261
"cell_type": "code",
262-
"execution_count": 51,
262+
"execution_count": 10,
263263
"metadata": {
264264
"colab": {
265265
"base_uri": "https://localhost:8080/",
@@ -297,12 +297,12 @@
297297
{
298298
"data": {
299299
"application/vnd.jupyter.widget-view+json": {
300-
"model_id": "d8ad877fbd4844aba1ec369c065d6472",
300+
"model_id": "32a6df0e638642b2834c8218caa434c6",
301301
"version_major": 2,
302302
"version_minor": 0
303303
},
304304
"text/plain": [
305-
"Output(layout=Layout(height='400px'), outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure"
305+
"VBox(children=(HBox(children=(Dropdown(description='Dataset', options=('Dataset 1', 'Dataset 2', 'Dataset 3', "
306306
]
307307
},
308308
"metadata": {},
@@ -311,12 +311,12 @@
311311
{
312312
"data": {
313313
"application/vnd.jupyter.widget-view+json": {
314-
"model_id": "6e962ee3e7ad4190bba727d7e77b2682",
314+
"model_id": "b9824d6078ec49afacdbf00e2cbe5830",
315315
"version_major": 2,
316316
"version_minor": 0
317317
},
318318
"text/plain": [
319-
"VBox(children=(HBox(children=(Dropdown(description='Dataset', options=('Dataset 1', 'Dataset 2', 'Dataset 3', …"
319+
"Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 1600x600 with 2 Axes>', '"
320320
]
321321
},
322322
"metadata": {},
@@ -364,7 +364,7 @@
364364
"name": "python",
365365
"nbconvert_exporter": "python",
366366
"pygments_lexer": "ipython3",
367-
"version": "3.9.7"
367+
"version": "3.11.5"
368368
},
369369
"widgets": {
370370
"application/vnd.jupyter.widget-state+json": {

Neural_Networks.ipynb

Lines changed: 29 additions & 32 deletions
Large diffs are not rendered by default.

Subgradient_Descent.ipynb

Lines changed: 23 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)