pyerualjetwork 2.4.0__tar.gz → 2.4.1__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.
@@ -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
@@ -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
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5
5
  setup(
6
6
 
7
7
  name = "pyerualjetwork",
8
- version = "2.4.0",
8
+ version = "2.4.1",
9
9
  author = "Hasan Can Beydili",
10
10
  author_email = "tchasancan@gmail.com",
11
11
  description= "show_training parameter added for fit function[True, 'final' or any]. Code improvements",
File without changes