Submitted by sidney_lumet t3_105syyz in MachineLearning
junetwentyfirst2020 t1_j3dhxqt wrote
Reply to comment by TensorDudee in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
That’s a pretty big hope that all data can be modeled linearly
Yo_Soy_Jalapeno t1_j3fdme4 wrote
Your data doesn't need to be linear to use a linear regression. The linearity is in the parameters. Ex: Y = Bo + B1X + B2X**2 Is a linear regression You can do non linear transformations to the X
junetwentyfirst2020 t1_j3ftprc wrote
Can you link to an example online or from a book? I need to understand this!!!
jpopsong t1_j3gilzi wrote
https://youtu.be/Hwj_9wMXDVo will explain why linear regression can map non-linear functions. Just have some features squared or cubed, etc. That allows linear regression to map the most complicated non-linear functions possible.
junetwentyfirst2020 t1_j3hlmnb wrote
Thank you!!!
Yo_Soy_Jalapeno t1_j3hnlig wrote
Is it good for you ? I could look for something more if needed !
junetwentyfirst2020 t1_j3hntqw wrote
This should work, thank you :)
[deleted] t1_j3i5bry wrote
[deleted]
jpopsong t1_j3i5exu wrote
You’re welcome!
Electronic_Bridge_64 t1_j3e8m3o wrote
With the right features
Viewing a single comment thread. View all comments