pyerualjetwork 2.6.6__py3-none-any.whl → 3.3.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.
- pyerualjetwork/__init__.py +70 -0
- pyerualjetwork/activation_functions.py +367 -0
- pyerualjetwork/data_operations.py +401 -0
- pyerualjetwork/help.py +16 -0
- pyerualjetwork/loss_functions.py +21 -0
- pyerualjetwork/metrics.py +190 -0
- pyerualjetwork/model_operations.py +350 -0
- pyerualjetwork/plan.py +645 -0
- pyerualjetwork/planeat.py +726 -0
- pyerualjetwork/ui.py +22 -0
- pyerualjetwork/visualizations.py +799 -0
- pyerualjetwork-3.3.4.dist-info/METADATA +96 -0
- pyerualjetwork-3.3.4.dist-info/RECORD +15 -0
- pyerualjetwork-3.3.4.dist-info/top_level.txt +1 -0
- plan/__init__.py +0 -5
- plan/plan.py +0 -1614
- pyerualjetwork-2.6.6.dist-info/METADATA +0 -8
- pyerualjetwork-2.6.6.dist-info/RECORD +0 -6
- pyerualjetwork-2.6.6.dist-info/top_level.txt +0 -1
- {pyerualjetwork-2.6.6.dist-info → pyerualjetwork-3.3.4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,96 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pyerualjetwork
|
3
|
+
Version: 3.3.4
|
4
|
+
Summary: * PyerualJetwork is a machine learning library written in Python for professionals, incorporating advanced, unique, new, and modern techniques.
|
5
|
+
Author: Hasan Can Beydili
|
6
|
+
Author-email: tchasancan@gmail.com
|
7
|
+
Keywords: model evaluation,classification,potentiation learning artificial neural networks,NEAT,genetic algorithms,reinforcement learning,neural networks
|
8
|
+
Description-Content-Type: text/markdown
|
9
|
+
|
10
|
+
# PyerualJetwork [](https://socket.dev/pypi/package/pyerualjetwork/overview/2.5.0/tar-gz) [](https://www.codefactor.io/repository/github/hcb06/PyerualJetwork) [](https://pepy.tech/projects/PyerualJetwork) + [](https://pepy.tech/projects/pyerualjetwork) [](https://pepy.tech/projects/PyerualJetwork) [](https://pepy.tech/projects/anaplan) [](https://pypi.org/project/anaplan/)
|
11
|
+
|
12
|
+
Note: anaplan old name of pyerualjetwork.
|
13
|
+
|
14
|
+
The first version of PyerualJetwork was released on May 22, 2024, and its latest version was released on August 22, 2024, and no further versions will be released. Anaplan launched its first version on August 30, 2024, as a continuation of PyerualJetwork. Only the name has been changed.
|
15
|
+
|
16
|
+
IMPORTAT CHANGE!
|
17
|
+
|
18
|
+
I recently updated the name of the library I published as "pyerualjetwork" to "anaplan." However, due to copyright issues and branding concerns, I have decided to revert to the original name, "pyerualjetwork." From now on, you can access the library by installing version pyerualjetwork(3.3.4) using the command pip install pyerualjetwork, replacing the current "anaplan(2.5.3)" modules.
|
19
|
+
|
20
|
+
https://libraries.io/pypi/pyerualjetwork
|
21
|
+
|
22
|
+
https://libraries.io/pypi/anaplan (end of support)
|
23
|
+
|
24
|
+
pip install pyerualjetwork
|
25
|
+
|
26
|
+
from pyerualjetwork import plan
|
27
|
+
from pyerualjetwork import planeat
|
28
|
+
from pyerualjetwork import data_operations
|
29
|
+
from pyerualjetwork import model_operations
|
30
|
+
|
31
|
+
Optimized for Visual Studio Code(Note: Improved for other ides in 1.5.8>.)
|
32
|
+
|
33
|
+
requires=[
|
34
|
+
'setuptools==75.6.0'
|
35
|
+
'scipy==1.13.1',
|
36
|
+
'tqdm==4.66.4',
|
37
|
+
'seaborn==0.13.2',
|
38
|
+
'pandas==2.2.2',
|
39
|
+
'networkx==3.3',
|
40
|
+
'numpy==1.26.4',
|
41
|
+
'matplotlib==3.9.0',
|
42
|
+
'colorama==0.4.6'
|
43
|
+
]
|
44
|
+
|
45
|
+
matplotlib, seaborn, networkx (optional).
|
46
|
+
PyerualJetwork checks and install all dependencies (with optional ones) for every runing.
|
47
|
+
If your version is higher or lower, PyerualJetwork automaticly delete other versions and installs this versions.
|
48
|
+
|
49
|
+
##############################
|
50
|
+
|
51
|
+
ABOUT PYERUALJETWORK:
|
52
|
+
|
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
|
54
|
+
Both the PLAN algorithm and the PyerualJetwork library were created by Author, and all rights are reserved by Author.
|
55
|
+
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
|
+
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
|
+
|
59
|
+
PyerualJetwork includes Plan Vision, NLPlan, PLANEAT and at the between of both, Deep Plan:<br>
|
60
|
+
|
61
|
+
<br><br><br>
|
62
|
+
|
63
|
+
PLAN VISION:<br>
|
64
|
+
|
65
|
+

|
66
|
+
|
67
|
+
You can create artificial intelligence models that perform computer vision tasks using the plan module:<br>
|
68
|
+
|
69
|
+
<br><br><br>
|
70
|
+
<br><br><br>
|
71
|
+
<br><br><br>
|
72
|
+
|
73
|
+
NLPlan:<br>
|
74
|
+
|
75
|
+
<br>
|
76
|
+
|
77
|
+
You can create artificial intelligence models that perform natural language processing tasks using the plan module:
|
78
|
+
|
79
|
+

|
80
|
+
|
81
|
+
PLANEAT:<br>
|
82
|
+
|
83
|
+
You can create artificial intelligence models that perform reinforcement learning tasks and genetic optimization tasks using the planeat module:
|
84
|
+
|
85
|
+
<br>
|
86
|
+
|
87
|
+
<br>
|
88
|
+
|
89
|
+
|
90
|
+
HOW DO I IMPORT IT TO MY PROJECT?
|
91
|
+
|
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 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".
|
93
|
+
•
|
94
|
+
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
|
+
|
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,15 @@
|
|
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,,
|
@@ -0,0 +1 @@
|
|
1
|
+
pyerualjetwork
|
plan/__init__.py
DELETED
@@ -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, weight_identification, fex, fit, evaluate, save_model, load_model, predict_model_ssd, predict_model_ram, get_weights, get_df, get_preds, get_acc, synthetic_augmentation, standard_scaler, multiple_evaluate, encode_one_hot, split, metrics, decode_one_hot, roc_curve, confusion_matrix, plot_evaluate, manuel_balancer, weight_normalization
|