Machine Learning Is Still Too Hard for Software Engineers
11–20 of 112 posts
Re: Machine Learning Is Still Too Hard for Software Engineers
#12Do you have recommendations for good books that are not too mathematical, written for the average developer?
There's a 0-60 in 3 seconds one. Specifically about deep learning, which is a subset of ML. Deep learning is what is used to build LLMs ala ChatGPT.
Re: Machine Learning Is Still Too Hard for Software Engineers
#13You're forced to solve problems with inappropriate tools, which is an anathema for a true engineer.
Same as it was with NFTs and where they are?
Same as it is with clouds and k8s;
Re: Machine Learning Is Still Too Hard for Software Engineers
#14For now, ML research and development is too complicated and frustrating for me to dedicate the time and energy to become skilled in it.
Re: Machine Learning Is Still Too Hard for Software Engineers
#15ML is one of the easiest fields out there. When I learned it I was actually turned off by how simplistic the concept was. Of course let me preface to say that it's hard to develop the intuition and skill in the same way learning to skateboard is hard. But conceptually it's easy and very possible for almost anyone. The whole thing is just curve fitting. Literally finding some best fit curve across a series of points.…
Re: Machine Learning Is Still Too Hard for Software Engineers
#16I think making lower level tools (fundamental building blocks) will make things more accessible to software engineers, as opposed to the high level wrappers being written. We can grab a library, read the docs, and put pieces together in an efficient way. We just need some core work horse libraries. Like if llama.cpp was a library at the same maturity as sqlite.
Re: Machine Learning Is Still Too Hard for Software Engineers
#17ML is one of the easiest fields out there. When I learned it I was actually turned off by how simplistic the concept was. Of course let me preface to say that it's hard to develop the intuition and skill in the same way learning to skateboard is hard. But conceptually it's easy and very possible for almost anyone. The whole thing is just curve fitting. Literally finding some best fit curve across a series of points.…
Re: Machine Learning Is Still Too Hard for Software Engineers
#18ML is a broad topic, and it keeps getting wider, and deeper. Even ML specialists don't try to keep up with it all. Be comfortable with not knowing everything. Machine learning engineers are software engineers, and they exist, so the title is wrong. I suppose it is in Nyckel's interest to claim otherwise.
Re: Machine Learning Is Still Too Hard for Software Engineers
#19Re: Machine Learning Is Still Too Hard for Software Engineers
#20It doesn’t help that a lot of engineers want to find shortcuts that involve not learning the math. That’s just more engineering thinking. Not all disciplines throw exceptions when the output is bad. Maybe there will be tools that negate this need some day. I have yet to see them.