Particle Swarm Optimization (PSO) Algorithm Example Step-by-Step Explanation ~xRay Pixy

  Рет қаралды 157,961

Ritika xRay Pixy

Ritika xRay Pixy

Күн бұрын

Пікірлер: 374
@RitikaxRayPixy
@RitikaxRayPixy 2 ай бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@abdullahsheriff_
@abdullahsheriff_ Жыл бұрын
To explain 'PSO' in such a SIMPLE manner - with the Mathematics & Implementation - goes on to prove you're no less than LEGENDARY. Thank you so much, Ritika Madam :)
@theodoregiannilias5140
@theodoregiannilias5140 3 жыл бұрын
Smooth and steady explanation to everything. That way everyone despite their own pace can learn . Keep it going you're doing great !!!
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Thanks, will do!
@evertonalves8909
@evertonalves8909 2 жыл бұрын
Hello, many thanks for the video and the clear explanation! I have only one observation, at 26:01 when it shows the table "New pBest Value", the third row is showing 7.2179 but the correct value should be 2.2179. Maybe it is just a typo when designing the slides, not a big problem as the explanation is very good. Thanks again, your video helps a lot the easy understanding of PSO!
@stephanie_ong
@stephanie_ong 2 жыл бұрын
Wow! I learned so much from your video. Thank you for all the graphics and examples!!!
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
You are so welcome!😇
@ibrahimmuhammed5332
@ibrahimmuhammed5332 Ай бұрын
The greatest teacher ever! Thank you!
@RitikaxRayPixy
@RitikaxRayPixy Ай бұрын
You're very welcome!
@ghazallymustafa5977
@ghazallymustafa5977 5 ай бұрын
@RitikaxRayPixy In the Whale Optimization Algorithm (WOA), the objective function was defined with two equations, and the lower bounds (LB) and upper bounds (UB) were scalar matrices. In contrast, in the Particle Swarm Optimization (PSO), the objective function consists of only one equation with 1x3 matrices for UB and LB. My question is how we can utilize a single equation as the objective function in the WOA while maintaining 1x3 matrices for UB and LB?
@RitikaxRayPixy
@RitikaxRayPixy 2 ай бұрын
Hello, we took here this for demo. You can define your objective function with LB, UB, Dim.
@azeem.k1989
@azeem.k1989 4 жыл бұрын
Your video is sooo good. Like literally I learnt a lot here than what my lecturer taught me. Thank you soo much for that. The only let-down I had was with the audio. The volume is very low. I would humbly suggest you to increase your volume while explaining as it will help us to understand you very quickly.
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad it was helpful! Thanks for feedback 😇
@Dlordinho
@Dlordinho 3 жыл бұрын
Thanks very much but please I really need help on how to combine PSO and fuzzy c means to segment brain tumor
@alit8528
@alit8528 4 жыл бұрын
a very good and clear explanation of PSO which made it easy to understand for me..Thank you a lot
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad it was helpful!
@betulcalk8439
@betulcalk8439 3 жыл бұрын
Amazing explanation. Thanks for the video, I learned so much about PSO algorithm.
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Glad it was helpful!
@RaviSankar-ln3ki
@RaviSankar-ln3ki 3 жыл бұрын
Excellent. Indebted forever.
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Glad it helped!
@lahiruransara9162
@lahiruransara9162 3 жыл бұрын
Can you explain how to use this for integer variables?
@rawanaltalhi648
@rawanaltalhi648 4 жыл бұрын
Thank you very much, one of the best in KZbin .. Can you share with us the PowerPoint presentation .. And can you explain Algorithm Wind driven optimization?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Hello @Rawat After Gravitational Search Algorithm.
@yingkaisong4258
@yingkaisong4258 3 жыл бұрын
I do not know why the comments are always compliment. The explanation and mathematical notation can clearly be improved. For example, gBest is the best location of the particles in the swarm, but why in the formula the gBest has a subscript i? This is clearly inconsistent with the definition and will confuse a lot of people if they are really paying attention to the video. But everybody just oh, great video~
@yingkaisong4258
@yingkaisong4258 3 жыл бұрын
Btw, if you really think that such random video on KZbin is better than what being taught in your college, then it might be you that have some problem.
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @Yingkai As you asked Why gBest has a subscript i? i represents Particle position and t represent iteration number. so for each iteration we will select best particle mathematically ( i is used to represent candidate position number and t for iteration number). Thank you for your feedback. We respect everyone comments and always try to improve our videos. Thank you so much for visiting this video and investing your valuable time 😇 You can check latest video uploaded 06 January 2022 Battle Royale Optimization Algorithm Step-by-Step with Example |BRO Algorithm| ~xRay Pixy kzbin.info/www/bejne/m6nLmGl5ZtOoa8k
@soundofquran6348
@soundofquran6348 Жыл бұрын
​@@RitikaxRayPixy❤
@MazharAli-um8jm
@MazharAli-um8jm 11 ай бұрын
When calculating the fitness function for 1st particle the answer is 1.9649e+03 which is equal to 1964.9 when you ignored the exponent part? 18:10
@RitikaxRayPixy
@RitikaxRayPixy 11 ай бұрын
Yes, you can take exponent part to compare results with other. We just did simple calculation to show how algorithm working
@MazharAli-um8jm
@MazharAli-um8jm 11 ай бұрын
Thank You So Much @@RitikaxRayPixy 👍
@sara42lee
@sara42lee 2 жыл бұрын
A truly great explanation! A question came to me; for the equation CurrentPosition = PreviousPosition + Velocity mentioned in 16:45, shouldn't it be CurrentPosition = PreviousPosition + Velocity*t ? since summation of a position with a velocity cannot equal to a position. please correct me if I am wrong. Also I am having kind of the same troube in figuring the mentioned equation v = 0.1*x0(i,j) out and how are we allowed to use this equation. Thank you again.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Check this: Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code ~xRay Pixy kzbin.info/www/bejne/epXWZnaHfNyroq8
@iamrahulkv
@iamrahulkv 3 жыл бұрын
There is a basic calculation mistake while calculating fitness @17:56 10*(8.8 - 1)^2 + 20*(9.9 - 2)^2 + 30*(1.1 - 3)^2 = 1964.9 She has wrongly written it as 1.9649
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @Rahul ans = 1.9649e+03
@bbalajinaik4501
@bbalajinaik4501 Жыл бұрын
@@RitikaxRayPixy Calculate manually you will get 1964.9 he @iamrahulkv is correct. Then where is the mistake?
@nurnisha4276
@nurnisha4276 3 жыл бұрын
Hi, thank you or your explanations, I try the MATLAB CODE in 15:06, it shows error at variable x0, how to fix it?
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @NUR Please Check this: PART - 2 MATLAB implementation of PSO Particle Swarm Optimization (PSO) MATLAB Code |Step-by-Step|~xRay Pixy kzbin.info/www/bejne/o5TIcqmAfauWm9k&ab_channel=RitikaxRayPixy
@nurnisha4276
@nurnisha4276 3 жыл бұрын
thank you, hope you will do a video on how to solve the staff scheduling with PSO using Matlab
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Will try :)
@Unstable_Diffusion89
@Unstable_Diffusion89 3 жыл бұрын
@14:18 where does this objective function come from? How was it arrived at?
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @Dion Objective function also known as cost function is used here for optimization. From research paper we selected this function for example. for basic details watch this: Metaheuristic Optimization Algorithm Basic Fundamentals ~xRay Pixy kzbin.info/www/bejne/houUnJ2tj8SjopY
@gayanthadilshan6884
@gayanthadilshan6884 9 ай бұрын
Keep doing this.. Very helpful ❤
@RitikaxRayPixy
@RitikaxRayPixy 9 ай бұрын
Thank you :)
@chiscoduran9517
@chiscoduran9517 4 жыл бұрын
If xi in t+1 = (x1 in t) + (vi in t), in minute 19:22 you say that we need to calculate (velocity i in t + 1), to calculate position (xi in t+1), but in the formula, it uses (vi in t), not (vi in t+1), its possible to use the previous iteration velocity, or is velocity in vi in t+1?
@chiscoduran9517
@chiscoduran9517 4 жыл бұрын
More precisely v1 in iteration 1 is 1.0667 and v1 in iteration 0 is 0.8, when you calculates x1 in iteration 1, in minute 22:46 the presentation said that the formula uses v1 in iteration 0, but you used 1.0667, my question is, its an error in the formula and x1 in iteration 1 = (x1 in iteration 0) + (v1 in iteration 1), or its an error in calculation and we need to use 0.8?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Relax 😇 1. We want to update Position of Particles / Birds. Right! 2. In order to update Position first we need to compute velocity. WHY? Because, we will add some Velocity in Position. [so that it can move] Done! 3. New Position = In Old Position + Add Velocity [done]. Here, New Position is denoted by: xi ^ t + 1; i = 1,2,3,4,....number of total particles. t = 1,2,3,4,5,...MaxT // Counter x = position v = velocity
@chiscoduran9517
@chiscoduran9517 4 жыл бұрын
@@RitikaxRayPixy Thanks very mutch, now it worked!!! :)
@ElectroWolf_Arts
@ElectroWolf_Arts Жыл бұрын
i understood what the PSO means and how to use it to solve mathmatics problems the fast way possible , the problem is "me" i cant get the equations and symboles (11:46) , i feel like it requires to be genuis to understand it
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Physics :)
@raonirmb1
@raonirmb1 6 ай бұрын
Thanks for this simple explanation and amazing class!
@RitikaxRayPixy
@RitikaxRayPixy 6 ай бұрын
Glad it was helpful!
@shishirakantajena834
@shishirakantajena834 3 жыл бұрын
Why are we using random function in the equation?? Is it for the randomness of the particles used for observation or whether any specific reason is there for use of random function in the codes??
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello, @Shishira Random values plays important role in metaheuristic algorithms for position update. Watch this video: Q. Role of random values in optimization process. Metaheuristic Optimization Algorithm Basic Fundamentals ~xRay Pixy🌿🐦🌞 kzbin.info/www/bejne/houUnJ2tj8SjopY
@chiomaezeonye3538
@chiomaezeonye3538 2 жыл бұрын
What changes should I make in the Matlab code to get 2nd particles 9, 6, 1 and 3rd particles till the fifth particle
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code ~xRay Pixy kzbin.info/www/bejne/epXWZnaHfNyroq8
@umutturunc6067
@umutturunc6067 4 жыл бұрын
Thank you! Can you please make a video about how to teach a topic. Like what prerequisites needed. Because your explanation is so clear. In my school some of our teachers know about the subject, but they are unable to teach it. They even make it more complicated so that my brain explodes
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Please tell me subject name they teach you in school.
@jhanolaer8286
@jhanolaer8286 2 жыл бұрын
Hi ma'am. What is the difference betweem PSO algorithm and Boids Algorithm?
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Hello, Boids = Bird flocking simulation program based on swarm intelligence. Cehck this eater.net/boids
@farmad100
@farmad100 3 жыл бұрын
Please prepare a video on multiobjective gravitational search algo
@Yu-nd1kr
@Yu-nd1kr Жыл бұрын
hi if i need to use pso with cnn 1d to tune filter and kernal to improve accurcy how can bulid it??
@alsabtilaila1923
@alsabtilaila1923 4 жыл бұрын
you're great! but why you chose 2nd value as Xgbest... and why it was 9.9?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
gBest means nearest to the optimum point. Out of 5 .. 2nd bird is nearest to optimum point ( because it has minimum fitness value). Initial position for 2nd bird is 9.9 6.6 1.1
@alsabtilaila1923
@alsabtilaila1923 4 жыл бұрын
@@RitikaxRayPixy Thank you
@badr-albdor
@badr-albdor Жыл бұрын
Peace be upon you. Thank you, Doctor, for this useful lecture. Please, can you post PowerPoint slides for this topic? For benefit.
@roshnyadlak1118
@roshnyadlak1118 2 жыл бұрын
Thank you for this video ma'am , this helps me a lot .
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Most welcome 😊
@sanatahir8065
@sanatahir8065 2 жыл бұрын
Quite useful. At 20:20, the value of gbest shoul be 1.32 instead of 9.9. Please correct me if I am wrong.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code ~xRay Pixy kzbin.info/www/bejne/epXWZnaHfNyroq8
@preethin6119
@preethin6119 3 жыл бұрын
happy to see ur video which really helps me a lot can u plz guide me how meta heuristic algorithms be applicable in cloud computing for load balancing
@mohsin-ali-abbas
@mohsin-ali-abbas 4 жыл бұрын
can you please explain about the active constraints of a PO with reference to the subject numarical methods. my exams are near and i didn't found any good video on yt about that.
@alisahraei362
@alisahraei362 2 жыл бұрын
Thank you very much for your comprehensive description. I could not find the source code of this video in your links. I would appreciate providing a link for the source code related to this description. Thanks a lot again.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Particle Swarm Optimization (PSO) kzbin.info/aero/PLVLAu9B7VtkalMRDfFRT_Bzf45VE3OGBF or check this PARTICLE SWARM OPTIMIZATION (PSO) MATLAB CODE EXPLANATION in.mathworks.com/matlabcentral/fileexchange/67804-particle-swarm-optimization-pso-matlab-code-explanation
@himanshu3622
@himanshu3622 4 жыл бұрын
What to use in place of rand () in hand calculations please specify
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
rand () function is used to generate random value. In PSO, initial population is randomly generated.
@himanshu3622
@himanshu3622 4 жыл бұрын
@@RitikaxRayPixy mam can i use any random numerical value in place of rand ()
@elpreimium1767
@elpreimium1767 4 жыл бұрын
so x1, x2 and x3 are three different variables, which could also be written as say x,y and z? If I wanted to optimise a 2D function equation I would only need a single x value and the fitness value?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Hello elpreimium1, Parameters allow more flexibility and robustness. Parameters improve the effectiveness of the search. The optimal value for the parameter depends on the Problem If you want to optimize 2d function than use 2 parameter function. Open this link for more details about Function: scipy-lectures.org/advanced/mathematical_optimization/
@Sajjad_Rahmani
@Sajjad_Rahmani 2 жыл бұрын
It was very good; esp. the example provided.
@thanhthanh-vh5hu
@thanhthanh-vh5hu 2 жыл бұрын
Can you help me? I don't understand about c1 and c2. How would we choose c1, c2????
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Hello, Check this Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code kzbin.info/www/bejne/epXWZnaHfNyroq8
@HuyenLeThiThuong
@HuyenLeThiThuong 9 ай бұрын
COuld you please make a video about Red Fox Optimization and Chameleon Swarm Optimization? It would be great for me and viewers to listen to your sincere lecture.
@RitikaxRayPixy
@RitikaxRayPixy 9 ай бұрын
Sure Soon :)
@RitikaxRayPixy
@RitikaxRayPixy 7 ай бұрын
Red Fox Optimization Algorithm || Step-By-Step || With Example ~xRay Pixy kzbin.info/www/bejne/mKCkdWChp6mgock
@RitikaxRayPixy
@RitikaxRayPixy 6 ай бұрын
Chameleon Swarm Algorithm || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/mKiWcod9bqmEfJI
@lamrin1
@lamrin1 3 жыл бұрын
Madam how to tunne PID controller using PSO in Simulink model
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello, please check this Tunning of PID controller using Particle Swarm Optimization in.mathworks.com/matlabcentral/fileexchange/20252-tunning-of-pid-controller-using-particle-swarm-optimization
@RitikaxRayPixy
@RitikaxRayPixy 10 ай бұрын
PSO Based PID Controller Parameter Tuning || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/lZiygHZpqKikb9E
@ghaliahmed
@ghaliahmed 3 жыл бұрын
Great explanation ... kepp going and thank's a lot
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Thank you, I will🌞
@ssingrani4532
@ssingrani4532 Жыл бұрын
Ma'am how to use pso in the third order bilinear transforms to optimised the coefficient values
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Hello, declare objective function first. Next, apply PSO on it to optimize values.
@dr.r.hemalathaph.d5662
@dr.r.hemalathaph.d5662 3 жыл бұрын
Excellent explanation mam 👏
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Glad you liked it
@kumar-w8f
@kumar-w8f Жыл бұрын
please make a video on improving kmeans clustering through particle swarm optimisation(pso)
@kalaiselvib758
@kalaiselvib758 2 жыл бұрын
Thank you mam. easy to understand the concept.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Glad to hear that
@madhuril1397
@madhuril1397 3 жыл бұрын
Mam, can you please tell how PSO is used in intrusion detection
@newbie8051
@newbie8051 Жыл бұрын
Wonderful explanation thanks !
@chiscoduran9517
@chiscoduran9517 4 жыл бұрын
Nice video, only 1 question, in minute 22:28 why if the formula uses v1 in time 0, you used v1 in time 1?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Hello @Chisco here, t is not time. That is Current Iteration / Generation. V1 = velocity of first particle. when (t=0) it means velocity of first particle at iteration 0. when (t=1) it means velocity of first particle at iteration 1. when (t=2) it means velocity of first particle at iteration 2. and so on. upto Maximum number of iterations.
@chiscoduran9517
@chiscoduran9517 4 жыл бұрын
@@RitikaxRayPixy thanks !!!!
@abizarkhalil
@abizarkhalil 4 жыл бұрын
i learn a lot and ur goodself solve my problem Thank You very much Mam
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad to hear that
@isnanhudayalubis8574
@isnanhudayalubis8574 Жыл бұрын
Useful video...thanks very much
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Glad it was helpful!
@hakimbau7230
@hakimbau7230 4 жыл бұрын
oh no, I love this videoooooooooooooo
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Thank you! 😇HappyLearning 😇
@dr.r.hemalathaph.d5662
@dr.r.hemalathaph.d5662 3 жыл бұрын
Madam, can you explain in MPSO and ACO algorithm and HSA hybrid algorithms
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello, here you can check Ant Colony Optimization Algorithm step-by-step with Example (ACO) ~xRay Pixy kzbin.info/www/bejne/p4q7loB8eMtkfc0 rest will upload soon.
@dr.r.hemalathaph.d5662
@dr.r.hemalathaph.d5662 3 жыл бұрын
Thank you so much mam 🙏. Useful for my research work. Please upload HSA algorithm briefly.
@ColoringKidsWorld
@ColoringKidsWorld 4 жыл бұрын
i love the way u explain thank u so much , there is just a mistake in fitness value of thirsr partical should be 2.XXX not 7.xxx
@hritikrastogi3335
@hritikrastogi3335 3 жыл бұрын
Mam can we use it on Job shop scheduling problem... And how can we take intialize parameters like weighted average and velocity
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello please check this for guidance Particle Swarm Optimization Applied to Job Shop Scheduling ethesis.nitrkl.ac.in/4160/1/Particle_swarm_optimization_applied_to_job_shop_schedulin.pdf
@hritikrastogi3335
@hritikrastogi3335 3 жыл бұрын
@@RitikaxRayPixy Thank you 🙏🙏
@hritikrastogi3335
@hritikrastogi3335 3 жыл бұрын
Mam my question is about how can we deal with permutations as a particle. I study many papers but I can't find how can we deal with that
@raonirmb1
@raonirmb1 6 ай бұрын
Valeu!
@RitikaxRayPixy
@RitikaxRayPixy 6 ай бұрын
Thank you :) #HappyLearning
@ronaldgarcia1958
@ronaldgarcia1958 3 жыл бұрын
Excellent explanation, could you please do step by step of the random sampling by LHS. Thanks
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Great suggestion!
@chathurangiatugoda3859
@chathurangiatugoda3859 4 жыл бұрын
I learnt a lot. Thank you very much.
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad it was helpful!
@bbalajinaik4501
@bbalajinaik4501 4 жыл бұрын
How to represent the features of a image as particle in PSO
@fitriarisqina8076
@fitriarisqina8076 3 жыл бұрын
Can you make video example step by step BFO algorithm before 11 Nov or in this week?.. thankyou
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Will try
@archanakumari969
@archanakumari969 3 жыл бұрын
Well explained mam. Please make video on spider money optimization algorithm with example solutions
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
soon!
@chiomaezeonye3538
@chiomaezeonye3538 2 жыл бұрын
What is fitness function? Is there a difference between fitness function and objective function?
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Fitness function i.e., Cost Function or Objective function or Evaluation Function. Used for current population performance evaluation.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Learn Metaheuristic Optimization Algorithm Basic Fundamentals ~xRay Pixy🌿🐦🌞 kzbin.info/www/bejne/houUnJ2tj8SjopY
@chiomaezeonye3538
@chiomaezeonye3538 2 жыл бұрын
I appreciate, thank you
@busraozturk1669
@busraozturk1669 Жыл бұрын
I need honey bee example, it is okay to any source or link, not artificial Bee algorithm
@archanakumari969
@archanakumari969 3 жыл бұрын
Ma'am I just want to know Objective function for 1st particle after calculation is 1964.9 Thn hw it's 1.9649
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @Archana, Maybe the error For more information please check PART 2: in details step-by-step Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code ~xRay Pixy kzbin.info/www/bejne/epXWZnaHfNyroq8
@himanshu3622
@himanshu3622 4 жыл бұрын
i learn a lot from your viedos thanx
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad to hear that :)
@mohsin-ali-abbas
@mohsin-ali-abbas 4 жыл бұрын
well explained lots of respect.
@wafaza7934
@wafaza7934 3 жыл бұрын
thank you so much please >>>>>may I ask you to do a video on the binary version of algorithms LIKE BAT and PSO
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Will upload soon. I am working on Crow search algorithm. Someone else requested before.
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Novel Binary Particle Swarm Optimization Algorithm || Numerical Example || ~xRay Pixy kzbin.info/www/bejne/anLXmGaYrtuZqc0
@abizarkhalil
@abizarkhalil 2 жыл бұрын
Thank you very much Mam, could you provide search algorithm in python. thanks in advance
@mubeenshaikh7542
@mubeenshaikh7542 3 жыл бұрын
Thank you very much Ma'am, very elaborately and clearly explained., Just to clarify that objective function to be used for computing fitness value.,can this algorithm be written in C
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Yes, definitely. please check this link for help and guidance: Particle Swarm Optimization (PSO) in C github.com/kkentzo/pso#:~:text=An%20implementation%20of%20the%20Particle,(called%20the%20objective%20function).
@mubeenshaikh7542
@mubeenshaikh7542 3 жыл бұрын
@@RitikaxRayPixy Thanks again Ma'am, actually, I'm not so good in C but it's easier to understand in C than Python.
@bobyburman6763
@bobyburman6763 3 жыл бұрын
Ma'am need ur help for different kind of pso optimization problem.....pls reply
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @Boby, contact me on twitter
@bobyburman6763
@bobyburman6763 3 жыл бұрын
sure ma'am but what's your twitter handle id ma'am?
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
twitter.com/UpdatesComputer
@jenitasuba7258
@jenitasuba7258 2 жыл бұрын
Can you please explain Chimp Optimization
@nagamanigonthina9306
@nagamanigonthina9306 8 ай бұрын
Hi mam. The video is very informative. Can you please do a video on implementing this PSO with some kind of deep learning architecture like Unet and minimize the computational complexity? and how to combine genetic algorithm with PSO.
@rachidbennia2388
@rachidbennia2388 4 жыл бұрын
thank you. simple and clear. do you have any idea on how to apply this in maximum power point tracking (mppt)?
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Hello😇 check this research paper: PSO based Maximum power point tracking www.researchgate.net/publication/255994439_PSO_based_Maximum_power_point_tracking_of_photovoltaic_systems_under_different_patterns_of_partial_shading_conditions
@rachidbennia2388
@rachidbennia2388 4 жыл бұрын
@@RitikaxRayPixy thanks a lot. you are always brilliant.
@raunak51299
@raunak51299 2 жыл бұрын
Your voice is very sweet ma'am.
@ericmulera6822
@ericmulera6822 2 жыл бұрын
Thank you madam. I have an idea now and you explained well.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
You are most welcome😇
@ericmulera6822
@ericmulera6822 2 жыл бұрын
@@RitikaxRayPixy , madam you have another example working on matlab? I wrote the code in this example and it didn't work.
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Please check here: kzbin.info/aero/PLVLAu9B7VtkalMRDfFRT_Bzf45VE3OGBF
@ericmulera6822
@ericmulera6822 2 жыл бұрын
@@RitikaxRayPixy , thank you very much my new teacher.
@fouadshaker5095
@fouadshaker5095 4 жыл бұрын
Please provide me with the slides that have been explained
@rajendranmani2429
@rajendranmani2429 2 жыл бұрын
Please provide or make a video about squirrel search algorithm..
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Squirrel Search Algorithm (SSA) ||STEP-BY-STEP|| ~xRay Pixy kzbin.info/www/bejne/j5ylZYagfq2AqMU
@modimorsy
@modimorsy 4 жыл бұрын
Thank you very much for this video, can I use PSO if we have a constrain which is variables x1+x2+x3 must equal 100?
@manpreetsinghbhangu860
@manpreetsinghbhangu860 4 жыл бұрын
Mam good explanation with example
@dinasaif4082
@dinasaif4082 3 жыл бұрын
Thanks, amazing explanation
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Glad it was helpful!
@zahidhasan1972
@zahidhasan1972 4 жыл бұрын
Very good explaination
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Glad it was helpful!😇
@danilonunes4754
@danilonunes4754 3 жыл бұрын
Great video!!!
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Thanks for the visit
@gokulrajur2939
@gokulrajur2939 Жыл бұрын
Which algorithm is used for process parameters optimization?
@mohammedagdam945
@mohammedagdam945 3 жыл бұрын
Thank you very much for your best explanation about PSO. can i use it for MPPT?
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Yes, you can. Check this research paper for reference ieeexplore.ieee.org/document/8710479
@mohammedagdam945
@mohammedagdam945 3 жыл бұрын
@@RitikaxRayPixy thank you
@gyanesht
@gyanesht Жыл бұрын
Thank you for the video. It is a good video.
@kavithaguntru6734
@kavithaguntru6734 Жыл бұрын
What is the random value taken in this example
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Hello, random value that is in between [0,1]. It is normally distributed random value between [0,1]
@thanhthanh-vh5hu
@thanhthanh-vh5hu 2 жыл бұрын
Can you give me know Xbest, How to determine Xbest
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
xBest = personal best cost / fitness value. gBest = fitness value best among all. How to determine? -Using Objective function.
@hemasrivelaga4742
@hemasrivelaga4742 3 жыл бұрын
Mam can u tell about pso technique in pss
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Yes! Soon I will upload video on this. till than you can check this A PSO Procedure for a Coordinated Tuning of Power System Stabilizers for Multiple Operating Conditions www.sciencedirect.com/science/article/pii/S1665642313715748
@ABASABDIWELIJAMA
@ABASABDIWELIJAMA Жыл бұрын
at 21:33, what does x1, x2, x3 represent. are those dimensions of the particle?
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
Yes for simplicity 3 dimensions are used. You can also check recent new numerical example on PSO Find Maxima of Function using PSO Method || Numerical Example || ~xRay Pixy kzbin.info/www/bejne/qYWvhK1vdqdgfpY
@bellakim1503
@bellakim1503 3 жыл бұрын
Where is the constraints? Can I put the constraints in the PSO??
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Yes, Dragonfly Optimization Algorithm for Engineering Optimization Problems with Constrained ~xRay Pixy🌞 kzbin.info/www/bejne/hYiZhGCembR2a9k Metaheuristic Optimization Algorithm Basic Fundamentals ~xRay Pixy kzbin.info/www/bejne/houUnJ2tj8SjopY
@عبيدةالاوسي
@عبيدةالاوسي 4 жыл бұрын
Thank yuo very much .do yuo have any idea how apply in electrical power system ???
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Hello please check this research paper Particle Swarm Optimization Solution for Power System Operation Problems www.intechopen.com/books/particle-swarm-optimization-with-applications/particle-swarm-optimization-solution-for-power-system-operation-problems Particle Swarm Optimization and Its Applications in Power Systems link.springer.com/chapter/10.1007/978-3-642-14013-6_10
@mkm5319
@mkm5319 4 жыл бұрын
Mam can you explain shuffled frog leaping algorithm
@RitikaxRayPixy
@RitikaxRayPixy 4 жыл бұрын
Will try!😇 But i need some time.
@indubala785
@indubala785 Жыл бұрын
Could u please uoad multi objectives with constraints using pso
@RitikaxRayPixy
@RitikaxRayPixy Жыл бұрын
As soon as possible :)
@jhanolaer8286
@jhanolaer8286 3 жыл бұрын
Hi maam, can you translate that code into Excel Vba?
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Hello @jhan Excel VBA Particle Swarm Optimization please check this sourceforge.net/projects/excel-vba-pso/
@jhanolaer8286
@jhanolaer8286 3 жыл бұрын
@@RitikaxRayPixy Thank you miss Ritika, Please make a video tutorial about Flocking Behavior also maam,,
@jhanolaer8286
@jhanolaer8286 3 жыл бұрын
@@RitikaxRayPixy Hi maam, can you message me in my email? thank you.. jhanlen7@gmail.com
@prasad965
@prasad965 2 жыл бұрын
Thank you very much, madam. It is a more informative and useful video, thanks a lot. can you provide pigeon inspired optimization algorithm? I will wait for your video
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
Will upload soon
@venkat_ram_reddy
@venkat_ram_reddy Жыл бұрын
super cool and good to know
@ايةفاضلعبد-غ5ك
@ايةفاضلعبد-غ5ك 3 жыл бұрын
i love this video thank you very much god bless you from iraq
@RitikaxRayPixy
@RitikaxRayPixy 3 жыл бұрын
Thank you :)
@eshwarieshwari706
@eshwarieshwari706 2 жыл бұрын
mam, can you provide the pdf document for this video?
@RitikaxRayPixy
@RitikaxRayPixy 2 жыл бұрын
PSO numerical Example: codebypixy.blogspot.com/2021/08/particle-swarm-optimization-algorithm.html
Learn Particle Swarm Optimization (PSO) in 20 minutes
19:08
Ali Mirjalili
Рет қаралды 316 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
How Swarms Solve Impossible Problems
9:41
b001
Рет қаралды 43 М.
Particle Swarm Optimisation
23:48
Churchill CompSci Talks
Рет қаралды 31 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Lecture 38: Particle Swarm Optimization
30:57
IIT Kharagpur July 2018
Рет қаралды 78 М.
изобрёл молоток мечты
0:55
Упоротый ПОВАР
Рет қаралды 543 М.
(✋❌)kageihina VS siajiwoo VS meosimmyyt VS oxzung#tiktok #shorts
0:12
В Европе заставят Apple сделать в айфонах USB Type-C
0:18
Короче, новости
Рет қаралды 1,1 МЛН
🪄Вечная спичка #diy #выживание #поход
1:00
Короче, ВИ
Рет қаралды 2,8 МЛН