pyerualjetwork 1.1.0__tar.gz → 1.1.2__tar.gz

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.
@@ -0,0 +1,2 @@
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 1.1.0
3
+ Version: 1.1.2
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 1.1.0
3
+ Version: 1.1.2
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
@@ -1,6 +1,6 @@
1
1
  setup.py
2
- pyerualjetwork/__init__.py
3
- pyerualjetwork/pyerualjetwork.py
2
+ DPNN/DPNN.py
3
+ DPNN/__init__.py
4
4
  pyerualjetwork.egg-info/PKG-INFO
5
5
  pyerualjetwork.egg-info/SOURCES.txt
6
6
  pyerualjetwork.egg-info/dependency_links.txt
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5
5
  setup(
6
6
 
7
7
  name = "pyerualjetwork",
8
- version = "1.1.0",
8
+ version = "1.1.2",
9
9
  author = "Hasan Can Beydili",
10
10
  author_email = "tchasancan@gmail.com",
11
11
  description= "Advanced python deep learning library.(More document coming soon..)",
@@ -1 +0,0 @@
1
- from pyerualjetwork import AutoBalancer ,Normalization,Softmax,Sigmoid,Relu,SynapticPruning,SynapticDividing,WeightIdentification,Fex,Cat,TrainDPNN,TestDPNN,SaveDPNN,LoadDPNN,PredictFromDiscDPNN,PredictFromRamDPNN
@@ -1 +0,0 @@
1
- pyerualjetwork
File without changes