pyerualjetwork 2.6.6__py3-none-any.whl → 3.3.4__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.
- pyerualjetwork/__init__.py +70 -0
- pyerualjetwork/activation_functions.py +367 -0
- pyerualjetwork/data_operations.py +401 -0
- pyerualjetwork/help.py +16 -0
- pyerualjetwork/loss_functions.py +21 -0
- pyerualjetwork/metrics.py +190 -0
- pyerualjetwork/model_operations.py +350 -0
- pyerualjetwork/plan.py +645 -0
- pyerualjetwork/planeat.py +726 -0
- pyerualjetwork/ui.py +22 -0
- pyerualjetwork/visualizations.py +799 -0
- pyerualjetwork-3.3.4.dist-info/METADATA +96 -0
- pyerualjetwork-3.3.4.dist-info/RECORD +15 -0
- pyerualjetwork-3.3.4.dist-info/top_level.txt +1 -0
- plan/__init__.py +0 -5
- plan/plan.py +0 -1614
- pyerualjetwork-2.6.6.dist-info/METADATA +0 -8
- pyerualjetwork-2.6.6.dist-info/RECORD +0 -6
- pyerualjetwork-2.6.6.dist-info/top_level.txt +0 -1
- {pyerualjetwork-2.6.6.dist-info → pyerualjetwork-3.3.4.dist-info}/WHEEL +0 -0
@@ -1,8 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pyerualjetwork
|
3
|
-
Version: 2.6.6
|
4
|
-
Summary: Visual improvements, new option added for val paramater in fit function: 'final'. Removed: val_count parameter.
|
5
|
-
Author: Hasan Can Beydili
|
6
|
-
Author-email: tchasancan@gmail.com
|
7
|
-
Keywords: model evaluation,classifcation,potentiation learning artficial neural networks
|
8
|
-
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=iICeYTx7-I4HRFqUFOsfuG1Nlp1vcYIWRiw3D960gGI,53301
|
3
|
-
pyerualjetwork-2.6.6.dist-info/METADATA,sha256=cfxWuZznzuP91MhQ3Vrro8INQF7l0LW_5YaSAw0GyEM,338
|
4
|
-
pyerualjetwork-2.6.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.6.6.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.6.6.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
plan
|
File without changes
|