You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to build an RL-based algorithm that can help cab drivers maximize their profits by improving their decision-making process on the field. Taking long-term profit as the goal, a method is proposed based on reinforcement learning to optimize taxi driving strategies for profit maximization. This optimization problem is fo…
This is a Research of Various Optimization Algorithms that are used in ML and DL which is implemented on the 2 types of Dataset(Banglore_Housing & TSP)
This file explores the working of various Gradient Descent Algorithms to reach a solution. Algorithms used are: Batch Gradient Descent, Mini Batch Gradient Descent, and Stochastic Gradient Descent