![]() |
|
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) |
RE: Machine Learning - DarkMuse - 03-09-2016 (03-09-2016, 10:35 PM)m0dem Wrote: @DarkMuse and @tinko00 understood it. Right? Yeah makes sense to me? RE: Machine Learning - pvnk - 03-09-2016 (03-09-2016, 10:35 PM)m0dem Wrote: @DarkMuse and @tinko00 understood it. Right? Everyone is different. RE: Machine Learning - m0dem - 03-09-2016 (03-09-2016, 11:07 PM)Primitive Wrote: Everyone is different. That's why you might want to watch the video... RE: Machine Learning - pvnk - 03-09-2016 (03-09-2016, 11:26 PM)m0dem Wrote: That's why you might want to watch the video... Maybe I will watch the video when I'm not trying to create a botany documentary. RE: Machine Learning - m0dem - 03-10-2016 (03-09-2016, 11:28 PM)Primitive Wrote: Maybe I will watch the video when I'm not trying to create a botany documentary. Tell us more about the botany documentary when you have time. RE: Machine Learning - tinko00 - 03-10-2016 (03-09-2016, 10:35 PM)m0dem Wrote: @DarkMuse and @tinko00 understood it. Right? yes, like I said, very interesting
RE: Machine Learning - swatterhat - 03-10-2016 (03-09-2016, 11:28 PM)Primitive Wrote: Maybe I will watch the video when I'm not trying to create a botany documentary. Yeah. Create a video too and a post like this with colors. RE: Machine Learning - Satan - 03-10-2016 If I read this thread correctly, this is relevant: RE: Machine Learning - m0dem - 03-10-2016 (03-10-2016, 01:11 AM)Rhyme Wrote: If I read this thread correctly, this is relevant: Yes, I've seen this video before. It's pretty neat. RE: Machine Learning - Rick - 03-12-2016 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. (03-10-2016, 01:11 AM)Rhyme Wrote: If I read this thread correctly, this is relevant: Neuro-Evolution or whatever he calls it in this is pretty neat. It's good because the computer will be told "That worked well" or "That worked bad" and it changes its behavior based on feedback that you don't directly give it, it can learn to be perfect by itself given enough time. It's a lot more efficient than the taught system in the OP. The OP example is like teaching a child. Whereas the Neuro-Evolution is like a child learning a new skill by itself. |