pyerualjetwork 1.2.9__py3-none-any.whl → 2.5.8__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/__init__.py +1 -1
- plan/plan.py +1420 -817
- pyerualjetwork-2.5.8.dist-info/METADATA +8 -0
- pyerualjetwork-2.5.8.dist-info/RECORD +6 -0
- pyerualjetwork-1.2.9.dist-info/METADATA +0 -17
- pyerualjetwork-1.2.9.dist-info/RECORD +0 -6
- {pyerualjetwork-1.2.9.dist-info → pyerualjetwork-2.5.8.dist-info}/WHEEL +0 -0
- {pyerualjetwork-1.2.9.dist-info → pyerualjetwork-2.5.8.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pyerualjetwork
|
3
|
+
Version: 2.5.8
|
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
|
+
Author: Hasan Can Beydili
|
6
|
+
Author-email: tchasancan@gmail.com
|
7
|
+
Keywords: model evaluation,classifcation,pruning learning artficial neural networks
|
8
|
+
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=3jSj2QXjLhinm_5BH0-pVhHP6mHyrXzLKm4m5GaV6Yw,56167
|
3
|
+
pyerualjetwork-2.5.8.dist-info/METADATA,sha256=ILdOu0T__HUunUBsrZcnxEjeyAzP_jl122hO-OVPR38,357
|
4
|
+
pyerualjetwork-2.5.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.5.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.5.8.dist-info/RECORD,,
|
@@ -1,17 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pyerualjetwork
|
3
|
-
Version: 1.2.9
|
4
|
-
Summary: Advanced python deep learning library. New Visualize parameter added ('y' or 'n') for TrainPlan and TestPLAN funcs. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
|
-
Author: Hasan Can Beydili
|
6
|
-
Author-email: tchasancan@gmail.com
|
7
|
-
Keywords: model evaluation,classifcation,pruning learning artficial neural networks
|
8
|
-
Requires-Dist: numpy
|
9
|
-
Requires-Dist: scipy
|
10
|
-
Requires-Dist: time
|
11
|
-
Requires-Dist: math
|
12
|
-
Requires-Dist: colorama
|
13
|
-
Requires-Dist: typing
|
14
|
-
Provides-Extra: visualization
|
15
|
-
Requires-Dist: matplotlib ; extra == 'visualization'
|
16
|
-
Requires-Dist: seaborn ; extra == 'visualization'
|
17
|
-
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=4trwhtGaeJd2tncziQAKrPT-Jjz6Q8nBG0n3SlyH1a4,352
|
2
|
-
plan/plan.py,sha256=GVJdUx0F1C-h5MJAVXTvWvgHzzS0Gs8ze28E6uXMnH4,42347
|
3
|
-
pyerualjetwork-1.2.9.dist-info/METADATA,sha256=M6KntwKkuqtaDM2RWwhFXF2chklxSi99kWKeu9R7zTU,693
|
4
|
-
pyerualjetwork-1.2.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-1.2.9.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-1.2.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|