I’m a co-founder of a Portugese Startup, a digital platform for road freight transport and logistics, connecting shippers and carriers efficiently. I have a basic understanding of AI, but I want to dive deeper and learn how to apply AI to optimize logistics, dynamic pricing, demand forecasting, and enhance user experience.
My goal here is to absorb as much knowledge as possible and leverage AI to make BIPBIP a reference in the industry. What are the best courses, frameworks, or tools to start with? Any practical recommendations for startups in the transport sector?
Many thanks in advance for all the support of this community
Now that I know that phyton is popular for machine learning, do you see any threat to my plattform that have a different code, if I santo to implement machine learning as soon as possible, will i face extra problems to not have it in phyton !?
@Jonijose check out the ‘traveling salesman problem’ Travelling salesman problem - Wikipedia. This is classic and even with AI (to my awareness) hasn’t been solved yet. We have some heuristics that get close, but not ‘optimally’.
I would think you would have problems because I have only encountered machine learning in Python; other languages are used too, but not much really. There are many libraries for machine learning only in Python!