Machine learning is still too hard for software engineers
11–20 of 154 posts
Re: Machine learning is still too hard for software engineers
#12Earlier quoted context omitted.
In my experience, both are true. I'm more on the ML side, and I can tell I don't have the kind of routine and habits that good software engineers have, though I'm learning. But on the other hand, and I've seen this from software engineers who've made the transition to ML, and clearly have a good handle on the concepts (in one case even published papers in ML journals), they don't seem to have the intuition that allow…
I think the above commenter is more critiquing the notion of relying on intuition all together.
Re: Machine learning is still too hard for software engineers
#13Re: Machine learning is still too hard for software engineers
#14I'd argue software engineering is still too hard for ML engineers. Most of ML (not research but commercial applications of what's already been demonstrated) is now well within the realm of engineering, but there are few standard practices, bodies of knowledge, or agreed on processes for doing anything. These are problems that engineering formalism solve, not another auto-ml tool. Maybe I'm saying the same thing as th…
Re: Machine learning is still too hard for software engineers
#15I really like the premise, and I really agree with it, but I don't think a SaaS is a solution, the solution is trying to find better abstractions that makes things simple and easier for the developers, using code, and without limiting their flexibility, but that's the hardest thing to do! As an experienced software developer who used to learn a new framework every week, I thought ML was going to be piece of cake. In…
Sorry, it had to be done.
Re: Machine learning is still too hard for software engineers
#16Just because both involve coding doesn't mean software engineers should be expected to have the math chops (stats/prob, linalg, calc, etc.) to make machine learning work for them...
Vice versa is a little more complicated, because ML/DS can be done very inefficiently without the proper coding practices, but understanding the math is independent of that so that point still holds for this comparison.
Re: Machine learning is still too hard for software engineers
#17There's no getting around the complexities of fit, bias and customized models for many ML problems, so my observation above is obviously limited in its applicability.
Re: Machine learning is still too hard for software engineers
#18Re: Machine learning is still too hard for software engineers
#19"Good pipeline and bad model is much better than bad pipeline and good model" (c) someone