Skip to content

Commit 84ae001

Browse files
author
dilson
committed
Fixed typo error in perceptron.py
1 parent 74a6501 commit 84ae001

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.vs/Python/v15/.suo

16.5 KB
Binary file not shown.

.vs/slnx.sqlite

172 KB
Binary file not shown.

neural_network/perceptron.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def sign(self, u):
115115

116116
network = Perceptron(sample=samples, exit = exit, learn_rate=0.01, epoch_number=1000, bias=-1)
117117

118-
network.trannig()
118+
network.training()
119119

120120
while True:
121121
sample = []

0 commit comments

Comments
 (0)