Пікірлер
@ryansher-gill7708
@ryansher-gill7708 2 ай бұрын
☀️_☀️☀️☀️☀️☀️☀️☀️☀️
@denva2175
@denva2175 3 ай бұрын
you are th beeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest😭😭💥💥❤❤❤❤💯💯💯
@shersh4188
@shersh4188 3 ай бұрын
Amazing videos, Clear and Concise! Thank you for covering this topic in such a brilliant way!
@shreyapatil5814
@shreyapatil5814 3 ай бұрын
Very good, finally understand how that best fit line we get!!
@valentinleguizamon9957
@valentinleguizamon9957 4 ай бұрын
God, I know this sounds silly but I didn't know that the plane was the equivalent to the line. Now I comprehend this as I should've since the beginning. THANK YOU AlphaOpt
@sergiomanzetti1021
@sergiomanzetti1021 6 ай бұрын
Superb!
@kaanakgul9691
@kaanakgul9691 7 ай бұрын
drink some water man
@abdullahguibali2529
@abdullahguibali2529 7 ай бұрын
u can say thanks instead of this
@mesfindelelegn1165
@mesfindelelegn1165 7 ай бұрын
clear and brief idea
@mhd112211
@mhd112211 10 ай бұрын
Thanks a lot, I have the curse of being a visual learner and this was amazing.
@Carrymejane
@Carrymejane 10 ай бұрын
Woah whole meat
@Carrymejane
@Carrymejane 10 ай бұрын
Thanks!
@Carrymejane
@Carrymejane 10 ай бұрын
This is close to application math, this is so good for gave us the biggest picture of it!
@randolfshemhusain2298
@randolfshemhusain2298 10 ай бұрын
Visual learning makes things so much better.
@faribasarddinnee888
@faribasarddinnee888 11 ай бұрын
slope is delta Y divided by delta X
@ImagineCarnage
@ImagineCarnage Жыл бұрын
Thank you, this was a great introduction to tge topic.
@plep-m555ww
@plep-m555ww Жыл бұрын
Great video and helpful channel! Khan academy and the organic chemistry guy are getting old and less helpful as school curriculums develop. Super grateful for these simple, direct explanations
@willjadsonevania9787
@willjadsonevania9787 Жыл бұрын
teacher I developed a heuristic and would like to share it. My heuristic uses topology and concentric circles. What do you think?.
@ahmedshalaby9343
@ahmedshalaby9343 Жыл бұрын
more videos please
@ahmedshalaby9343
@ahmedshalaby9343 Жыл бұрын
in 2 mins just you explained everything
@anityanarayana
@anityanarayana Жыл бұрын
How to solve this when the x and y are bounded?
@nickokapo9761
@nickokapo9761 Жыл бұрын
Oh, it's really exciting, i hope to see more videos from you! So far i've seen some of IBM Technology's videos on it, but i'd like to know what the current knowledge and technology of AI is as of september 2023... I wish they'd post longer than 5-8 minute videos on these subjects... It is not that they are not informative, just that they are never in-depth. I remember MIT OpenCourseWare courses were hours upon hours, but nowadays, you do searches about AI, Machine Learning, NLP, Data Analysis, and they're all very general, like an overview at best, it is good for me as a beginner, and i do not promise that i would understand the more extended videos, but i am so curious and intrigued by them, i could easily spend hours learning about it, if only the content was there.
@raminbohlouli1969
@raminbohlouli1969 Жыл бұрын
Simple yet extremely informative👍
@fabianb.7429
@fabianb.7429 Жыл бұрын
Just perfect. Thanks
@anshisingh1915
@anshisingh1915 Жыл бұрын
lovely brooo, such good animation, now i have the concept in my head.
@funfair-bs7wf
@funfair-bs7wf Жыл бұрын
This is a great little video !
@AhmedAhmed-do7im
@AhmedAhmed-do7im Жыл бұрын
So clear
@marcusaurelius8030
@marcusaurelius8030 Жыл бұрын
how the hell is this O(n!) ??
@adelsayyahi9665
@adelsayyahi9665 Жыл бұрын
Thank you, what is the name of the algoodo tolbox you used for simulated annealing?
@MultiJx2
@MultiJx2 Жыл бұрын
compact and thorough at the same time. thanks !
@yoshitha12
@yoshitha12 Жыл бұрын
Thank you... ❤
@EXEFaker
@EXEFaker Жыл бұрын
Imagine being a Salesman and this actually happens (I k it can happen irl on godddd it's a joke)
@kloassie
@kloassie Жыл бұрын
Explain the christofian 1.5 solution and give an heuristic example as well please
@ramyasakthi06
@ramyasakthi06 Жыл бұрын
excellent explanation.Thank you so mcuh
@Keyakina
@Keyakina Жыл бұрын
But residual != error?
@chinthakawk
@chinthakawk 2 жыл бұрын
Works fine in R2021b. % set initial guess values for box dimensions lengthGuess = 1; widthGuess = 1; heightGuess = 1; % load guess values into array x0 = [lengthGuess widthGuess heightGuess]; % call solver to minimize the objective function given the constraint xopt = fmincon(@objective,x0,[],[],[],[],[],[],@constraint,[]) % retrieve optimized box sizing and volume volumeOpt = calcVolume(xopt) % calculate surface area with optimized values just to double check surfaceAreaOpt = calcSurface(xopt) % define function to calculate volume of box function volume = calcVolume(x) length = x(1); width = x(2); height = x(3); volume = length * width * height; end % define function to calculate surface area of box function surfaceArea = calcSurface(x) length = x(1); width = x(2); height = x(3); surfaceArea = 2*length*width + 2*length*height + 2*height*width; end % define objective function for optimization function obj = objective(x) obj = -calcVolume(x); end % define constraint for optimization function [c, ceq] = constraint(x) c = calcSurface(x) - 10; ceq = []; end
@ernstuzhansky
@ernstuzhansky 2 жыл бұрын
Excellent! Thank you.
@tomerweinbach4059
@tomerweinbach4059 2 жыл бұрын
great explanation!
@SwanPrncss
@SwanPrncss 2 жыл бұрын
Omg, your explanation is better than other youtube videos and my teacher because I'm a visual learner.
@DiditCoding
@DiditCoding Жыл бұрын
Noice
@alice20001
@alice20001 2 жыл бұрын
Why use the squares instead of the absolute values?
@laraelnourr
@laraelnourr 2 жыл бұрын
because they are easier to compute and deal with mathematically. But we can use absolute values too!
@Rashidiill
@Rashidiill Жыл бұрын
because it gives more clear picture if we have error of ,1 and if we square it it will give 0,01 which is kind of scaled.
@AchiragChiragg
@AchiragChiragg Жыл бұрын
​@@Rashidiillactually it's the other way around. It's better to use absolute value instead of squares as it can amplify the outliers and influence the final fit.
@andrea-mj9ce
@andrea-mj9ce 2 жыл бұрын
The Nelder-Mead method is not explained long enough to understand it.
@VictoriaOtunsha
@VictoriaOtunsha 2 жыл бұрын
Thank you for simplifying this
@jedediah-fanuel
@jedediah-fanuel 2 жыл бұрын
<3
@jedediah-fanuel
@jedediah-fanuel 2 жыл бұрын
<3
@rudypieplenbosch6752
@rudypieplenbosch6752 2 жыл бұрын
no example, pretty useless
@tankkinnari
@tankkinnari 2 жыл бұрын
Good explanation 👍
@tonmoysharma5758
@tonmoysharma5758 2 жыл бұрын
Excellent video and also quite easy to understand
@markneuhold7065
@markneuhold7065 2 жыл бұрын
This is a very similar problem I have but I have a linear obj func and constraint, and constraint is an equality. When using SLSQP I get error "singular matrix c in lsq subproblem". Seems I should use linprog but I'm not sure how or whether this type of problem can be converted to linprog. Any ideas?
@josephdorman8010
@josephdorman8010 2 жыл бұрын
I suppose we can also say optimization is choosing the best input or best process, or both the best process and best input to yield the best output
@thatgameguy4929
@thatgameguy4929 2 жыл бұрын
Have you tried slime mold?
@sitrakaforler8696
@sitrakaforler8696 2 жыл бұрын
Nice 👍🏽