You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ This software is provided "as is" without warranty of any kind, express or impli
6
6
7
7
Summary:
8
8
- This repository includes the machine learning class assignments I completed in the Electrical & Computer Engineering department at Texas Tech University.
9
-
- The assignments require the user to develop the algorithms from scratch meaning, there will either be very limited or no use of existing libraries. If
10
-
- The assignments were written in MATLAB. I achieved a score of 100% in all 6 of the assignments.
11
-
- The assigments contain a mix of regression and classification algorithms. The contents of each assignment, including the algorithm utilized for solving the problem(s) is shared below under "Contents".
9
+
- The assignments require the user to develop the algorithms from scratch meaning, there will either be very limited or no use of existing libraries.
10
+
- The assignments were solved with MATLAB.
11
+
- I achieved a score of 100% in all 6 of the assignments.
12
+
- The assigments contain a mix of regression and classification tasks. The contents of each assignment, including the algorithm utilized for solving the problem(s) is shared below under "Contents".
12
13
13
14
Reason for Sharing:
14
15
- I decided to make these assignments publicly available to help others learn the mathmetical principles of some of the core machine learning algorithms.
0 commit comments