pyerualjetwork 4.3.8.dev7__tar.gz → 4.3.8.dev8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/PKG-INFO +1 -1
  2. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/__init__.py +1 -1
  3. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork.egg-info/PKG-INFO +1 -1
  4. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/__init__.py +1 -1
  5. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/planeat_cuda.py +57 -38
  6. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/setup.py +1 -1
  7. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/README.md +0 -0
  8. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/activation_functions.py +0 -0
  9. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/activation_functions_cuda.py +0 -0
  10. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/data_operations.py +0 -0
  11. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/data_operations_cuda.py +0 -0
  12. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/help.py +0 -0
  13. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/loss_functions.py +0 -0
  14. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/loss_functions_cuda.py +0 -0
  15. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/memory_operations.py +0 -0
  16. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/metrics.py +0 -0
  17. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/metrics_cuda.py +0 -0
  18. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/model_operations.py +0 -0
  19. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/model_operations_cuda.py +0 -0
  20. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/plan.py +0 -0
  21. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/plan_cuda.py +0 -0
  22. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/planeat.py +0 -0
  23. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/planeat_cuda.py +0 -0
  24. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/ui.py +0 -0
  25. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/visualizations.py +0 -0
  26. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork/visualizations_cuda.py +0 -0
  27. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
  28. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
  29. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork.egg-info/top_level.txt +0 -0
  30. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/activation_functions.py +0 -0
  31. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/activation_functions_cuda.py +0 -0
  32. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/data_operations.py +0 -0
  33. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/data_operations_cuda.py +0 -0
  34. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/help.py +0 -0
  35. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/loss_functions.py +0 -0
  36. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/loss_functions_cuda.py +0 -0
  37. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/memory_operations.py +0 -0
  38. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/metrics.py +0 -0
  39. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/metrics_cuda.py +0 -0
  40. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/model_operations.py +0 -0
  41. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/model_operations_cuda.py +0 -0
  42. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/plan.py +0 -0
  43. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/plan_cuda.py +0 -0
  44. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/planeat.py +0 -0
  45. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/ui.py +0 -0
  46. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/visualizations.py +0 -0
  47. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/pyerualjetwork_afterburner/visualizations_cuda.py +0 -0
  48. {pyerualjetwork-4.3.8.dev7 → pyerualjetwork-4.3.8.dev8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 4.3.8.dev7
3
+ Version: 4.3.8.dev8
4
4
  Summary: PyerualJetwork is a machine learning library supported with GPU(CUDA) acceleration written in Python for professionals and researchers including with PLAN algorithm, PLANEAT algorithm (genetic optimization). Also includes data pre-process and memory manegament
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -1,4 +1,4 @@
1
- __version__ = "4.3.8dev7"
1
+ __version__ = "4.3.8dev8"
2
2
  __update__ = "* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES\n* PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main\n* PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf\n* YouTube tutorials: https://www.youtube.com/@HasanCanBeydili"
3
3
 
4
4
  def print_version(__version__):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 4.3.8.dev7
3
+ Version: 4.3.8.dev8
4
4
  Summary: PyerualJetwork is a machine learning library supported with GPU(CUDA) acceleration written in Python for professionals and researchers including with PLAN algorithm, PLANEAT algorithm (genetic optimization). Also includes data pre-process and memory manegament
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -1,4 +1,4 @@
1
- __version__ = "4.3.8dev7-afterburner"
1
+ __version__ = "4.3.8dev8-afterburner"
2
2
  __update__ = "* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES\n* PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main\n* PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf\n* YouTube tutorials: https://www.youtube.com/@HasanCanBeydili"
3
3
 
4
4
  def print_version(__version__):
@@ -322,7 +322,14 @@ def evolver(weights,
322
322
  weight_mutate_threshold=weight_mutate_threshold,
323
323
  activation_mutate_threshold=activation_mutate_threshold)
324
324
 
325
- pool.map(process_func, range(len(bad_weights)))
325
+ with mp.Pool() as pool:
326
+ results = pool.map(process_func, range(len(bad_weights)))
327
+
328
+ for i, new_child_W, new_child_act, new_mutated_W, new_mutated_act in results:
329
+ child_W[i] = new_child_W
330
+ child_act[i] = new_child_act
331
+ mutated_W[i] = new_mutated_W
332
+ mutated_act[i] = new_mutated_act
326
333
 
327
334
  child_W[0] = best_weight
328
335
  child_act[0] = best_activations
@@ -367,39 +374,47 @@ def evolver(weights,
367
374
  return weights, activation_potentiations
368
375
 
369
376
 
370
- def process_single(i, policy, best_weight, best_activations, good_weights, good_activations,
371
- bad_weights, bad_activations, best_fitness, normalized_fitness, child_W, child_act,
372
- mutated_W, mutated_act, cross_over_mode,
373
- activation_selection_add_prob, activation_selection_change_prob,
374
- activation_selection_threshold, bad_genomes_selection_prob, fitness_bias,
375
- epsilon, bad_genomes_mutation_prob, activation_mutate_prob,
376
- activation_mutate_add_prob, activation_mutate_delete_prob,
377
- activation_mutate_change_prob, weight_mutate_prob, weight_mutate_threshold,
378
- activation_mutate_threshold):
377
+ def process_single(i, policy, best_weight, best_activations,
378
+ good_weights, good_activations,
379
+ bad_weights, bad_activations,
380
+ best_fitness, normalized_fitness,
381
+ cross_over_mode,
382
+ activation_selection_add_prob, activation_selection_change_prob,
383
+ activation_selection_threshold,
384
+ bad_genomes_selection_prob, fitness_bias,
385
+ epsilon, bad_genomes_mutation_prob,
386
+ activation_mutate_prob, activation_mutate_add_prob,
387
+ activation_mutate_delete_prob, activation_mutate_change_prob,
388
+ weight_mutate_prob, weight_mutate_threshold,
389
+ activation_mutate_threshold):
390
+
379
391
  if policy == 'aggressive':
380
392
  first_parent_W = best_weight
381
393
  first_parent_act = best_activations
382
394
  elif policy == 'explorer':
383
395
  first_parent_W = good_weights[i]
384
396
  first_parent_act = good_activations[i]
385
- else:
397
+ else:
386
398
  raise ValueError("policy parameter must be: 'aggressive' or 'explorer'")
387
399
 
388
- second_parent_W, second_parent_act, s_i = second_parent_selection(good_weights, bad_weights, good_activations, bad_activations, bad_genomes_selection_prob)
389
- child_W[i], child_act[i] = cross_over(first_parent_W,
390
- second_parent_W,
391
- first_parent_act,
392
- second_parent_act,
393
- cross_over_mode=cross_over_mode,
394
- activation_selection_add_prob=activation_selection_add_prob,
395
- activation_selection_change_prob=activation_selection_change_prob,
396
- activation_selection_threshold=activation_selection_threshold,
397
- bad_genomes_selection_prob=bad_genomes_selection_prob,
398
- first_parent_fitness=best_fitness,
399
- fitness_bias=fitness_bias,
400
- second_parent_fitness=normalized_fitness[s_i],
401
- epsilon=epsilon
402
- )
400
+ second_parent_W, second_parent_act, s_i = second_parent_selection(
401
+ good_weights, bad_weights, good_activations, bad_activations, bad_genomes_selection_prob)
402
+
403
+ new_child_W, new_child_act = cross_over(
404
+ first_parent_W,
405
+ second_parent_W,
406
+ first_parent_act,
407
+ second_parent_act,
408
+ cross_over_mode=cross_over_mode,
409
+ activation_selection_add_prob=activation_selection_add_prob,
410
+ activation_selection_change_prob=activation_selection_change_prob,
411
+ activation_selection_threshold=activation_selection_threshold,
412
+ bad_genomes_selection_prob=bad_genomes_selection_prob,
413
+ first_parent_fitness=best_fitness,
414
+ fitness_bias=fitness_bias,
415
+ second_parent_fitness=normalized_fitness[s_i],
416
+ epsilon=epsilon
417
+ )
403
418
 
404
419
  mutation_prob = random.uniform(0, 1)
405
420
  if mutation_prob > bad_genomes_mutation_prob:
@@ -411,18 +426,22 @@ def process_single(i, policy, best_weight, best_activations, good_weights, good_
411
426
  genome_act = bad_activations[i]
412
427
  fitness_index = i
413
428
 
414
- mutated_W[i], mutated_act[i] = mutation(genome_W,
415
- genome_act,
416
- activation_mutate_prob=activation_mutate_prob,
417
- activation_add_prob=activation_mutate_add_prob,
418
- activation_delete_prob=activation_mutate_delete_prob,
419
- activation_change_prob=activation_mutate_change_prob,
420
- weight_mutate_prob=weight_mutate_prob,
421
- weight_mutate_threshold=weight_mutate_threshold,
422
- genome_fitness=normalized_fitness[fitness_index],
423
- activation_mutate_threshold=activation_mutate_threshold,
424
- epsilon=epsilon
425
- )
429
+ new_mutated_W, new_mutated_act = mutation(
430
+ genome_W,
431
+ genome_act,
432
+ activation_mutate_prob=activation_mutate_prob,
433
+ activation_add_prob=activation_mutate_add_prob,
434
+ activation_delete_prob=activation_mutate_delete_prob,
435
+ activation_change_prob=activation_mutate_change_prob,
436
+ weight_mutate_prob=weight_mutate_prob,
437
+ weight_mutate_threshold=weight_mutate_threshold,
438
+ genome_fitness=normalized_fitness[fitness_index],
439
+ activation_mutate_threshold=activation_mutate_threshold,
440
+ epsilon=epsilon
441
+ )
442
+
443
+ return (i, new_child_W, new_child_act, new_mutated_W, new_mutated_act)
444
+
426
445
 
427
446
  def evaluate(x_population, weights, activation_potentiations):
428
447
  """
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
  # Setting Up
7
7
  setup(
8
8
  name="pyerualjetwork",
9
- version="4.3.8dev7",
9
+ version="4.3.8dev8",
10
10
  author="Hasan Can Beydili",
11
11
  author_email="tchasancan@gmail.com",
12
12
  description=(