pyerualjetwork 1.0.9__py3-none-any.whl → 1.1.0__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 +1 -16
- {pyerualjetwork-1.0.9.dist-info → pyerualjetwork-1.1.0.dist-info}/METADATA +1 -1
- pyerualjetwork-1.1.0.dist-info/RECORD +6 -0
- pyerualjetwork-1.0.9.dist-info/RECORD +0 -6
- {pyerualjetwork-1.0.9.dist-info → pyerualjetwork-1.1.0.dist-info}/WHEEL +0 -0
- {pyerualjetwork-1.0.9.dist-info → pyerualjetwork-1.1.0.dist-info}/top_level.txt +0 -0
pyerualjetwork/__init__.py
CHANGED
@@ -1,16 +1 @@
|
|
1
|
-
from pyerualjetwork import AutoBalancer
|
2
|
-
from pyerualjetwork import Normalization
|
3
|
-
from pyerualjetwork import Softmax
|
4
|
-
from pyerualjetwork import Sigmoid
|
5
|
-
from pyerualjetwork import Relu
|
6
|
-
from pyerualjetwork import SynapticPruning
|
7
|
-
from pyerualjetwork import SynapticDividing
|
8
|
-
from pyerualjetwork import WeightIdentification
|
9
|
-
from pyerualjetwork import Fex
|
10
|
-
from pyerualjetwork import Cat
|
11
|
-
from pyerualjetwork import TrainDPNN
|
12
|
-
from pyerualjetwork import TestDPNN
|
13
|
-
from pyerualjetwork import SaveDPNN
|
14
|
-
from pyerualjetwork import LoadDPNN
|
15
|
-
from pyerualjetwork import PredictFromDiscDPNN
|
16
|
-
from pyerualjetwork import PredictFromRamDPNN
|
1
|
+
from pyerualjetwork import AutoBalancer ,Normalization,Softmax,Sigmoid,Relu,SynapticPruning,SynapticDividing,WeightIdentification,Fex,Cat,TrainDPNN,TestDPNN,SaveDPNN,LoadDPNN,PredictFromDiscDPNN,PredictFromRamDPNN
|
@@ -0,0 +1,6 @@
|
|
1
|
+
pyerualjetwork/__init__.py,sha256=nW3kV0yTLfe4i8oNlduZNrQRvm1LaM50X0d7VOsGE5s,213
|
2
|
+
pyerualjetwork/pyerualjetwork.py,sha256=YX4G0vaDOZHRF1tXITiIiE6MdidhQEESYh257dzLxn0,40243
|
3
|
+
pyerualjetwork-1.1.0.dist-info/METADATA,sha256=lMKObGptyNCJG9hp4IOS_D2xWMxbGmf6EyWE4UC_W4s,278
|
4
|
+
pyerualjetwork-1.1.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
+
pyerualjetwork-1.1.0.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
6
|
+
pyerualjetwork-1.1.0.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
pyerualjetwork/__init__.py,sha256=TGQlZuLCZ7atz4u2VlR-_8E19bSmQABKjv6x7I-v_84,632
|
2
|
-
pyerualjetwork/pyerualjetwork.py,sha256=YX4G0vaDOZHRF1tXITiIiE6MdidhQEESYh257dzLxn0,40243
|
3
|
-
pyerualjetwork-1.0.9.dist-info/METADATA,sha256=q0o1F2uu_AgwG2a8IAQ6tIujtr1K1geTZJDGU0cnj4U,278
|
4
|
-
pyerualjetwork-1.0.9.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
-
pyerualjetwork-1.0.9.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
6
|
-
pyerualjetwork-1.0.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|