mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
23-10-21
version 1.0.2 back propagation 설정 가능 => 초기에 한해서 역전파 1회 실행 가능
This commit is contained in:
@@ -115,6 +115,7 @@ best_score = pso_mnist.fit(
|
||||
empirical_balance=False,
|
||||
dispersion=False,
|
||||
batch_size=5000,
|
||||
back_propagation=True,
|
||||
)
|
||||
|
||||
print("Done!")
|
||||
|
||||
Reference in New Issue
Block a user