pyerualjetwork 5.30__py3-none-any.whl → 5.31a0__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 +1 -1
- pyerualjetwork/cpu/model_ops.py +1 -0
- pyerualjetwork/cuda/model_ops.py +1 -0
- {pyerualjetwork-5.30.dist-info → pyerualjetwork-5.31a0.dist-info}/METADATA +1 -1
- {pyerualjetwork-5.30.dist-info → pyerualjetwork-5.31a0.dist-info}/RECORD +7 -7
- {pyerualjetwork-5.30.dist-info → pyerualjetwork-5.31a0.dist-info}/WHEEL +0 -0
- {pyerualjetwork-5.30.dist-info → pyerualjetwork-5.31a0.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.31a0"
|
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
|
pyerualjetwork/cpu/model_ops.py
CHANGED
@@ -174,6 +174,7 @@ def save_model(model_name,
|
|
174
174
|
if len(activations) == 1 and model_type == 'PLAN':
|
175
175
|
activations = [activations]
|
176
176
|
activations.append('')
|
177
|
+
activations.append('')
|
177
178
|
|
178
179
|
if model_type == 'PTNN':
|
179
180
|
if len(activations) > len(activation_potentiation):
|
pyerualjetwork/cuda/model_ops.py
CHANGED
@@ -189,6 +189,7 @@ def save_model(model_name,
|
|
189
189
|
if len(activations) == 1 and model_type == 'PLAN':
|
190
190
|
activations = [activations]
|
191
191
|
activations.append('')
|
192
|
+
activations.append('')
|
192
193
|
|
193
194
|
if model_type == 'PTNN':
|
194
195
|
if len(activations) > len(activation_potentiation):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.31a0
|
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=zbvGfbx7pzsUEYgU57GPX7-Y_ZYWC89Irqo3gbvT57g,2706
|
2
2
|
pyerualjetwork/fitness_functions.py,sha256=D9JVCr9DFid_xXgBD4uCKxdW2k10MVDE5HZRSOK4Igg,1237
|
3
3
|
pyerualjetwork/help.py,sha256=Nyi0gHAN9ZnO4wgQLeENt0n7tSCZ3hJmjaJ853eGjCE,831
|
4
4
|
pyerualjetwork/issue_solver.py,sha256=3pZTGotS29sy3pIuGQoJFUePibtSzS-tNoU80T_Usgk,3131
|
@@ -10,7 +10,7 @@ pyerualjetwork/cpu/data_ops.py,sha256=-XeMLRTQ5g7GMJdKYVMKJA7bSj6PbKEEpbQDRRhAIT
|
|
10
10
|
pyerualjetwork/cpu/ene.py,sha256=ZLCaCxkpAmFLdxDS2OH-S8fT4jKq4HNVCHgpIufb8lg,44322
|
11
11
|
pyerualjetwork/cpu/loss_functions.py,sha256=6PyBI232SQRGuFnG3LDGvnv_PUdWzT2_2mUODJiejGI,618
|
12
12
|
pyerualjetwork/cpu/metrics.py,sha256=WhZ8iEqWehaygPRADUlhA5j_Qv3UwqV_eMxpyRVkeVs,6070
|
13
|
-
pyerualjetwork/cpu/model_ops.py,sha256=
|
13
|
+
pyerualjetwork/cpu/model_ops.py,sha256=Rr6UvK8XSXEQm2mDNmBSkrKP_hIBhadkfEg4HPg2cTM,20508
|
14
14
|
pyerualjetwork/cpu/nn.py,sha256=Xx7BlUMetRVgr9V59JVu6mnmASWejHMO71X5RAP4mVQ,31390
|
15
15
|
pyerualjetwork/cpu/visualizations.py,sha256=rOQsc-W8b71z7ovXSoF49lx4fmpvlaHLsyj9ejWnhnI,28164
|
16
16
|
pyerualjetwork/cuda/__init__.py,sha256=NbqvAS4jlMdoFdXa5_hi5ukXQ5zAZR_5BQ4QAqtiKug,879
|
@@ -19,10 +19,10 @@ pyerualjetwork/cuda/data_ops.py,sha256=SiNodFNmWyTPY_KnKuAi9biPRdpTAYY3XM01bRSUP
|
|
19
19
|
pyerualjetwork/cuda/ene.py,sha256=aSCPr9VFdgK2cxxfwuP7z0jbJL9gkKNM0rgu8ihLarQ,44830
|
20
20
|
pyerualjetwork/cuda/loss_functions.py,sha256=C93IZJcrOpT6HMK9x1O4AHJWXYTkN5WZiqdssPbvAPk,617
|
21
21
|
pyerualjetwork/cuda/metrics.py,sha256=PjDBoRvr6va8vRvDIJJGBO4-I4uumrk3NCM1Vz4NJTo,5054
|
22
|
-
pyerualjetwork/cuda/model_ops.py,sha256=
|
22
|
+
pyerualjetwork/cuda/model_ops.py,sha256=n7x47ahEy_M8DVNQ4LU1Lc2XEYcFPG1RauUcfogJ9H8,21234
|
23
23
|
pyerualjetwork/cuda/nn.py,sha256=xkTdnuKnKg2nieV_m0rH8XwJrxSD_39xFIcpaYtx9k0,32516
|
24
24
|
pyerualjetwork/cuda/visualizations.py,sha256=9l5BhXqXoeopdhLvVGvjH1TKYZb9JdKOsSE2IYD02zs,28569
|
25
|
-
pyerualjetwork-5.
|
26
|
-
pyerualjetwork-5.
|
27
|
-
pyerualjetwork-5.
|
28
|
-
pyerualjetwork-5.
|
25
|
+
pyerualjetwork-5.31a0.dist-info/METADATA,sha256=FF31w7QXSvNcz8qm5aGsUnjX6gkHG895M4yGCPoRoOM,8135
|
26
|
+
pyerualjetwork-5.31a0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
27
|
+
pyerualjetwork-5.31a0.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
28
|
+
pyerualjetwork-5.31a0.dist-info/RECORD,,
|
File without changes
|
File without changes
|