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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,6 @@ List of algorithms implemented:
14
14
15
15
All of the algorithms are heavily commented (possibly to a fault), but I wanted someone in the midst of a machine learning class to be able to read through the code and understand it decently well. Although I have done my best to implement these algorithms with efficiency in mind (within the confines of MATLAB's inherent deficiencies in this regard), this repository is far more valuable as a teaching tool than a performance-centric library.
16
16
17
-
In the near future, I will include a demo folder that demonstrates the correctness and performance of each algorithm on a set of representative problems.
17
+
Due to the algorithms being so heavily commented, many implementation details are contained within the code as comments instead of in a README.
18
+
19
+
In the near future, I will include a demo folder that demonstrates the correctness and performance of each algorithm on a set of representative problems. I also might create a README with implementation details for each algorithm, to be located in the src folder.
0 commit comments