Submitted by ActionParticular7697 t3_10gy477 in deeplearning
Nater5000 t1_j55c801 wrote
>Are TensorFlow and other ML frameworks worth learning in 2023?
They're worth learning if you need to use them. Otherwise, why bother?
There's a weird sentiment I see frequently on reddit that one progresses their programming abilities by just learning how to use a bunch of different frameworks/libraries/languages/etc. This is just not true, and what you gain from that process becomes increasingly marginal as you progress. You're better off just picking a framework and using it.
To put it another way, if I had to hire an ML dev for a TensorFlow project and I'm interviewing two candidates, one who could recite the TensorFlow docs from heart but has never used it, and another who has only used PyTorch but has worked on plenty of real-world projects, then odds are the latter candidate will easily be the choice. It's really not hard implementing something using a framework you're not familiar with when, you know, you can just read the docs as you need them.
With regards to that article, there was a post about it a few weeks ago, and the comments may be worth reading. Basically, nobody doing serious work is going to invest in some home-grown framework that helps solve some niche problem marginally better than more mature frameworks. The fact that the two leading frameworks, TensorFlow and PyTorch, are supported by Google and Facebook isn't a coincidence.
In any case, your questions aren't really clear. You're asking about learning frameworks, but you haven't really provided any context as to why you want to learn these frameworks. I think if there is no specific context, you'd be fine just sticking with PyTorch. Why fix something that isn't broken?
whatisinfinity_01 t1_j56l1hb wrote
Really great feedback! Hope many people see this and not chase after padding their CV. Strong fundamentals are much more important than knowing lots of things only on surface level. Hope more people pay attention to your comments.
ChunkyHabeneroSalsa t1_j56wbae wrote
Well said. The specific frameworks or languages really don't matter. Learning another library is the least productive way to increase your skills.
mining4goldwinsmith t1_j58xmyo wrote
I agree that it is wrong to learn something for the sake of padding your resume, I do think there is some value in pytorch and tensorflow, if you need to use it, but tensorflow is owned by google, so unless you directly benefit from google stock it is not worth adding something else from the google ecosystem into you repertoire. I personally had to learn tensorflow and pytorch due to a degree and I hated being forced to use, tensorflow, google collab and kaggle in one class, when another prof was showing us how to escape the google ecosystem using jupyter, etc. that being said I have used plenty of both frameworks not just for a job or because “I needed to use them.” Simply to make things that had little commercial value but value to groups of academic professionals who otherwise would not have access to certain tools and will never get the funding to use these things. And for community projects that I made for fun, I did not even know what I could do until I learned these things. Knowledge pursuit is worth it even when there is no monetary gain.
Viewing a single comment thread. View all comments