![]() |
|
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) |
Machine Learning - m0dem - 03-09-2016 Machine learning is all about a machine learning to sort things. For example, it could be sorting different types of animals... dogs, cats, and birds. Imagine those different animals displayed on a chart. They are measured by different dimensions: width, height, weight, color... anything really. There will be distinct groups in the data among the different types of animals:
There will be a few cats and dogs that are indistinguishable, but most of them are distinguished. That can be fixed by measuring the animals in different ways: maybe the food they eat. That is what machine learning does: it finds groups in data. I drew up a little chart to show an example of the groups of different types of animals. You can definitely see the structure of groups. Spoiler:![]() RED: Dogs GREEN: Cats BLUE: Birds NOTE: The data is not supposed to be extremely accurate, I just picked what I though was close to real data. I found this video on Youtube explaining the concept pretty well. RE: Machine Learning - DarkMuse - 03-09-2016 Interesting stuff. I watched a TedTalk on machines, AI, and learning once. Basically the computer was able to detect brain cancer better than the neural surgeons were. Very very promising stuff. RE: Machine Learning - m0dem - 03-09-2016 (03-09-2016, 08:29 PM)DarkMuse Wrote: Interesting stuff. I watched a TedTalk on machines, AI, and learning once. Basically the computer was able to detect brain cancer better than the neural surgeons were. Very very promising stuff. Yes, it is interesting. What I had here was really simple. Maybe I'll do some machine learning programming tutorial or challenge. RE: Machine Learning - tinko00 - 03-09-2016 Very interesting, looking forward for something more about it ![]() Great stuff! RE: Machine Learning - pvnk - 03-09-2016 I'm more lost than an African American in Mississippi. RE: Machine Learning - m0dem - 03-09-2016 (03-09-2016, 08:48 PM)tinko00 Wrote: Very interesting, looking forward for something more about it Thanks, you're motivating me! ![]() (03-09-2016, 08:52 PM)Primitive Wrote: I'm more lost than an African American in Mississippi. Lol, what don't you understand? Watch the video. RE: Machine Learning - pvnk - 03-09-2016 I thought I'd be able to understand it without watching the video. Hmmm. RE: Machine Learning - m0dem - 03-09-2016 (03-09-2016, 09:08 PM)Primitive Wrote: I thought I'd be able to understand it without watching the video. Hmmm. You should. RE: Machine Learning - pvnk - 03-09-2016 (03-09-2016, 09:40 PM)m0dem Wrote: You should. Thread a little unclear. RE: Machine Learning - m0dem - 03-09-2016 (03-09-2016, 09:42 PM)Primitive Wrote: Thread a little unclear. @DarkMuse and @tinko00 understood it. Right? |