pyerualjetwork 1.1.2__py3-none-any.whl → 1.1.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.
DPNN/__init__.py CHANGED
@@ -1,2 +1,20 @@
1
- from DPNN import AutoBalancer ,Normalization,Softmax,Sigmoid,Relu,SynapticPruning,SynapticDividing,WeightIdentification,Fex,Cat,TrainDPNN,TestDPNN,SaveDPNN,LoadDPNN,PredictFromDiscDPNN,PredictFromRamDPNN
2
- import DPNN as pyerualjetwork
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 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 1.1.2
3
+ Version: 1.1.4
4
4
  Summary: Advanced python deep learning library.(More document coming soon..)
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,6 @@
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,6 +0,0 @@
1
- DPNN/DPNN.py,sha256=YX4G0vaDOZHRF1tXITiIiE6MdidhQEESYh257dzLxn0,40243
2
- DPNN/__init__.py,sha256=59yVEoHAZchbJLqqYBPsd_r7E2xWebWx_x-fNeozwj8,234
3
- pyerualjetwork-1.1.2.dist-info/METADATA,sha256=Bo67kieqYtfkxfUeDOQ_lMeTBU-Rhym_SFjT51G7l98,278
4
- pyerualjetwork-1.1.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- pyerualjetwork-1.1.2.dist-info/top_level.txt,sha256=FP80qXxAtwGIzBS7B8QpXzoYD7L5aFSBVzlmcFBjq7k,5
6
- pyerualjetwork-1.1.2.dist-info/RECORD,,