pyerualjetwork 5.57a4__tar.gz → 5.57a6__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 (31) hide show
  1. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/PKG-INFO +1 -1
  2. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/__init__.py +1 -1
  3. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/nn.py +5 -5
  4. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork.egg-info/PKG-INFO +1 -1
  5. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/setup.py +1 -1
  6. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/README.md +0 -0
  7. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/__init__.py +0 -0
  8. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/activation_functions.py +0 -0
  9. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/data_ops.py +0 -0
  10. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/loss_functions.py +0 -0
  11. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/metrics.py +0 -0
  12. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cpu/visualizations.py +0 -0
  13. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/__init__.py +0 -0
  14. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/activation_functions.py +0 -0
  15. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/data_ops.py +0 -0
  16. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/loss_functions.py +0 -0
  17. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/metrics.py +0 -0
  18. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/cuda/visualizations.py +0 -0
  19. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/ene.py +0 -0
  20. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/fitness_functions.py +0 -0
  21. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/help.py +0 -0
  22. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/issue_solver.py +0 -0
  23. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/memory_ops.py +0 -0
  24. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/model_ops.py +0 -0
  25. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/old_cpu_model_ops.py +0 -0
  26. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/old_cuda_model_ops.py +0 -0
  27. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork/ui.py +0 -0
  28. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
  29. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
  30. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/pyerualjetwork.egg-info/top_level.txt +0 -0
  31. {pyerualjetwork-5.57a4 → pyerualjetwork-5.57a6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 5.57a4
3
+ Version: 5.57a6
4
4
  Summary: PyereualJetwork is a GPU-accelerated + Parallel Threading Supported machine learning library in Python for professionals and researchers. It features PLAN, MLP, Deep Learning training, and ENE (Eugenic NeuroEvolution) for genetic optimization, applicable to genetic algorithms or Reinforcement Learning (RL). The library includes data pre-processing, visualizations, model saving/loading, prediction, evaluation, training, and detailed or simplified memory management.
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -42,7 +42,7 @@ PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welco
42
42
  - Contact: tchasancan@gmail.com
43
43
  """
44
44
 
45
- __version__ = "5.57a4"
45
+ __version__ = "5.57a6"
46
46
  __update__ = """* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES
47
47
  * PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main
48
48
  * PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf
@@ -369,20 +369,20 @@ def learn(x_train, y_train, optimizer, gen, pop_size, fit_start=True, batch_size
369
369
 
370
370
  with Pool(processes=thread_count) as pool:
371
371
 
372
- batches = batcher(x_train, y_train, batch_size)
372
+ x_train_batch, y_train_batch = batcher(x_train, y_train, batch_size)
373
373
 
374
374
  eval_params = [
375
375
  (
376
- x_b, y_b, None, model_type, weight_pop[j], act_pop[j],
376
+ x_train_batch, y_train_batch, None, model_type, weight_pop[j], act_pop[j],
377
377
  activation_potentiations[j], auto_normalization, None, cuda
378
378
  )
379
- for j, (x_b, y_b) in enumerate(batches)
379
+ for j in (pop_size)
380
380
  ]
381
381
 
382
382
  if (model_type == 'PLAN' and weight_evolve is False) or (model_type == 'PLAN' and fit_start is True and i == 0):
383
383
  fit_params = [
384
- (x_b, y_b, act_pop[j], weight_pop[j], auto_normalization, cuda, dtype)
385
- for j, (x_b, y_b) in enumerate(batches)
384
+ (x_train_batch, y_train_batch, act_pop[j], weight_pop[j], auto_normalization, cuda, dtype)
385
+ for j in (pop_size)
386
386
  ]
387
387
 
388
388
  if start_this_act is not None and i == 0:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 5.57a4
3
+ Version: 5.57a6
4
4
  Summary: PyereualJetwork is a GPU-accelerated + Parallel Threading Supported machine learning library in Python for professionals and researchers. It features PLAN, MLP, Deep Learning training, and ENE (Eugenic NeuroEvolution) for genetic optimization, applicable to genetic algorithms or Reinforcement Learning (RL). The library includes data pre-processing, visualizations, model saving/loading, prediction, evaluation, training, and detailed or simplified memory management.
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -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="5.57a4",
9
+ version="5.57a6",
10
10
  author="Hasan Can Beydili",
11
11
  author_email="tchasancan@gmail.com",
12
12
  description=(