pyerualjetwork 2.0.3__py3-none-any.whl → 2.0.4__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.
- plan/plan.py +5 -0
- {pyerualjetwork-2.0.3.dist-info → pyerualjetwork-2.0.4.dist-info}/METADATA +1 -1
- pyerualjetwork-2.0.4.dist-info/RECORD +6 -0
- pyerualjetwork-2.0.3.dist-info/RECORD +0 -6
- {pyerualjetwork-2.0.3.dist-info → pyerualjetwork-2.0.4.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.0.3.dist-info → pyerualjetwork-2.0.4.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -32,6 +32,11 @@ def fit(
|
|
32
32
|
error handled ?: Process status ('e')
|
33
33
|
"""
|
34
34
|
|
35
|
+
if action_potential < 0 or action_potential > 1:
|
36
|
+
|
37
|
+
print(Fore.RED + "ERROR101: ACTION potential value must be in range 0-1. from: fit",infoPLAN)
|
38
|
+
return 'e'
|
39
|
+
|
35
40
|
if len(x_train) != len(y_train):
|
36
41
|
print(Fore.RED + "ERROR301: x_train list and y_train list must be same length. from: fit",infoPLAN)
|
37
42
|
return 'e'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.4
|
4
4
|
Summary: Advanced python deep learning library. New features: More simple and practical, all functions and variables are snake_case. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=TYPKx35TBM7X814H-RQmVK9DduX5GX0JdTW7_-b2ZUc,377
|
2
|
+
plan/plan.py,sha256=-41P4Rj5_-PrYWYXcaavYHlu8AninycX3FJRs33JrQQ,33028
|
3
|
+
pyerualjetwork-2.0.4.dist-info/METADATA,sha256=GVCzZR_GTYxGb4TYWyFj4ff4dusUzBmtwt4ceGnyI-w,431
|
4
|
+
pyerualjetwork-2.0.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.0.4.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.0.4.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=TYPKx35TBM7X814H-RQmVK9DduX5GX0JdTW7_-b2ZUc,377
|
2
|
-
plan/plan.py,sha256=E91r0m4lt6XqnFlrpDq_ijWSFX-yMqT9CeTtMuRUzoA,32839
|
3
|
-
pyerualjetwork-2.0.3.dist-info/METADATA,sha256=3WWM_e_w_6f7HsavoMHt1WzDP4W4x_Ak9ljawj1Mxcg,431
|
4
|
-
pyerualjetwork-2.0.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.0.3.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|