Hi @vani97 ,
You can use the below expression to get week difference between start date and current date,
ToInteger((DaysDiff(GetDate(), @trainingStartDate))/7)
Then you can use the week difference value to differentiate recipients based on their week and send respective delivery to them.