...confusion
Why do we consider regression analysis a machine learning method as we apply the learning process only in deep networking?
1 answers ( 0 marked as helpful)
Hi Luigi,
In our deep learning course we explore a 'minimal neural network' - one that does not have any hidden layers.
This network is no different than a linear regression.
In fact, all machine learning models work like this. However, we usually use nice libraries such as statsmodels and sklearn. These allow us to use 2 lines of code to code an otherwise complicated algorithm.
Best,
The 365 Team