pyerualjetwork 2.0__tar.gz → 2.0.1__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.
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/PKG-INFO +1 -1
- pyerualjetwork-2.0.1/plan/__init__.py +6 -0
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/setup.py +1 -1
- pyerualjetwork-2.0/plan/__init__.py +0 -5
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/plan/plan.py +0 -0
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.0 → pyerualjetwork-2.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: Advanced python deep learning library. New features: More simple and practical, all functions and variables are snake_case. (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,6 @@
|
|
1
|
+
# pyerualjetwork/PLAN/__init__.py
|
2
|
+
|
3
|
+
# Bu dosya, plan modülünün ana giriş noktasıdır.
|
4
|
+
|
5
|
+
from .plan import auto_balancer, normalization, Softmax, Syy
|
6
|
+
igmoid, 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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: Advanced python deep learning library. New features: More simple and practical, all functions and variables are snake_case. (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
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "2.0",
|
8
|
+
version = "2.0.1",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= "Advanced python deep learning library. New features: More simple and practical, all functions and variables are snake_case. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)",
|
@@ -1,5 +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 import auto_balancer, normalization, Softmax, Sigmoid, Relu, synaptic_pruning, synaptic_dividing, weight_identification, fex, cat, fit, evaluate, save_plan, load_plan, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|