Skip to content

Commit 1409f99

Browse files
authored
Update NeuralNetwork.py
1 parent f8d02fd commit 1409f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NeuralNetwok/NeuralNetwork.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from matplotlib.font_manager import FontProperties
77
font = FontProperties(fname=r"c:\windows\fonts\simsun.ttc", size=14) # 解决windows环境下画图汉字乱码问题
88

9+
#test
910
from sklearn import datasets
1011
from sklearn.preprocessing import StandardScaler
1112
import time
@@ -263,4 +264,4 @@ def predict(Theta1,Theta2,X):
263264

264265
if __name__ == "__main__":
265266
checkGradient()
266-
neuralNetwork(400, 25, 10)
267+
neuralNetwork(400, 25, 10)

0 commit comments

Comments
 (0)