Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagrapandey31111 authored Feb 22, 2024
1 parent e3d04c2 commit d8865b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def sigDeriv(x):
outputBias = np.zeros((1, 1), dtype = float)

epochs = 50000
lRate = 1
lRate = 0.1


for _ in range(epochs):
Expand Down

0 comments on commit d8865b8

Please sign in to comment.