Skip to content

Commit a78fba8

Browse files
authored
Add files via upload
1 parent 1730b4c commit a78fba8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Interactive_NeuralNetwork_SingleLayer.ipynb

+14-14
Original file line numberDiff line numberDiff line change
@@ -795,13 +795,13 @@
795795
},
796796
{
797797
"cell_type": "code",
798-
"execution_count": 20,
798+
"execution_count": 25,
799799
"metadata": {},
800800
"outputs": [],
801801
"source": [
802802
"# create title\n",
803803
"\n",
804-
"l = widgets.Text(value=' Activation Function Demo, John Eric McCarthy II, Undergraduate Student, The University of Texas at Austin',\n",
804+
"l = widgets.Text(value=' Artificial Neural Networks Activation Function Demo, John Eric McCarthy II and Michael Pyrcz, The University of Texas at Austin',\n",
805805
" layout=Layout(width='950px', height='30px'))\n",
806806
"\n",
807807
"# create slider for each activation function\n",
@@ -923,18 +923,18 @@
923923
},
924924
{
925925
"cell_type": "code",
926-
"execution_count": 22,
926+
"execution_count": 26,
927927
"metadata": {},
928928
"outputs": [
929929
{
930930
"data": {
931931
"application/vnd.jupyter.widget-view+json": {
932-
"model_id": "0611aa9a79f74dcd83e5b97e43d4fd4e",
932+
"model_id": "f0f6ac0996a649f981a30bbda3de5222",
933933
"version_major": 2,
934934
"version_minor": 0
935935
},
936936
"text/plain": [
937-
"VBox(children=(Text(value=' Activation Function Demo, John Eric McC"
937+
"VBox(children=(Text(value=' Artificial Neural Networks Activation Function Demo…"
938938
]
939939
},
940940
"metadata": {},
@@ -970,13 +970,13 @@
970970
},
971971
{
972972
"cell_type": "code",
973-
"execution_count": 23,
973+
"execution_count": 31,
974974
"metadata": {},
975975
"outputs": [],
976976
"source": [
977977
"# create title\n",
978978
"\n",
979-
"l = widgets.Text(value=' Interactive ANN Demo, John Eric McCarthy II, Undergraduate Student, The University of Texas at Austin',\n",
979+
"l = widgets.Text(value=' Simple Artificial Neural Network Demo, John Eric McCarthy II and Michael Pyrcz, The University of Texas at Austin',\n",
980980
" layout=Layout(width='950px', height='30px'))\n",
981981
"\n",
982982
"# create dropdown menu\n",
@@ -1092,18 +1092,18 @@
10921092
},
10931093
{
10941094
"cell_type": "code",
1095-
"execution_count": 25,
1095+
"execution_count": 32,
10961096
"metadata": {},
10971097
"outputs": [
10981098
{
10991099
"data": {
11001100
"application/vnd.jupyter.widget-view+json": {
1101-
"model_id": "a8b038ffd42546d29570979edf0b7a9a",
1101+
"model_id": "66fe1457dd9648d29bad99c00d8fee0d",
11021102
"version_major": 2,
11031103
"version_minor": 0
11041104
},
11051105
"text/plain": [
1106-
"Text(value=' Interactive ANN Demo, John Eric McCarthy II, Undergrad"
1106+
"Text(value=' Simple Artificial Neural Network Demo, John Eric McCarthy II a"
11071107
]
11081108
},
11091109
"metadata": {},
@@ -1112,12 +1112,12 @@
11121112
{
11131113
"data": {
11141114
"application/vnd.jupyter.widget-view+json": {
1115-
"model_id": "d183668e1f2e4f73b9282090aaa3f0f6",
1115+
"model_id": "25fe8dda90594704b8d192c5c4f2f7d5",
11161116
"version_major": 2,
11171117
"version_minor": 0
11181118
},
11191119
"text/plain": [
1120-
"HBox(children=(HBox(children=(Dropdown(description='Act. Funtion:', index=1, layout=Layout(height='30px', widt…"
1120+
"HBox(children=(HBox(children=(Dropdown(description='Act. Funtion:', index=2, layout=Layout(height='30px', widt…"
11211121
]
11221122
},
11231123
"metadata": {},
@@ -1126,12 +1126,12 @@
11261126
{
11271127
"data": {
11281128
"application/vnd.jupyter.widget-view+json": {
1129-
"model_id": "d2f85264c94e4da39221b9273870e6df",
1129+
"model_id": "d1ba988f064f4c528a10672acf56fbee",
11301130
"version_major": 2,
11311131
"version_minor": 0
11321132
},
11331133
"text/plain": [
1134-
"HBox(children=(Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 1080x360 w"
1134+
"HBox(children=(Output(), Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size …"
11351135
]
11361136
},
11371137
"metadata": {},

0 commit comments

Comments
 (0)