Created using Colaboratory
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"authorship_tag": "ABX9TyPFqKOqd6BjlymOawCRkmfn",
|
"authorship_tag": "ABX9TyPD+qTkgmZCe+VessXM/kIU",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
"def shallow_2_2_3(x1,x2, activation_fn, phi_10,phi_11,phi_12,phi_13, phi_20,phi_21,phi_22,phi_23, theta_10, theta_11,\\\n",
|
"def shallow_2_2_3(x1,x2, activation_fn, phi_10,phi_11,phi_12,phi_13, phi_20,phi_21,phi_22,phi_23, theta_10, theta_11,\\\n",
|
||||||
" theta_12, theta_20, theta_21, theta_22, theta_30, theta_31, theta_32):\n",
|
" theta_12, theta_20, theta_21, theta_22, theta_30, theta_31, theta_32):\n",
|
||||||
"\n",
|
"\n",
|
||||||
" # TODO -- write this function -- replace the dummy code blow\n",
|
" # TODO -- write this function -- replace the dummy code below\n",
|
||||||
" pre_1 = np.zeros_like(x1)\n",
|
" pre_1 = np.zeros_like(x1)\n",
|
||||||
" pre_2 = np.zeros_like(x1)\n",
|
" pre_2 = np.zeros_like(x1)\n",
|
||||||
" pre_3 = np.zeros_like(x1)\n",
|
" pre_3 = np.zeros_like(x1)\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user