https://t.co/rFzfgPdCZm
Here's an interesting video I found that gives a geometric interpretation of the simplex method. It's really cool to be able to see a visualisation of it!
#math3185
@c_eleazarV Singular value decomposition is an amazing method, where we can take a complex matrices and reduce it to a simpler one to manipulate, it's similar to how Disney animates their cgi models with a high number of points!
@CamPerkinsQB It's good to have quick go to references, thanks Cam! This helps keep fresh on the brain that a R^2 coefficient closer to 1 is more accurate than one towards zero
https://t.co/ZSR0M6c0R1
While we fit cosine models to our previous project with different methods, here a group of programmers used python's machine learning capability to tackle this issue in a much more robust manner
#math3185
https://t.co/yBErxc2ioh
This is a really interesting article that not only walks through linear optimization, but also different forms of solving including using Excel, graphically, and the simplex method! #math3185
@CamPerkinsQB Wow Cam! What an in depth article! Also as an avid milk drinker I really enjoyed how it walked through what the variables represented and how the linear regression fully worked through it.
@austinharper59 I really enjoyed this example because it showed the different ways you can calculate the LaGrange and Newtonian Interpolations, whether it's in equation form, programming, or by tables!
@austinharper59@CamPerkinsQB That's a very in depth article Cam! While the Matlab code is very well laid out, we can take it and make it more reader friendly by making variable names more clear and commented out
https://t.co/4Ov0NHrqT6.
I enjoyed this article because it gave a very physical description of spline; for one example it explained how a spline is similar to spreading a rubber sheet on the points and reduce curvature.
#math3185
@CamPerkinsQB I really liked the article Cam! Especially when looking at LaGrange Interpolations to fit the data. It's also interesting to see how different methods can provide similar results depending on the situation