Skip to content

Commit

Permalink
Merge pull request #94 from SCP-173-cool/master
Browse files Browse the repository at this point in the history
fix the blank of 'Neural Network'
  • Loading branch information
zackchase authored Aug 8, 2017
2 parents 0536450 + f998d44 commit bd93df8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions P02-C01-linear-regression-scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@
},
"outputs": [],
"source": [
"j"
"def net(X):\n",
" return mx.nd.dot(X, w) + b"
]
},
{
Expand Down Expand Up @@ -494,7 +495,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.3"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bd93df8

Please sign in to comment.