pyerualjetwork 4.3.10b3__tar.gz → 4.3.11__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.
Files changed (30) hide show
  1. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/PKG-INFO +2 -2
  2. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/README.md +1 -1
  3. pyerualjetwork-4.3.11/pyerualjetwork/__init__.py +33 -0
  4. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/activation_functions.py +0 -4
  5. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork.egg-info/PKG-INFO +2 -2
  6. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/setup.py +1 -1
  7. pyerualjetwork-4.3.10b3/pyerualjetwork/__init__.py +0 -11
  8. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/activation_functions_cuda.py +0 -0
  9. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/data_operations.py +0 -0
  10. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/data_operations_cuda.py +0 -0
  11. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/fitness_functions.py +0 -0
  12. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/help.py +0 -0
  13. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/loss_functions.py +0 -0
  14. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/loss_functions_cuda.py +0 -0
  15. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/memory_operations.py +0 -0
  16. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/metrics.py +0 -0
  17. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/metrics_cuda.py +0 -0
  18. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/model_operations.py +0 -0
  19. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/model_operations_cuda.py +0 -0
  20. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/plan.py +0 -0
  21. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/plan_cuda.py +0 -0
  22. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/planeat.py +0 -0
  23. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/planeat_cuda.py +0 -0
  24. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/ui.py +0 -0
  25. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/visualizations.py +0 -0
  26. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork/visualizations_cuda.py +0 -0
  27. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
  28. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
  29. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/pyerualjetwork.egg-info/top_level.txt +0 -0
  30. {pyerualjetwork-4.3.10b3 → pyerualjetwork-4.3.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 4.3.10b3
3
+ Version: 4.3.11
4
4
  Summary: PyerualJetwork is a machine learning library supported with GPU(CUDA) acceleration written in Python for professionals and researchers including with PLAN algorithm, PLANEAT algorithm (genetic optimization). Also includes data pre-process and memory manegament
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -51,7 +51,7 @@ YouTube Tutorials: https://www.youtube.com/watch?v=6wMQstZ00is&list=PLNgNWpM7Hbs
51
51
  'psutil==6.1.1'
52
52
  ]
53
53
 
54
- matplotlib, networkx (optional).
54
+ matplotlib, networkx, seaborn (optional).
55
55
 
56
56
  ##############################
57
57
 
@@ -42,7 +42,7 @@ YouTube Tutorials: https://www.youtube.com/watch?v=6wMQstZ00is&list=PLNgNWpM7Hbs
42
42
  'psutil==6.1.1'
43
43
  ]
44
44
 
45
- matplotlib, networkx (optional).
45
+ matplotlib, networkx, seaborn (optional).
46
46
 
47
47
  ##############################
48
48
 
@@ -0,0 +1,33 @@
1
+ __version__ = "4.3.11"
2
+ __update__ = """* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES
3
+ * PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main
4
+ * PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf
5
+ * YouTube tutorials: https://www.youtube.com/@HasanCanBeydili"""
6
+
7
+ def print_version(version):
8
+ print(f"PyerualJetwork Version {version}\n")
9
+
10
+ def print_update_notes(update):
11
+ print(f"Notes:\n{update}")
12
+
13
+ print_version(__version__)
14
+ print_update_notes(__update__)
15
+
16
+ required_modules = ["scipy", "tqdm", "pandas", "numpy", "colorama", "cupy", "psutil"]
17
+
18
+ missing_modules = []
19
+ for module in required_modules:
20
+ try:
21
+ __import__(module)
22
+ except ModuleNotFoundError:
23
+ missing_modules.append(module)
24
+
25
+ if missing_modules:
26
+ raise ImportError(
27
+ f"Missing modules detected: {', '.join(missing_modules)}\n"
28
+ "Please run the following command to install the missing packages:\n\n"
29
+ f" pip install {' '.join(missing_modules)}\n\n"
30
+ "For more information, visit the PyerualJetwork GitHub README.md file:\n"
31
+ "https://github.com/HCB06/PyerualJetwork/blob/main/README.md"
32
+
33
+ )
@@ -203,9 +203,6 @@ def square_quartic(x):
203
203
  def cubic_quadratic(x):
204
204
  return x**3 * (x**2)
205
205
 
206
- def exp_cubic(x):
207
- return np.exp(x**3)
208
-
209
206
  def sine_square(x):
210
207
  return np.sin(x)**2
211
208
 
@@ -267,7 +264,6 @@ def apply_activation(Input, activation_list):
267
264
  'quartic': quartic,
268
265
  'square_quartic': square_quartic,
269
266
  'cubic_quadratic': cubic_quadratic,
270
- 'exp_cubic': exp_cubic,
271
267
  'sine_square': sine_square,
272
268
  'logarithmic': logarithmic,
273
269
  'scaled_cubic': lambda x: scaled_cubic(x, 1.0),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 4.3.10b3
3
+ Version: 4.3.11
4
4
  Summary: PyerualJetwork is a machine learning library supported with GPU(CUDA) acceleration written in Python for professionals and researchers including with PLAN algorithm, PLANEAT algorithm (genetic optimization). Also includes data pre-process and memory manegament
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -51,7 +51,7 @@ YouTube Tutorials: https://www.youtube.com/watch?v=6wMQstZ00is&list=PLNgNWpM7Hbs
51
51
  'psutil==6.1.1'
52
52
  ]
53
53
 
54
- matplotlib, networkx (optional).
54
+ matplotlib, networkx, seaborn (optional).
55
55
 
56
56
  ##############################
57
57
 
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
  # Setting Up
7
7
  setup(
8
8
  name="pyerualjetwork",
9
- version="4.3.10b3",
9
+ version="4.3.11",
10
10
  author="Hasan Can Beydili",
11
11
  author_email="tchasancan@gmail.com",
12
12
  description=(
@@ -1,11 +0,0 @@
1
- __version__ = "4.3.10b3"
2
- __update__ = "* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES\n* PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main\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"
3
-
4
- def print_version(__version__):
5
- print(f"PyerualJetwork Version {__version__}" + '\n')
6
-
7
- def print_update_notes(__update__):
8
- print(f"Notes:\n{__update__}")
9
-
10
- print_version(__version__)
11
- print_update_notes(__update__)