mirror of
https://github.com/guezoloic/neural-network.git
synced 2026-01-25 03:34:21 +00:00
feat: add test backward neuron
This commit is contained in:
2
main.py
2
main.py
@@ -32,7 +32,7 @@ def main():
|
||||
network = NeuralNetwork([8, 16, 1])
|
||||
|
||||
print("Start training...")
|
||||
train_network(network, verbose=True, size_data=size, epochs=5_000)
|
||||
train_network(network, verbose=True, size_data=size, epochs=5_000, max_val=max_val)
|
||||
print("End training...")
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user