Skip to content

Commit 749a09b

Browse files
author
Clark Zinzow
committed
Updated README
1 parent d28f163 commit 749a09b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ List of algorithms implemented:
1414

1515
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.
1616

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

Comments
 (0)