pyerualjetwork 2.2.1__py3-none-any.whl → 2.2.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_di/plan_di.py CHANGED
@@ -59,7 +59,6 @@ def fit(
59
59
  W = weight_identification(
60
60
  len(layers) - 1, len(class_count), neurons, x_train_size)
61
61
 
62
- Divides, Piece = synaptic_dividing(len(class_count), W)
63
62
  trained_W = [1] * len(W)
64
63
  print(Fore.GREEN + "Train Started with 0 ERROR" + Style.RESET_ALL)
65
64
  start_time = time.time()
@@ -73,19 +72,6 @@ def fit(
73
72
  infoPLAN + Style.RESET_ALL)
74
73
  return 'e'
75
74
 
76
- for Ulindex, Ul in enumerate(class_count):
77
-
78
- if Ul == y_train[index]:
79
- for Windex, w in enumerate(W):
80
- for i, ul in enumerate(Ul):
81
- if ul == 1.0:
82
- k = i
83
-
84
- cs = Divides[int(k)][Windex][0]
85
-
86
- W[Windex] = synaptic_pruning(w, cs, 'row', int(
87
- k), len(class_count), Piece[Windex], True)
88
-
89
75
  neural_layer = inp
90
76
 
91
77
  for Lindex, Layer in enumerate(layers):
@@ -1428,4 +1414,4 @@ def get_preds():
1428
1414
 
1429
1415
  def get_acc():
1430
1416
 
1431
- return 2
1417
+ return 2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: 8 new functions: multiple_evaluate , encode_one_hot, split, metrics, decode_one_hot, roc_curve, confusion_matrix, plot_evaluate And Code improvements (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,8 @@
1
+ plan_bi/__init__.py,sha256=82q8bWRYqzwMrFuViQzBg7P19i6EqdV7VYBVxuQ-LV0,517
2
+ plan_bi/plan_bi.py,sha256=fNJK07y9JDVLU0GORD_RHKBjTUnVzb5ciYcQFpyiSvc,50490
3
+ plan_di/__init__.py,sha256=Eut7tVtvQaczEejYyqfQ4eqF71j69josJcY91WN_dkk,508
4
+ plan_di/plan_di.py,sha256=gPuOHLSetS7axNXrwM7J5p5E1bdmQNlmIY6NJFFfEuc,45743
5
+ pyerualjetwork-2.2.2.dist-info/METADATA,sha256=d7TAOPusH1DUCSZW6W2zgsfiwpWKoEER3M3YZU6H2k0,457
6
+ pyerualjetwork-2.2.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.2.2.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.2.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=82q8bWRYqzwMrFuViQzBg7P19i6EqdV7VYBVxuQ-LV0,517
2
- plan_bi/plan_bi.py,sha256=fNJK07y9JDVLU0GORD_RHKBjTUnVzb5ciYcQFpyiSvc,50490
3
- plan_di/__init__.py,sha256=Eut7tVtvQaczEejYyqfQ4eqF71j69josJcY91WN_dkk,508
4
- plan_di/plan_di.py,sha256=gKY0yCzX1nNNwdRwGOfmaLcvuQwfg1VrWD5oieVXz08,46265
5
- pyerualjetwork-2.2.1.dist-info/METADATA,sha256=0P5kjlorW8wIUW_p7b90xAvyFYM6cprTalkAHOZ3IMo,457
6
- pyerualjetwork-2.2.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.2.1.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.2.1.dist-info/RECORD,,