pyerualjetwork 2.6.0__py3-none-any.whl → 2.6.2__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 CHANGED
@@ -203,14 +203,14 @@ def fit(
203
203
  suptitle_info = 'Weight Learning Progress: % '
204
204
  title_info = 'Weight Matrix Of Fex Layer'
205
205
 
206
-
207
-
206
+
207
+
208
208
 
209
- progress_status = f"{progress:.1f}"
210
- fig.suptitle(suptitle_info + progress_status)
211
- plt.draw()
212
- plt.pause(0.1)
213
-
209
+ progress_status = f"{progress:.1f}"
210
+ fig.suptitle(suptitle_info + progress_status)
211
+ plt.draw()
212
+ plt.pause(0.1)
213
+
214
214
 
215
215
  W = weight_identification(
216
216
  len(layers) - 1, len(class_count), neurons, x_train_size)
@@ -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 pruning.
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 pruning learning model.
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 pruning learning model.
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 pruning learning artificial neural network (PLAN).
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 pruning learning artificial neural network (PLAN).
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:
@@ -1677,4 +1677,4 @@ def get_preds():
1677
1677
 
1678
1678
  def get_acc():
1679
1679
 
1680
- return 2
1680
+ return 2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.6.0
3
+ Version: 2.6.2
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=wkQSVEkwLc4Zm0lI5Vsexi32n5Fd_xHRzEKMt1Jl5h8,56152
3
+ pyerualjetwork-2.6.2.dist-info/METADATA,sha256=tOuWNnuocHSzidsvZmt_HAsINww6sGLiTOoBvrVoSHA,357
4
+ pyerualjetwork-2.6.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ pyerualjetwork-2.6.2.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-2.6.2.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,,