Earlier quoted context omitted.
I started off being really excited to learn, but as time went on I actually lost interest in the field. The whole thing is essentially curve fitting. The ML field is essentially an art more than a science and it's all about tricks and intuitions on different ways of getting that best fit curve. From this angle the whole field got way less interesting. The field has nothing deeper or more insightful to offer beyond th…
Are deep learning and neural networks just curve fitting? I thought those were significantly different.
Understanding Deep Learning
71–80 of 103 posts
Re: Understanding Deep Learning
#72Earlier quoted context omitted.
>Spending your precious life learning them is a waste So you really did not learn them. There is nothing wrong with being user. You don't have to know how compilers work to use compiler. But then you should not say you understand compilers. In the same way, you probably would benefit from a book "Using deep learning", not "Understanding deep learning".
I know them and am a founder of a vc funded ai startup. Nobody is deploying naive bayes algorithms
Nobody deploys a textbook algorithm because everyone knows textbooks algorithms and there are no advantages. So, no, there is real value in learning the fundamentals, dear founder.
Re: Understanding Deep Learning
#73If I start now and start reading up on AI, will I become anything close to an expert? I'm worried that I'm starting a journey that requires a Master's or PhD.
Re: Understanding Deep Learning
#74If I start now and start reading up on AI, will I become anything close to an expert? I'm worried that I'm starting a journey that requires a Master's or PhD.
Very hard to answer without knowing what your goal is. Do you want to be a practitioner of DL, or do you want to be a researcher?
Re: Understanding Deep Learning
#75If I start now and start reading up on AI, will I become anything close to an expert? I'm worried that I'm starting a journey that requires a Master's or PhD.
Re: Understanding Deep Learning
#76Most comments here are in one of two camps: 1) you don't need to know any of this stuff, you can make AI systems without this knowledge, or 2) you need this foundational knowledge to really understand what's going on. Both perspectives are correct. The field is bifurcating into two different skill sets: ML engineer and ML scientist (or researcher). It's great to have both types on a team. The scientists will be too s…
The people who create the models and the people that use them.
The people who create the programming languages and the people that use them.
Re: Understanding Deep Learning
#77Most comments here are in one of two camps: 1) you don't need to know any of this stuff, you can make AI systems without this knowledge, or 2) you need this foundational knowledge to really understand what's going on. Both perspectives are correct. The field is bifurcating into two different skill sets: ML engineer and ML scientist (or researcher). It's great to have both types on a team. The scientists will be too s…
Re: Understanding Deep Learning
#78If I start now and start reading up on AI, will I become anything close to an expert? I'm worried that I'm starting a journey that requires a Master's or PhD.
Re: Understanding Deep Learning
#79Most comments here are in one of two camps: 1) you don't need to know any of this stuff, you can make AI systems without this knowledge, or 2) you need this foundational knowledge to really understand what's going on. Both perspectives are correct. The field is bifurcating into two different skill sets: ML engineer and ML scientist (or researcher). It's great to have both types on a team. The scientists will be too s…
It's almost self-exploratory that when you hit a roadblock in practice you go back to foundations, and good people should aim to do both. In that case I don't see where ML engineer/scientist bifurcation comes from except for some to feel good about themselves
Re: Understanding Deep Learning
#80Earlier quoted context omitted.
This is about deep learning, of which LLMs are a subset. If you are interested in machine learning, then you should learn deep learning. It is incredibly useful for a lot of reasons. Unlike other areas of ML, the nature of deep learning is such that its parts are interoperable. You could use a transformer with a CNN if you wish. Also, deep learning enables you to do machine learning on any type of data, text, images,…
I started off being really excited to learn, but as time went on I actually lost interest in the field. The whole thing is essentially curve fitting. The ML field is essentially an art more than a science and it's all about tricks and intuitions on different ways of getting that best fit curve. From this angle the whole field got way less interesting. The field has nothing deeper or more insightful to offer beyond th…
IOW: to me, fitting a generalized linear model is very different than fitting a convolutional network.