Skip to content

Commit 6c6a846

Browse files
author
Quinn Liu
committed
fixed formatting
1 parent cfab72e commit 6c6a846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Machine Learning
44
The majority of the material here was created while taking Andrew Ng's free online
55
[Machine Learning class](https://www.coursera.org/course/ml) which I highly recommend!
66

7-
Definition of Machine Learning by Tom Mitchell
8-
97
*"A computer program is said to learn from experience E with respect to some task
108
T and some performance measure P, if its performance on T, as measured by P, improves with experience E."*
119

10+
~ Definition of Machine Learning by Tom Mitchell
11+
1212
<h2>How to use this code</h2>
1313
1. Install [Octave free here](https://db.tt/J97Im052) or [Matlab not free here](http://www.mathworks.com/products/matlab/). Note that Octave = Matlab without the nice graphical user interface. I use Octave so don't feel like you are missing anything if you don't have money for Matlab.
1414

15-
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!
15+
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>
1818
- [diagnosticTests](./diagnosticTests) = tests that will give you insight into what is & isn't working with a learning algorithm

0 commit comments

Comments
 (0)