Skip to content

Commit

Permalink
Update 06-neural-networks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Sep 28, 2023
1 parent 112fd78 commit 06f3c53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _episodes/06-neural-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ test_digit_prediciton = mlp.predict(test_digit)[0]
print("Predicted value",test_digit_prediciton)
print("Actual value",y_test.iloc[index])
~~~
{: .langugage-python}
{: .language-python}


This should be the same value which is being predicted.

Expand Down

0 comments on commit 06f3c53

Please sign in to comment.