pyerualjetwork 2.6.0__py3-none-any.whl → 2.6.1__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 -5
- {pyerualjetwork-2.6.0.dist-info → pyerualjetwork-2.6.1.dist-info}/METADATA +1 -1
- pyerualjetwork-2.6.1.dist-info/RECORD +6 -0
- pyerualjetwork-2.6.0.dist-info/RECORD +0 -6
- {pyerualjetwork-2.6.0.dist-info → pyerualjetwork-2.6.1.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.6.0.dist-info → pyerualjetwork-2.6.1.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -366,7 +366,7 @@ def fex(
|
|
366
366
|
activation_potentiation # float or None: Input activation potentiation (optional)
|
367
367
|
) -> tuple:
|
368
368
|
"""
|
369
|
-
Applies feature extraction process to the input data using synaptic
|
369
|
+
Applies feature extraction process to the input data using synaptic potentiation.
|
370
370
|
|
371
371
|
Args:
|
372
372
|
Input (num): Input data.
|
@@ -739,7 +739,7 @@ def save_model(model_name,
|
|
739
739
|
):
|
740
740
|
|
741
741
|
infosave_model = """
|
742
|
-
Function to save a
|
742
|
+
Function to save a potentiation learning model.
|
743
743
|
|
744
744
|
Arguments:
|
745
745
|
model_name (str): Name of the model.
|
@@ -890,7 +890,7 @@ def load_model(model_name,
|
|
890
890
|
model_path,
|
891
891
|
):
|
892
892
|
infoload_model = """
|
893
|
-
Function to load a
|
893
|
+
Function to load a potentiation learning model.
|
894
894
|
|
895
895
|
Arguments:
|
896
896
|
model_name (str): Name of the model.
|
@@ -937,7 +937,7 @@ def load_model(model_name,
|
|
937
937
|
def predict_model_ssd(Input, model_name, model_path):
|
938
938
|
|
939
939
|
infopredict_model_ssd = """
|
940
|
-
Function to make a prediction using a divided
|
940
|
+
Function to make a prediction using a divided potentiation learning artificial neural network (PLAN).
|
941
941
|
|
942
942
|
Arguments:
|
943
943
|
Input (list or ndarray): Input data for the model (single vector or single matrix).
|
@@ -1000,7 +1000,7 @@ def predict_model_ssd(Input, model_name, model_path):
|
|
1000
1000
|
def predict_model_ram(Input, scaler_params, W, activation_potentiation=None):
|
1001
1001
|
|
1002
1002
|
infopredict_model_ram = """
|
1003
|
-
Function to make a prediction using a divided
|
1003
|
+
Function to make a prediction using a divided potentiation learning artificial neural network (PLAN).
|
1004
1004
|
from weights and parameters stored in memory.
|
1005
1005
|
|
1006
1006
|
Arguments:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.6.
|
3
|
+
Version: 2.6.1
|
4
4
|
Summary: New optional parameters added for fit function, x_val, y_val show_count, val_count, val. For more information please read user document
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=-CDd_pL4FrNAo-G3uzLx6ZkxtgDu2hf3fHype2HE9zY,56182
|
3
|
+
pyerualjetwork-2.6.1.dist-info/METADATA,sha256=eT-pFhJpsUdjn2jy-szNHi8dw6Gd3r02J8gsHtcFtvA,357
|
4
|
+
pyerualjetwork-2.6.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.6.1.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.6.1.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=fCd44dXAX2TbaBthlDGr32KJyqfN5E5iVPpvMuzjlZg,56157
|
3
|
-
pyerualjetwork-2.6.0.dist-info/METADATA,sha256=2ATlxVR785xcOYeU7HZMtdsk1w7CleaF8HhD9tobjvQ,357
|
4
|
-
pyerualjetwork-2.6.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.6.0.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|