pyerualjetwork 1.3.8__py3-none-any.whl → 1.3.9__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 +2 -14
- {pyerualjetwork-1.3.8.dist-info → pyerualjetwork-1.3.9.dist-info}/METADATA +1 -1
- pyerualjetwork-1.3.9.dist-info/RECORD +6 -0
- pyerualjetwork-1.3.8.dist-info/RECORD +0 -6
- {pyerualjetwork-1.3.8.dist-info → pyerualjetwork-1.3.9.dist-info}/WHEEL +0 -0
- {pyerualjetwork-1.3.8.dist-info → pyerualjetwork-1.3.9.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -233,8 +233,8 @@ def TrainPLAN(
|
|
233
233
|
else:
|
234
234
|
for i, w in enumerate(W):
|
235
235
|
trained_W[i] = trained_W[i] + w
|
236
|
-
|
237
|
-
|
236
|
+
|
237
|
+
|
238
238
|
W = WeightIdentification(len(layers) - 1,class_count,neurons,x_train_size)
|
239
239
|
|
240
240
|
|
@@ -715,18 +715,6 @@ def TestPLAN(
|
|
715
715
|
print(Fore.RED+ '\nTotal Test accuracy: ' ,acc, '\n' + Style.RESET_ALL)
|
716
716
|
|
717
717
|
|
718
|
-
y_testVisual = np.copy(y_test)
|
719
|
-
y_testVisual = np.argmax(y_testVisual, axis=1)
|
720
|
-
|
721
|
-
plt.figure(figsize=(12, 6))
|
722
|
-
sns.kdeplot(y_testVisual, label='Real Outputs', fill=True)
|
723
|
-
sns.kdeplot(TestPredictions, label='Predictions', fill=True)
|
724
|
-
plt.legend()
|
725
|
-
plt.xlabel('Class')
|
726
|
-
plt.ylabel('Data size')
|
727
|
-
plt.title('Predictions and Real Outputs for Testing KDE Plot')
|
728
|
-
plt.show()
|
729
|
-
|
730
718
|
|
731
719
|
except:
|
732
720
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.9
|
4
4
|
Summary: Advanced python deep learning library. MASSIVE Technic Update, unlocked class limits. (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=LQbg-AnTUz7KA1E77-mg7X-zRM-7IiK7c3zK-j063rc,375
|
2
|
+
plan/plan.py,sha256=aUt_pzQafCXWZk2WEbaWb89Jr5xVwSbVJ-5VAmAPqRQ,44861
|
3
|
+
pyerualjetwork-1.3.9.dist-info/METADATA,sha256=FfKIXZVvLbacEStCRnKcrHlsRpuC1lHowyreyRoPSgs,393
|
4
|
+
pyerualjetwork-1.3.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-1.3.9.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-1.3.9.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=LQbg-AnTUz7KA1E77-mg7X-zRM-7IiK7c3zK-j063rc,375
|
2
|
-
plan/plan.py,sha256=y8wVs2cA8G_XdTVCdYsTPmZYsJ2xu68L8uU-bbfkmu4,45348
|
3
|
-
pyerualjetwork-1.3.8.dist-info/METADATA,sha256=iNBBKRs72NOtRCe0dDT08Swkg08iwJ0-f1Uyf8gHcro,393
|
4
|
-
pyerualjetwork-1.3.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-1.3.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-1.3.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|