pyerualjetwork 2.6.1__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 +8 -8
- {pyerualjetwork-2.6.1.dist-info → pyerualjetwork-2.6.2.dist-info}/METADATA +1 -1
- pyerualjetwork-2.6.2.dist-info/RECORD +6 -0
- pyerualjetwork-2.6.1.dist-info/RECORD +0 -6
- {pyerualjetwork-2.6.1.dist-info → pyerualjetwork-2.6.2.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.6.1.dist-info → pyerualjetwork-2.6.2.dist-info}/top_level.txt +0 -0
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
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
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)
|
@@ -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.
|
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=-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,,
|
File without changes
|
File without changes
|