pyerualjetwork 5.40a0__py3-none-any.whl → 5.40a1__py3-none-any.whl
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.
- pyerualjetwork/__init__.py +3 -2
- {pyerualjetwork-5.40a0.dist-info → pyerualjetwork-5.40a1.dist-info}/METADATA +1 -1
- {pyerualjetwork-5.40a0.dist-info → pyerualjetwork-5.40a1.dist-info}/RECORD +5 -5
- {pyerualjetwork-5.40a0.dist-info → pyerualjetwork-5.40a1.dist-info}/WHEEL +0 -0
- {pyerualjetwork-5.40a0.dist-info → pyerualjetwork-5.40a1.dist-info}/top_level.txt +0 -0
pyerualjetwork/__init__.py
CHANGED
@@ -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.
|
45
|
+
__version__ = "5.40a1"
|
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
|
@@ -57,7 +57,7 @@ def print_update_notes(update):
|
|
57
57
|
print_version(__version__)
|
58
58
|
print_update_notes(__update__)
|
59
59
|
|
60
|
-
required_modules = ["scipy
|
60
|
+
required_modules = ["scipy", "tqdm", "pandas", "networkx", "seaborn", "numpy", "matplotlib", "colorama", "cupy-cuda12x", "psutil"]
|
61
61
|
|
62
62
|
missing_modules = []
|
63
63
|
for module in required_modules:
|
@@ -71,6 +71,7 @@ if missing_modules:
|
|
71
71
|
f"Missing modules detected: {', '.join(missing_modules)}\n"
|
72
72
|
"Please run the following command to install the missing packages:\n\n"
|
73
73
|
f" pip install {' '.join(missing_modules)}\n\n"
|
74
|
+
"NOTE: needed numpy version --> numpy==1.26.4"
|
74
75
|
"For more information, visit the PyerualJetwork GitHub README.md file:\n"
|
75
76
|
"https://github.com/HCB06/PyerualJetwork/blob/main/README.md"
|
76
77
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.40a1
|
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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pyerualjetwork/__init__.py,sha256=
|
1
|
+
pyerualjetwork/__init__.py,sha256=tVTt9IT7V4T-fUySfuFItGMdv5iadsQxq0vjCH4CG4g,2785
|
2
2
|
pyerualjetwork/ene.py,sha256=8g2XEPRm3NLqSaN7xihIj1xXdIjSrl8Q69zqWTIXPI4,42142
|
3
3
|
pyerualjetwork/fitness_functions.py,sha256=D9JVCr9DFid_xXgBD4uCKxdW2k10MVDE5HZRSOK4Igg,1237
|
4
4
|
pyerualjetwork/help.py,sha256=sn9jBzXkQsTZvdgsUXUpSs_BbYYIgY3whofg6dj8peI,848
|
@@ -21,7 +21,7 @@ pyerualjetwork/cuda/data_ops.py,sha256=k7NX-ckZ6-NwvioigACUHrekG7L5lO4bzTtQbBwH1
|
|
21
21
|
pyerualjetwork/cuda/loss_functions.py,sha256=C93IZJcrOpT6HMK9x1O4AHJWXYTkN5WZiqdssPbvAPk,617
|
22
22
|
pyerualjetwork/cuda/metrics.py,sha256=PjDBoRvr6va8vRvDIJJGBO4-I4uumrk3NCM1Vz4NJTo,5054
|
23
23
|
pyerualjetwork/cuda/visualizations.py,sha256=2mHE7iqqsN3K6xtCnemS4o_YWGS0bIV2IxF4cG6Ur9k,20090
|
24
|
-
pyerualjetwork-5.
|
25
|
-
pyerualjetwork-5.
|
26
|
-
pyerualjetwork-5.
|
27
|
-
pyerualjetwork-5.
|
24
|
+
pyerualjetwork-5.40a1.dist-info/METADATA,sha256=xaGWDysScXKoUhAO1jUCGaRCWkA4lOqRBgUqrg6d0KU,7990
|
25
|
+
pyerualjetwork-5.40a1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
26
|
+
pyerualjetwork-5.40a1.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
27
|
+
pyerualjetwork-5.40a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|