Skip to content

Commit cfab72e

Browse files
author
Quinn Liu
committed
additional notes about file tree
1 parent cd114a2 commit cfab72e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ T and some performance measure P, if its performance on T, as measured by P, imp
1515
2. Fork this repository and clone it locally! Navigate into specific folders (made them very specific) and look at the README.md file for that specific folder for which file(s) to run to see examples of what machine learning algorithms can do for you. Enjoy!
1616

1717
<h2>What each file/folder in this repository is for:</h2>
18-
- diagnosticTests = tests that will give you insight into what is & isn't working with a learning algorithm
18+
- [diagnosticTests](./diagnosticTests) = tests that will give you insight into what is & isn't working with a learning algorithm
1919

20-
- imagesForExplanation = contains images used in other folder's ```README.md``` files for explanation
20+
- imagesForExplanation = contains images used in other folder's ```README.md``` files for explanation so don't worry about this
21+
folder
2122

2223
- supervisedLearning = teach the computer how to learn
2324
+ [linearRegressionIn1Variable](./supervisedLearning/linearRegressionIn1Variable)

0 commit comments

Comments
 (0)