Learning Neural Network with FFT feature reduction

This commit is contained in:
Si11ium
2019-03-04 14:18:41 +01:00
parent f1a8d8184b
commit b7f5747f50
4 changed files with 93 additions and 33 deletions

View File

@ -23,6 +23,7 @@ if __name__ == '__main__':
net.self_attack(100)
print(net.get_weights())
print(net.is_fixpoint())
if True:
net.set_weights(vary(0.01, 0.0))
print(net.get_weights())