Last answered:

16 Jun 2020

Posted on:

24 May 2020

0

...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)
Instructor
Posted on:

16 Jun 2020

0
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

Submit an answer