-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00ac45a
commit 6d4852e
Showing
13 changed files
with
36 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
def convolution2d(x, kernel, bias, stride=1, padding=0): | ||
""" | ||
Convolution 2D | ||
""" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ml_algorithms/src/algorithms/linear_regression/normalization/normalization_analysis.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ | |
|
||
a_1 = (n*sum_xy - sum_x*sum_y)/(n*sum_x_sq - sum_x**2) | ||
|
||
|
||
print(f'a_0: {a_0}, a_1: {a_1}') |
Binary file added
BIN
+5.39 KB
...ithms/src/algorithms/logistic_regression/__pycache__/binaryclassification.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+1.84 KB
ml_algorithms/src/algorithms/logistic_regression/__pycache__/lr_utils.cpython-311.pyc
Binary file not shown.
4 changes: 1 addition & 3 deletions
4
ml_algorithms/src/algorithms/logistic_regression/binaryclassification.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters