Along with visual aids you have explained the concept in a very understandable manner. Thanks for the video.
@MaksymCzech4 жыл бұрын
This is so amazing. Can you please hint at how you visualize those formulas. Do you have a glass in front of you or is it all in computer?
@RJ-ie8cc3 жыл бұрын
Just found your channel, great videos! Thank you.
4 жыл бұрын
Hi, great channel! How do you display the image on your lightboard? Do you use any projector?
4 жыл бұрын
Or maybe you have a TV on the other side and there you can see what you are currently showing and the graphics are added live to the camera image?
@matthewjames75134 жыл бұрын
wow never heard of CVX before. Is that generally better than fmincon?
@looper63944 жыл бұрын
You meant lasso
@Eigensteve3 жыл бұрын
fmincon is good for quick and dirty optimization; it is for constrained optimizations and I don't know if it needs to be convex or not. My understanding is that CVX is pretty highly optimized for convex optimization, and has a more formal language for how to specify the problems.
@pipertripp3 жыл бұрын
I'm really new to this stuff so I hope that this isn't an asinine question. Can you just throw out outliers if you can justify that they're rubbish data points? Is the advantage of this approach that you aren't required to justify the removal of outliers (and all the work that would go into that)?
@Eigensteve3 жыл бұрын
Great question -- that is exactly right. This saves a ton of time potentially, and can be implemented in real time without human intervention.
@pipertripp3 жыл бұрын
@@Eigensteve I found the python flavour of this vid and you spoke to it a bit there. I'm teaching myself so it's nice to get some input from somebody with loads of experience.
@abderrahmanechamsi30604 жыл бұрын
thanks for the video one question please how can i switch the layout of Matlab to make it look like the one in the video
@wazirakbar12184 жыл бұрын
MATLAB--HOME-PREFERENCES-COLORS and you can change the background, comment, sections etc colours there.
@haschka833 жыл бұрын
Yes, I guess that L1 also becomes more popular due to the increase of available computing power. L2 still provides a fast analytical solution. L1 has to be iteratively minimized which can be way more inefficient than just analytically solving least squares (lots of data points and high dimensional fit). I found that out the hard way when I bought compute time to fit atomic partial charges to electrostatic potentials using L1.
@Alwadah4 жыл бұрын
Could you collaborate with Robert van De Geijin and Maggie Myers at UT Austin? They have beautifully organized set of courses on Linear Algebra (Numerical Analysis with Computation). Your videos with their organization would be something else.
@anatolystrashkevich76212 жыл бұрын
thank you!
@petersagitarius4356 Жыл бұрын
It looks very good, but it is not the native Matlab. Operations like cvx_begin / cvx_end is not part of original matlab language.. For my purpose it is useless :( , because, I cant instal new libraries into system... Could you suggest some alternative solution for pure matlab without installing extra libraries please ? Thnx
@evanparshall13232 жыл бұрын
I'd just like to comment that least squares and pseudo inverse are not the same thing