pyerualjetwork 2.8.0__py3-none-any.whl → 2.8.1__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.
plan/plan.py CHANGED
@@ -708,8 +708,8 @@ def save_model(model_name,
708
708
  weights_type,
709
709
  weights_format,
710
710
  model_path,
711
- scaler_params,
712
711
  W,
712
+ scaler_params=None,
713
713
  activation_potentiation=None
714
714
  ):
715
715
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.8.0
3
+ Version: 2.8.1
4
4
  Summary: Code improvoments
5
5
  Home-page: UNKNOWN
6
6
  Author: Hasan Can Beydili
@@ -0,0 +1,6 @@
1
+ plan/__init__.py,sha256=WStB_zoAADCWXzIqieDZo4frPQMEZzxXnRZ6QiQKSGY,523
2
+ plan/plan.py,sha256=x2sLhTt97E2lclfsBKFexvLEAgPUfH8uPc2hg9ggpUM,54731
3
+ pyerualjetwork-2.8.1.dist-info/METADATA,sha256=pgJXu2Fbh7ItUXFke792-D_zvGxU7Y8JB_1XnPaLwYI,312
4
+ pyerualjetwork-2.8.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ pyerualjetwork-2.8.1.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-2.8.1.dist-info/RECORD,,
plan/Untitled-1.py DELETED
@@ -1,31 +0,0 @@
1
-
2
-
3
- import plan
4
- import time
5
- from colorama import Fore
6
- import numpy as np
7
- from sklearn.datasets import load_digits
8
-
9
- # TRAIN
10
-
11
- data = load_digits()
12
-
13
- X = data.data
14
- y = data.target
15
-
16
- X = plan.normalization(X)
17
-
18
- x_train, x_test, y_train, y_test = plan.split(X, y, 0.4, 42)
19
-
20
-
21
- y_train, y_test = plan.encode_one_hot(y_train, y_test)
22
-
23
-
24
- x_test, y_test = plan.auto_balancer(x_test, y_test)
25
-
26
-
27
- W = plan.fit(x_train, y_train, val=True)
28
-
29
- # TEST
30
-
31
- test_model = plan.evaluate(x_test, y_test,show_metrices=True, W=W)
@@ -1,7 +0,0 @@
1
- plan/Untitled-1.py,sha256=DbHjYRG0-vHpMfNNQXZCHIKm68DzwbNnDrF9xoEr7u0,526
2
- plan/__init__.py,sha256=WStB_zoAADCWXzIqieDZo4frPQMEZzxXnRZ6QiQKSGY,523
3
- plan/plan.py,sha256=aZgJxaaZNyYnApF24Zj6sbGmk5D4GT2EBhAtHp1ncQk,54726
4
- pyerualjetwork-2.8.0.dist-info/METADATA,sha256=PnX6wxeHQmH6Nf0jRcXfwTGSc7XzU1tZBTKaJC62CW8,312
5
- pyerualjetwork-2.8.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- pyerualjetwork-2.8.0.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
7
- pyerualjetwork-2.8.0.dist-info/RECORD,,