pyerualjetwork 1.1.4__py3-none-any.whl → 1.1.5__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 +5 -0
- {pyerualjetwork-1.1.4.dist-info → pyerualjetwork-1.1.5.dist-info}/METADATA +1 -1
- pyerualjetwork-1.1.5.dist-info/RECORD +6 -0
- pyerualjetwork-1.1.5.dist-info/top_level.txt +1 -0
- DPNN/__init__.py +0 -20
- pyerualjetwork-1.1.4.dist-info/RECORD +0 -6
- pyerualjetwork-1.1.4.dist-info/top_level.txt +0 -1
- /DPNN/DPNN.py → /plan/plan.py +0 -0
- {pyerualjetwork-1.1.4.dist-info → pyerualjetwork-1.1.5.dist-info}/WHEEL +0 -0
plan/__init__.py
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# pyerualjetwork/DPNN/__init__.py
|
2
|
+
|
3
|
+
# Bu dosya, plan modülünün ana giriş noktasıdır.
|
4
|
+
|
5
|
+
from .plan import AutoBalancer, Normalization, Softmax, Sigmoid, Relu, SynapticPruning, SynapticDividing, WeightIdentification, Fex, Cat, TrainDPNN, TestDPNN, SaveDPNN, LoadDPNN, PredictFromDiscDPNN, PredictFromRamDPNN
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=2DDp_7enyLbMxGzFxmmG3VNe_nU65GGbry3CecVaQ7Y,315
|
2
|
+
plan/plan.py,sha256=YX4G0vaDOZHRF1tXITiIiE6MdidhQEESYh257dzLxn0,40243
|
3
|
+
pyerualjetwork-1.1.5.dist-info/METADATA,sha256=J-A6U3h36WKuPh5urSOu6nxYtwQKCkPlELNeVRl7dNQ,278
|
4
|
+
pyerualjetwork-1.1.5.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
+
pyerualjetwork-1.1.5.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-1.1.5.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
plan
|
DPNN/__init__.py
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
# pyerualjetwork/DPNN/__init__.py
|
2
|
-
|
3
|
-
# Bu dosya, DPNN modülünün ana giriş noktasıdır.
|
4
|
-
|
5
|
-
from .AutoBalancer import AutoBalancer
|
6
|
-
from .Normalization import Normalization
|
7
|
-
from .Softmax import Softmax
|
8
|
-
from .Sigmoid import Sigmoid
|
9
|
-
from .Relu import Relu
|
10
|
-
from .SynapticPruning import SynapticPruning
|
11
|
-
from .SynapticDividing import SynapticDividing
|
12
|
-
from .WeightIdentification import WeightIdentification
|
13
|
-
from .Fex import Fex
|
14
|
-
from .Cat import Cat
|
15
|
-
from .TrainDPNN import TrainDPNN
|
16
|
-
from .TestDPNN import TestDPNN
|
17
|
-
from .SaveDPNN import SaveDPNN
|
18
|
-
from .LoadDPNN import LoadDPNN
|
19
|
-
from .PredictFromDiscDPNN import PredictFromDiscDPNN
|
20
|
-
from .PredictFromRamDPNN import PredictFromRamDPNN
|
@@ -1,6 +0,0 @@
|
|
1
|
-
DPNN/DPNN.py,sha256=YX4G0vaDOZHRF1tXITiIiE6MdidhQEESYh257dzLxn0,40243
|
2
|
-
DPNN/__init__.py,sha256=CIh25uo9Jl6Sz8YRI-1yQqX-nDh2e2qHoq1tAwy2inI,691
|
3
|
-
pyerualjetwork-1.1.4.dist-info/METADATA,sha256=vbjhZnYRUD1UNUXsPAucmKHyuXw36afnDTk5tpAeap8,278
|
4
|
-
pyerualjetwork-1.1.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
-
pyerualjetwork-1.1.4.dist-info/top_level.txt,sha256=FP80qXxAtwGIzBS7B8QpXzoYD7L5aFSBVzlmcFBjq7k,5
|
6
|
-
pyerualjetwork-1.1.4.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
DPNN
|
/DPNN/DPNN.py → /plan/plan.py
RENAMED
File without changes
|
File without changes
|