|
|
|
|
|
by enraged_camel
2547 days ago
|
|
I've been meaning to learn ML/DL. My problem is that I can't think of any use cases for it, either in my personal life or work life. I understand that the technologies have a lot of potential, and are currently used in many major projects and endeavors. I just keep drawing a blank when trying to answer the question, "what would I do with this?" If I am someone who is goal-driven (rather than, say, learning something for the sake of learning), how can I motivate myself to pick this up? |
|
I find it useful to think of DL as just another way to get computers to do what you want. Rather than focusing on control flow and setting/reading variables, you focus on providing examples to learn from. Both approaches can do many of the same things, but each has areas that they're better at. Eg DL is better for things that are hard to explain just how you do them (e.g. seeing pictures, hearing sounds, reading text) and traditional coding is better for things that need specific logical steps. A combination of the two is often best for solving end-to-end problems in practice.