pyerualjetwork 2.4.0__py3-none-any.whl → 2.4.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_di/plan_di.py CHANGED
@@ -64,7 +64,7 @@ def fit(
64
64
  trained_W = [1] * len(W)
65
65
  print(Fore.GREEN + "Train Started with 0 ERROR" + Style.RESET_ALL)
66
66
  start_time = time.time()
67
- y = pdi.decode_one_hot(y_train)
67
+ y = decode_one_hot(y_train)
68
68
 
69
69
  for index, inp in enumerate(x_train):
70
70
  uni_start_time = time.time()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: show_training parameter added for fit function[True, 'final' or any]. Code improvements
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,8 @@
1
+ plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
2
+ plan_bi/plan_bi.py,sha256=qGk5ukjsDeefW4oEDK4QfJ46rIkLzJitxQ8PhPGBPIA,51828
3
+ plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
4
+ plan_di/plan_di.py,sha256=W9-7toblUTH03QeRtkdzqC9SN3O9pRyUD84xh9GIjuY,49948
5
+ pyerualjetwork-2.4.1.dist-info/METADATA,sha256=vdwkvq8toJtryCkZRKEIE66QPll-PLkmhS3pvI72xtA,309
6
+ pyerualjetwork-2.4.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.4.1.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.4.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
2
- plan_bi/plan_bi.py,sha256=qGk5ukjsDeefW4oEDK4QfJ46rIkLzJitxQ8PhPGBPIA,51828
3
- plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
4
- plan_di/plan_di.py,sha256=nPEGeNce2UW89HJqsCvvhrKfy9d6MlEG6wpFmaxw6_M,49952
5
- pyerualjetwork-2.4.0.dist-info/METADATA,sha256=SRy0uGHL-qbnm28e1-tm33cqI2WMxacbqHHGeCwJ-Io,309
6
- pyerualjetwork-2.4.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.4.0.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.4.0.dist-info/RECORD,,