pyerualjetwork 2.0.6__py3-none-any.whl → 2.0.7__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_bi/__init__.py +5 -0
- plan_di/__init__.py +5 -0
- {pyerualjetwork-2.0.6.dist-info → pyerualjetwork-2.0.7.dist-info}/METADATA +1 -1
- pyerualjetwork-2.0.7.dist-info/RECORD +8 -0
- pyerualjetwork-2.0.7.dist-info/top_level.txt +2 -0
- plan/__init__.py +0 -6
- pyerualjetwork-2.0.6.dist-info/RECORD +0 -7
- pyerualjetwork-2.0.6.dist-info/top_level.txt +0 -1
- {plan → plan_bi}/plan_bi.py +0 -0
- {plan → plan_di}/plan_di.py +0 -0
- {pyerualjetwork-2.0.6.dist-info → pyerualjetwork-2.0.7.dist-info}/WHEEL +0 -0
plan_bi/__init__.py
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# pyerualjetwork/PLAN/__init__.py
|
2
|
+
|
3
|
+
# Bu dosya, plan modülünün ana giriş noktasıdır.
|
4
|
+
|
5
|
+
from .plan_bi import auto_balancer, normalization, Softmax, Sigmoid, Relu, synaptic_pruning, synaptic_dividing, weight_identification, fex, cat, fit, evaluate, save_model, load_model, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation, standard_scaler
|
plan_di/__init__.py
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# pyerualjetwork/PLAN/__init__.py
|
2
|
+
|
3
|
+
# Bu dosya, plan modülünün ana giriş noktasıdır.
|
4
|
+
|
5
|
+
from .plan_di import auto_balancer, normalization, Softmax, Sigmoid, Relu, synaptic_pruning, synaptic_dividing, weight_identification, fex, cat, fit, evaluate, save_model, load_model, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation, standard_scaler
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.7
|
4
4
|
Summary: Advanced python deep learning library. New features: BINARY INJECTION (OLD) NOW ADDED NEW DIRECT FEATURE INJECTION. AND 'standard_scaler' func. Important Note: If there are any data smaller than 0 among the input data of the entry model, import plan_bi; otherwise, import plan_di. (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=itKrgkPwaA0VKwo2etQkiXv6m4pUwV7N06tRxZOVhuU,397
|
2
|
+
plan_bi/plan_bi.py,sha256=RL2Yu2NN3KoXU5OEnijkSEXabo2fsJt-ZpCvV_WiHFI,33909
|
3
|
+
plan_di/__init__.py,sha256=F4PPBzkY-_HXDjzA0Xyx2cMlcHtNBs7OHb-AxStZjP4,397
|
4
|
+
plan_di/plan_di.py,sha256=SMD9eSMnL69HFfDAaiabmNOuH8iesA1gkKVfkrz2fIA,32876
|
5
|
+
pyerualjetwork-2.0.7.dist-info/METADATA,sha256=tTtoD1tmRKeSOKx4RO2ci9QWbYiw5zn9dGrmvZ1Xgvc,588
|
6
|
+
pyerualjetwork-2.0.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
+
pyerualjetwork-2.0.7.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
+
pyerualjetwork-2.0.7.dist-info/RECORD,,
|
plan/__init__.py
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
# pyerualjetwork/PLAN/__init__.py
|
2
|
-
|
3
|
-
# Bu dosya, plan modülünün ana giriş noktasıdır.
|
4
|
-
|
5
|
-
from .plan_bi import auto_balancer, normalization, Softmax, Sigmoid, Relu, synaptic_pruning, synaptic_dividing, weight_identification, fex, cat, fit, evaluate, save_model, load_model, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation, standard_scaler
|
6
|
-
from .plan_di import auto_balancer, normalization, Softmax, Sigmoid, Relu, synaptic_pruning, synaptic_dividing, weight_identification, fex, cat, fit, evaluate, save_model, load_model, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation, standard_scaler
|
@@ -1,7 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=x2SEXi2t_-OBAzOgX2v6sywjUp8Y9chprfl8KvgrU38,701
|
2
|
-
plan/plan_bi.py,sha256=RL2Yu2NN3KoXU5OEnijkSEXabo2fsJt-ZpCvV_WiHFI,33909
|
3
|
-
plan/plan_di.py,sha256=SMD9eSMnL69HFfDAaiabmNOuH8iesA1gkKVfkrz2fIA,32876
|
4
|
-
pyerualjetwork-2.0.6.dist-info/METADATA,sha256=ros5qHE_hOSma-KaWuJp2hUGqTfjasOI2VuJrFbOi_E,588
|
5
|
-
pyerualjetwork-2.0.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
6
|
-
pyerualjetwork-2.0.6.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
7
|
-
pyerualjetwork-2.0.6.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
plan
|
{plan → plan_bi}/plan_bi.py
RENAMED
File without changes
|
{plan → plan_di}/plan_di.py
RENAMED
File without changes
|
File without changes
|