Demo
Demo
Cognitive Route Determination using Machine Learning for time and cost of transportation improvement.
Goods transported from the warehouse to the retail store involves transportation. The time taken and distance
between each retail store/warehouse can be computed to find the best possible route through machine learning. The
dynamic nature of machine learning will also help calculate the optimal routes each time depending on mileage, total
volume of freight, weight, road conditions and traffic. This will help in reduction of fuel costs, faster deliveries from
warehouse to the store. Further, freight size, weight will help calculate the mileage better, which will prioritize which
retail store to visit first for minimizing fuel expenses.
Business Requirement
Business Requirement:
Movement of goods from the Production Plant to the Warehouse, from the Warehouse to the Store, or in between
Warehouses incurs cost of Transportation. This cost needs to be minimized by an automated system which will
determine the best route based on real time data in order to deliver goods quickly while saving transportation costs.
Machine Learning
Existing
Actual Data is
(distance,
recordedtime,
afteretc)
travelling
are used
through
to
Actual determine
Data is merged
the with
theoptimalExisting
route. route. Data and
new optimal route is derived.
Route Determination Logic
3 6 4
8
H K
G 5
9 2
I
Report Name: ZTT_ROUTEFINDER
Simplify
The 2 possible routes in this case are A -> C -> G -> A and A ->G -> C -> A.
Here Source and Destination are fixed and the rest of the locations are
arranged using Permutation.