Sinisterly
Machine Learning - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Machine Learning (/Thread-Machine-Learning)

Pages: 1 2 3


RE: Machine Learning - m0dem - 03-12-2016

(03-12-2016, 12:50 AM)Rick Wrote: For those of you that don't understand:

You have a bunch of data and you feed it into a computer, in the example used in OP this is height and weight.

Each time you feed it in you tell the computer "This is a dog" or "This is a cat" or "This is a bird".

Eventually using analysis systems built into the program it can build up some paramaters that allow it to recognise whether the data you give it is a cat dog or bird without you telling it.



It's just like a very core concept of learning. When you are young you use this exact same method but you learn quicker because you have so many more paramaters given to you other than Weight and Height.

Yes, that is supervised learning. Thank you for writing an explanation.