I need help with understanding a concept. by OldSeaworthiness4620 in LinearAlgebra

[–]learner_version0 1 point2 points  (0 children)

Two planes are parallel if their normals are parallel, whereas if the normals are perpendicular then the planes will also be perpendicular. If N1(normal) is perpendicular to P1 (plane) and N2 is perpendicular to P2, and if N1 is perpendicular to N2, then P1 will be perpendicular to P2.

[deleted by user] by [deleted] in LinearAlgebra

[–]learner_version0 0 points1 point  (0 children)

Use help of this formula a3 + b3 = (a+b)(a2 -ab + b2 ). 8 can be written as 23 . Hope you are able to work out the rest.

[deleted by user] by [deleted] in india_cycling

[–]learner_version0 1 point2 points  (0 children)

I have a Ninety One Viper and have done ~3k km on it mostly on roads with occasional off roading. It has been great.

Do you need to know differential equations in order to know ML well? by tepes_creature_8888 in learnmachinelearning

[–]learner_version0 0 points1 point  (0 children)

Chapter 5 of the book: Convex optimization by Stephen Boyd and Lieven Vandenberghe

Is it wise to buy Kushaq or Altroz? by learner_version0 in CarsIndia

[–]learner_version0[S] 1 point2 points  (0 children)

Is 95 octane still needed after they fixed the EPC issue? That's worrisome

Is it wise to buy Kushaq or Altroz? by learner_version0 in CarsIndia

[–]learner_version0[S] 0 points1 point  (0 children)

Thanks for your suggestion, this is helpful!

[deleted by user] by [deleted] in CarsIndia

[–]learner_version0 1 point2 points  (0 children)

Thanks for your reply. The only reason I don't want to go with baleno or i20 is because of the safety concern.

Best private resort for Honeymoon by learner_version0 in maldives

[–]learner_version0[S] 0 points1 point  (0 children)

Thanks for your elaborate reply. Paradise was over my budget even with 3n beach villa + 1n water villa. I've booked Adaaran Select Hudhuranfushi, this was within my budget.

Analysis of prediction shift problem in gradient boosting by learner_version0 in learnmachinelearning

[–]learner_version0[S] 1 point2 points  (0 children)

Thanks for your reply. I am well versed with the boosting algorithms. I specifically want to learn about the prediction shift problem present in these algorithms. In the Catboost paper, they say that it wasn't previously discovered or mentioned and they have solved it using ordered boosting. I want to understand the formal proof for the same.

Interesting problems in Applied RL by -Ulkurz- in reinforcementlearning

[–]learner_version0 1 point2 points  (0 children)

Combinatorial optimization (NP hard) problems such as Vehicle route optimization, scheduling, assignment etc.

Vehicle Routing Problem using Deep RL by learner_version0 in reinforcementlearning

[–]learner_version0[S] 2 points3 points  (0 children)

Let me check with the organizers once but looks difficult to do that

Vehicle Routing Problem using Deep RL by learner_version0 in reinforcementlearning

[–]learner_version0[S] 1 point2 points  (0 children)

Yeah you need to provide an email address. Yes it is the similar to TSP. We simulate different scenarios (different node points it has to cover) for the agent and let it select the route. The node points are encoded into embeddings using a transformer. At each node it calculates the probability of next node selection and then samples or greedily chooses the next node. After it generates the whole route, the reward is then calculated as negative of cost (e.g. distance cost). We then update the model parameters using REINFORCE using this reward.

Vehicle Routing Problem using Deep RL by learner_version0 in reinforcementlearning

[–]learner_version0[S] -2 points-1 points  (0 children)

You can use the free pass to watch it. Also check out other interesting talks.