pyerualjetwork 5.0.2b0__tar.gz → 5.0.2b1__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 (30) hide show
  1. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/PKG-INFO +1 -1
  2. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/__init__.py +1 -1
  3. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/issue_solver.py +2 -2
  4. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork.egg-info/PKG-INFO +1 -1
  5. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/setup.py +1 -1
  6. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/README.md +0 -0
  7. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/activation_functions_cpu.py +0 -0
  8. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/activation_functions_cuda.py +0 -0
  9. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/data_operations_cpu.py +0 -0
  10. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/data_operations_cuda.py +0 -0
  11. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/ene_cpu.py +0 -0
  12. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/ene_cuda.py +0 -0
  13. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/fitness_functions.py +0 -0
  14. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/help.py +0 -0
  15. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/loss_functions_cpu.py +0 -0
  16. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/loss_functions_cuda.py +0 -0
  17. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/memory_operations.py +0 -0
  18. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/metrics_cpu.py +0 -0
  19. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/metrics_cuda.py +0 -0
  20. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/model_operations_cpu.py +0 -0
  21. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/model_operations_cuda.py +0 -0
  22. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/neu_cpu.py +0 -0
  23. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/neu_cuda.py +0 -0
  24. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/ui.py +0 -0
  25. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/visualizations_cpu.py +0 -0
  26. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork/visualizations_cuda.py +0 -0
  27. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
  28. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
  29. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/pyerualjetwork.egg-info/top_level.txt +0 -0
  30. {pyerualjetwork-5.0.2b0 → pyerualjetwork-5.0.2b1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 5.0.2b0
3
+ Version: 5.0.2b1
4
4
  Summary: PyereualJetwork is a GPU-accelerated 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
@@ -38,7 +38,7 @@ PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welco
38
38
  - Contact: tchasancan@gmail.com
39
39
  """
40
40
 
41
- __version__ = "5.0.2b0"
41
+ __version__ = "5.0.2b1"
42
42
  __update__ = """* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES
43
43
  * PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main
44
44
  * PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf
@@ -69,8 +69,8 @@ def update_model_to_v5(model_name, model_path, is_cuda):
69
69
  weights_type = model[get_weights_type()]
70
70
  weights_format = model[get_weights_format()]
71
71
 
72
- from .__init__ import __verison__
73
- device_version = __verison__
72
+ from .__init__ import __version__
73
+ device_version = __version__
74
74
 
75
75
  save_model("updated_" + model_name, weights, model_type, scaler_params, test_acc, model_path, activations, weights_type, weights_format)
76
76
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 5.0.2b0
3
+ Version: 5.0.2b1
4
4
  Summary: PyereualJetwork is a GPU-accelerated 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.0.2b0",
9
+ version="5.0.2b1",
10
10
  author="Hasan Can Beydili",
11
11
  author_email="tchasancan@gmail.com",
12
12
  description=(