pyerualjetwork 3.3.4__py3-none-any.whl → 4.1.9__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 +7 -16
- pyerualjetwork/activation_functions.py +120 -146
- pyerualjetwork/activation_functions_cuda.py +341 -0
- pyerualjetwork/data_operations.py +79 -77
- pyerualjetwork/data_operations_cuda.py +461 -0
- pyerualjetwork/help.py +4 -4
- pyerualjetwork/loss_functions_cuda.py +21 -0
- pyerualjetwork/memory_operations.py +298 -0
- pyerualjetwork/metrics_cuda.py +163 -0
- pyerualjetwork/model_operations.py +81 -23
- pyerualjetwork/model_operations_cuda.py +421 -0
- pyerualjetwork/plan.py +229 -210
- pyerualjetwork/plan_cuda.py +696 -0
- pyerualjetwork/planeat.py +60 -43
- pyerualjetwork/planeat_cuda.py +744 -0
- pyerualjetwork/visualizations.py +153 -129
- pyerualjetwork/visualizations_cuda.py +826 -0
- {pyerualjetwork-3.3.4.dist-info → pyerualjetwork-4.1.9.dist-info}/METADATA +45 -21
- pyerualjetwork-4.1.9.dist-info/RECORD +24 -0
- pyerualjetwork-3.3.4.dist-info/RECORD +0 -15
- {pyerualjetwork-3.3.4.dist-info → pyerualjetwork-4.1.9.dist-info}/WHEEL +0 -0
- {pyerualjetwork-3.3.4.dist-info → pyerualjetwork-4.1.9.dist-info}/top_level.txt +0 -0
@@ -1,25 +1,27 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version:
|
4
|
-
Summary:
|
3
|
+
Version: 4.1.9
|
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
|
7
7
|
Keywords: model evaluation,classification,potentiation learning artificial neural networks,NEAT,genetic algorithms,reinforcement learning,neural networks
|
8
8
|
Description-Content-Type: text/markdown
|
9
9
|
|
10
|
-
# PyerualJetwork [](https://socket.dev/pypi/package/pyerualjetwork/overview/4.0.6/tar-gz) [](https://www.codefactor.io/repository/github/hcb06/pyerualjetwork) [](https://pepy.tech/projects/pyerualjetwork) + [](https://pepy.tech/projects/anaplan)
|
11
11
|
|
12
|
-
Note: anaplan old name of pyerualjetwork.
|
13
12
|
|
14
|
-
|
13
|
+
[](https://pepy.tech/projects/pyerualjetwork) [](https://pepy.tech/projects/pyerualjetwork) [](https://pypi.org/project/pyerualjetwork/)
|
15
14
|
|
16
|
-
|
15
|
+
Note: anaplan old name of pyerualjetwork
|
17
16
|
|
18
|
-
|
17
|
+
<br><br><br>
|
19
18
|
|
20
|
-
https://libraries.io/pypi/pyerualjetwork
|
19
|
+
Libraries.io Page: https://libraries.io/pypi/pyerualjetwork
|
20
|
+
|
21
|
+
PyPi Page: https://pypi.org/project/pyerualjetwork/
|
22
|
+
|
23
|
+
GitHub Page: https://github.com/HCB06/PyerualJetwork
|
21
24
|
|
22
|
-
https://libraries.io/pypi/anaplan (end of support)
|
23
25
|
|
24
26
|
pip install pyerualjetwork
|
25
27
|
|
@@ -28,10 +30,15 @@ https://libraries.io/pypi/anaplan (end of support)
|
|
28
30
|
from pyerualjetwork import data_operations
|
29
31
|
from pyerualjetwork import model_operations
|
30
32
|
|
31
|
-
|
33
|
+
from pyerualjetwork import plan_cuda
|
34
|
+
from pyerualjetwork import planeat_cuda
|
35
|
+
from pyerualjetwork import data_operations_cuda
|
36
|
+
from pyerualjetwork import model_operations_cuda
|
37
|
+
|
38
|
+
Optimized for Visual Studio Code
|
32
39
|
|
33
40
|
requires=[
|
34
|
-
'setuptools==75.6.0'
|
41
|
+
'setuptools==75.6.0',
|
35
42
|
'scipy==1.13.1',
|
36
43
|
'tqdm==4.66.4',
|
37
44
|
'seaborn==0.13.2',
|
@@ -39,26 +46,31 @@ https://libraries.io/pypi/anaplan (end of support)
|
|
39
46
|
'networkx==3.3',
|
40
47
|
'numpy==1.26.4',
|
41
48
|
'matplotlib==3.9.0',
|
42
|
-
'colorama==0.4.6'
|
49
|
+
'colorama==0.4.6',
|
50
|
+
'cupy-cuda12x',
|
51
|
+
'psutil==6.1.1'
|
43
52
|
]
|
44
53
|
|
45
54
|
matplotlib, seaborn, networkx (optional).
|
46
|
-
PyerualJetwork checks and install all dependencies
|
55
|
+
PyerualJetwork checks and install all dependencies with optional ones for every runing.
|
47
56
|
If your version is higher or lower, PyerualJetwork automaticly delete other versions and installs this versions.
|
48
57
|
|
49
58
|
##############################
|
50
59
|
|
51
60
|
ABOUT PYERUALJETWORK:
|
52
61
|
|
53
|
-
PyerualJetwork is a machine learning library written in Python for professionals, incorporating advanced, unique, new, and modern techniques. Its most important component is the PLAN (Potentiation Learning Artificial Neural Network) https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4862342. (THIS ARTICLE IS FIRST VERSION OF PLAN.) MODERN VERSION OF PLAN: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PLAN/PLAN.pdf
|
62
|
+
PyerualJetwork is a machine learning library written in Python for professionals, incorporating advanced, unique, new, and modern techniques with optimized GPU acceleration. Its most important component is the PLAN (Potentiation Learning Artificial Neural Network) https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4862342. (THIS ARTICLE IS FIRST VERSION OF PLAN.) MODERN VERSION OF PLAN: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PLAN/PLAN.pdf
|
54
63
|
Both the PLAN algorithm and the PyerualJetwork library were created by Author, and all rights are reserved by Author.
|
55
64
|
PyerualJetwork is free to use for commercial business and individual users. PyerualJetwork is written in fully functional programming with non-oop elements. PyerualJetwork consists of many functions that complement each other, which facilitates the learning process and debugging during use.
|
56
65
|
As of 12/21/2024, the library includes PLAN and PLANEAT module, but other machine learning modules are expected to be added in the future.
|
57
|
-
<br><br>
|
58
66
|
|
59
|
-
PyerualJetwork
|
67
|
+
PyerualJetwork ready for both eager execution(like PyTorch) and static graph(like Tensorflow) concepts because PyerualJetwork using only functions.
|
68
|
+
For example:
|
60
69
|
|
61
|
-
|
70
|
+
fit function only fits given training data(suitable for dynamic graph) but learner function learns and optimize entire architecture(suitable for static graph). Or more deeper eager executions PyerualJetwork have: feed_forward function, list of activation functions, loss functions. You can create your unique model architecture. Move your data to GPU or CPU or manage how much should in GPU, Its all up to you.
|
71
|
+
<br><br>
|
72
|
+
|
73
|
+
PyerualJetworket includes Plan Vision, NLPlan, PLANEAT and at the between of both, Deep Plan.<br>
|
62
74
|
|
63
75
|
PLAN VISION:<br>
|
64
76
|
|
@@ -83,14 +95,26 @@ PLANEAT:<br>
|
|
83
95
|
You can create artificial intelligence models that perform reinforcement learning tasks and genetic optimization tasks using the planeat module:
|
84
96
|
|
85
97
|
<br>
|
86
|
-
|
87
98
|
<br>
|
99
|
+
<br><br>
|
100
|
+
|
101
|
+
YOU CAN CREATE DYNAMIC ANIMATIONS OF YOUR MODELS
|
102
|
+
|
103
|
+
<br>
|
104
|
+
<br>
|
105
|
+
<br>
|
106
|
+
|
107
|
+
YOU CAN CREATE AND VISUALIZE YOUR MODEL ARCHITECTURE
|
108
|
+
|
109
|
+
<br>
|
110
|
+
<br>
|
111
|
+
|
88
112
|
|
89
113
|
|
90
114
|
HOW DO I IMPORT IT TO MY PROJECT?
|
91
115
|
|
92
|
-
Anaconda users can access the 'Anaconda Prompt' terminal from the Start menu and add the necessary library modules to the Python module search queue by typing "pip install
|
93
|
-
|
116
|
+
Anaconda users can access the 'Anaconda Prompt' terminal from the Start menu and add the necessary library modules to the Python module search queue by typing "pip install pyerualjetwork" and pressing enter. If you are not using Anaconda, you can simply open the 'cmd' Windows command terminal from the Start menu and type "pip install PyerualJetwork". (Visual Studio Code reccomended) After installation, it's important to periodically open the terminal of the environment you are using and stay up to date by using the command "pip install PyerualJetwork --upgrade".
|
117
|
+
|
94
118
|
After installing the module using "pip" you can now call the library module in your project environment. Use: “from pyerualjetwork import plan”. Now, you can call the necessary functions from the plan module.
|
95
119
|
|
96
|
-
The PLAN algorithm will not be explained in this document. This document focuses on how professionals can integrate and use PyerualJetwork in their systems. However, briefly, the PLAN algorithm can be described as a classification algorithm. PLAN algorithm achieves this task with an incredibly energy-efficient, fast, and hyperparameter-free user-friendly approach. For more detailed information, you can check out .pdf) file.
|
@@ -0,0 +1,24 @@
|
|
1
|
+
pyerualjetwork/__init__.py,sha256=h1cmeJv4HBNKFFZhCMMsdIxaEMYqdzTuuf8QYdLjyIA,2175
|
2
|
+
pyerualjetwork/activation_functions.py,sha256=WWOdMd5pI6ZKe-ieKCIsKAYPQODHuXYxx7tzhA5xjes,11767
|
3
|
+
pyerualjetwork/activation_functions_cuda.py,sha256=KmXJ5Cdig46XAMYakXFPEOlxSxtFJjD21-i3nGtxPjE,11807
|
4
|
+
pyerualjetwork/data_operations.py,sha256=HjyW2QE18age6J8iG0jpbwqGOylL_nM-vE2CLbP9Wes,14690
|
5
|
+
pyerualjetwork/data_operations_cuda.py,sha256=UpoJoFhIwTU4xg9dVuLAxLAT4CkRaGsxvtJG9j1xrNo,17629
|
6
|
+
pyerualjetwork/help.py,sha256=OZghUy7GZTgEX_i3NYtgcpzUgCDOi6r2vVUF1ROkFiI,774
|
7
|
+
pyerualjetwork/loss_functions.py,sha256=6PyBI232SQRGuFnG3LDGvnv_PUdWzT2_2mUODJiejGI,618
|
8
|
+
pyerualjetwork/loss_functions_cuda.py,sha256=C93IZJcrOpT6HMK9x1O4AHJWXYTkN5WZiqdssPbvAPk,617
|
9
|
+
pyerualjetwork/memory_operations.py,sha256=_Wu9FJc6ozQTPOC2tXfXWPCwUIvPRuDjmLw_McntVSI,13470
|
10
|
+
pyerualjetwork/metrics.py,sha256=q7MkhnZDRbCjFBDDfUgrl8lBYnUT_1ro1LxeBq105pI,6077
|
11
|
+
pyerualjetwork/metrics_cuda.py,sha256=73h9GC7XwmnFCVzFEEiPQfF8CwHIz2wsCbxpZrJtYgw,5061
|
12
|
+
pyerualjetwork/model_operations.py,sha256=hnhR8dtoICNJWIwGgJ65-LN3GYN_DYH4LMe6YpZVbnI,12967
|
13
|
+
pyerualjetwork/model_operations_cuda.py,sha256=XnKKq54ZLaqCm-NaJ6d8IToACKcKg2Ttq6moowVRRWo,13365
|
14
|
+
pyerualjetwork/plan.py,sha256=QwF7kAzEGSTbYaBHHjaPcqYsMfb2I9FGDykSouBhxmk,34335
|
15
|
+
pyerualjetwork/plan_cuda.py,sha256=KoKjsoWTLM-q07G1Gy0-LYXGlp15Fno6JqHz-Jzi_yE,35983
|
16
|
+
pyerualjetwork/planeat.py,sha256=0kkjziTY_BDEr7SOJjHIHxu_kikOmP-yfVOgwEjXppg,40232
|
17
|
+
pyerualjetwork/planeat_cuda.py,sha256=mxh5DzJvSwNJ_nc4b_SNMDDIoyBistjK5IjjpOJR3hM,40221
|
18
|
+
pyerualjetwork/ui.py,sha256=wu2BhU1k-w3Kcho5Jtq4SEKe68ftaUeRGneUOSCVDjU,575
|
19
|
+
pyerualjetwork/visualizations.py,sha256=QaYSIyVkJZ8NqpBKArQKkI1y37nCQo_KIM98IMssnRc,28766
|
20
|
+
pyerualjetwork/visualizations_cuda.py,sha256=F60vQ92AXlMgBka3InXnOtGoM25vQJAlBIU2AlYTwks,29200
|
21
|
+
pyerualjetwork-4.1.9.dist-info/METADATA,sha256=-K3bK3dDAFM4QR-yU7u4qRgDTvLi_G6ftaZQWhikpUA,7793
|
22
|
+
pyerualjetwork-4.1.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
23
|
+
pyerualjetwork-4.1.9.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
24
|
+
pyerualjetwork-4.1.9.dist-info/RECORD,,
|
@@ -1,15 +0,0 @@
|
|
1
|
-
pyerualjetwork/__init__.py,sha256=yCGt50_kQMcIUlfeuwqyuxvH8YZs1varJ_bZr4musN8,2404
|
2
|
-
pyerualjetwork/activation_functions.py,sha256=iJpdsX8FqZ3lB3x-YG7d9-em8xHD0y1ciJLNWmI7Y6A,9941
|
3
|
-
pyerualjetwork/data_operations.py,sha256=mph66_qGQHxhg_gQtTuOzP2PjTwJsxTGzmRmvrzlQn4,12747
|
4
|
-
pyerualjetwork/help.py,sha256=5Du_Cja5iPvGeVS9dAoehKTJmRgb_7c6Qsn7Cy2ZfTs,823
|
5
|
-
pyerualjetwork/loss_functions.py,sha256=6PyBI232SQRGuFnG3LDGvnv_PUdWzT2_2mUODJiejGI,618
|
6
|
-
pyerualjetwork/metrics.py,sha256=q7MkhnZDRbCjFBDDfUgrl8lBYnUT_1ro1LxeBq105pI,6077
|
7
|
-
pyerualjetwork/model_operations.py,sha256=f_k_wdPAYXVmzH01kQ2UTbcYO89DaU6_8UbK-XSX-z8,10492
|
8
|
-
pyerualjetwork/plan.py,sha256=R8e8-S5F9eQOb9YZA6VQ9BCu94gJXMfn_nKkl4ZNpQE,31848
|
9
|
-
pyerualjetwork/planeat.py,sha256=luHDiRK7u2qonXXZb6i7arQNINVsxEDJtYzCc2prBLM,38060
|
10
|
-
pyerualjetwork/ui.py,sha256=wu2BhU1k-w3Kcho5Jtq4SEKe68ftaUeRGneUOSCVDjU,575
|
11
|
-
pyerualjetwork/visualizations.py,sha256=DvbiQGlvlKNAgBJ3O3ukAi6uxSheha9SRFh5YX7ZxIA,26678
|
12
|
-
pyerualjetwork-3.3.4.dist-info/METADATA,sha256=n8SfmASS3u5rofDA4PR9kJgTo74PAd8KIs1q8LK6aUY,6892
|
13
|
-
pyerualjetwork-3.3.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
14
|
-
pyerualjetwork-3.3.4.dist-info/top_level.txt,sha256=BRyt62U_r3ZmJpj-wXNOoA345Bzamrj6RbaWsyW4tRg,15
|
15
|
-
pyerualjetwork-3.3.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|