pyerualjetwork 4.2.0b0__tar.gz → 4.2.0b2__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-4.2.0b0 → pyerualjetwork-4.2.0b2}/PKG-INFO +1 -1
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/__init__.py +1 -1
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/plan.py +2 -1
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/plan_cuda.py +2 -1
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/planeat.py +287 -236
- pyerualjetwork-4.2.0b2/pyerualjetwork/planeat_cuda.py +818 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/setup.py +1 -1
- pyerualjetwork-4.2.0b0/pyerualjetwork/planeat_cuda.py +0 -744
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/README.md +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/activation_functions.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/activation_functions_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/data_operations.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/data_operations_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/help.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/loss_functions.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/loss_functions_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/memory_operations.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/metrics.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/metrics_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/model_operations.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/model_operations_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/ui.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/visualizations.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork/visualizations_cuda.py +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-4.2.0b0 → pyerualjetwork-4.2.0b2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.0b2
|
4
4
|
Summary: PyerualJetwork is a machine learning library written in Python for professionals, incorporating advanced, unique, new, and modern techniques.
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -48,7 +48,7 @@ for package_name in package_names:
|
|
48
48
|
|
49
49
|
print(f"PyerualJetwork is ready to use with {err} errors")
|
50
50
|
|
51
|
-
__version__ = "4.2.
|
51
|
+
__version__ = "4.2.0b2"
|
52
52
|
__update__ = "* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES\n* PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf\n* YouTube tutorials: https://www.youtube.com/@HasanCanBeydili"
|
53
53
|
|
54
54
|
def print_version(__version__):
|
@@ -3,6 +3,8 @@
|
|
3
3
|
|
4
4
|
MAIN MODULE FOR PLAN
|
5
5
|
|
6
|
+
Examples: https://github.com/HCB06/PyerualJetwork/tree/main/Welcome_to_PyerualJetwork/ExampleCodes
|
7
|
+
|
6
8
|
PLAN document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PLAN/PLAN.pdf
|
7
9
|
PYERUALJETWORK document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf
|
8
10
|
|
@@ -16,7 +18,6 @@ PYERUALJETWORK document: https://github.com/HCB06/PyerualJetwork/blob/main/Welco
|
|
16
18
|
import numpy as np
|
17
19
|
from colorama import Fore
|
18
20
|
import math
|
19
|
-
import random
|
20
21
|
|
21
22
|
### LIBRARY IMPORTS ###
|
22
23
|
from .ui import loading_bars, initialize_loading_bar
|
@@ -3,6 +3,8 @@
|
|
3
3
|
|
4
4
|
MAIN MODULE FOR PLAN_CUDA
|
5
5
|
|
6
|
+
Examples: https://github.com/HCB06/PyerualJetwork/tree/main/Welcome_to_PyerualJetwork/ExampleCodes
|
7
|
+
|
6
8
|
PLAN document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PLAN/PLAN.pdf
|
7
9
|
PYERUALJETWORK document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf
|
8
10
|
|
@@ -14,7 +16,6 @@ PYERUALJETWORK document: https://github.com/HCB06/PyerualJetwork/blob/main/Welco
|
|
14
16
|
"""
|
15
17
|
|
16
18
|
import cupy as cp
|
17
|
-
import numpy as np
|
18
19
|
from colorama import Fore
|
19
20
|
import math
|
20
21
|
|