Commit 1b29c7d9 authored by Nathaniel Callens's avatar Nathaniel Callens
Browse files

update

parents 5e6580b6 11af363d
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -103,7 +103,12 @@
    "    diff[-1,:] = np.zeros(col)       # keep the first row from the image\n",
    "    diff[-1,:] = np.zeros(col)       # keep the first row from the image\n",
    "    diff[:,-1] = np.zeros(row)\n",
    "    diff[:,-1] = np.zeros(row)\n",
    "    A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
    "    A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
<<<<<<< HEAD
    "    '''\n",
    "    z0 = image[0:-2,0:-2]\n",
=======
    "    '''z0 = image[0:-2,0:-2]\n",
    "    '''z0 = image[0:-2,0:-2]\n",
>>>>>>> 33741419ea105dcee4ccf23ef34dcfabd7c1c968
    "    z1 = image[0:-2,1:-1]\n",
    "    z1 = image[0:-2,1:-1]\n",
    "    z2 = image[0:-2,2::]\n",
    "    z2 = image[0:-2,2::]\n",
    "    z3 = image[1:-1,0:-2]\n",
    "    z3 = image[1:-1,0:-2]\n",

prediction_MSE.ipynb

deleted100644 → 0
+0 −371

File deleted.

Preview size limit exceeded, changes collapsed.