Isn't this in fact k-means clustering rather than "machine learning"?
Looks like he used a hierarchical clustering (probably single-linkage) rather than K-means. But yes, I'm also not too keen on using a clustering algorithm and calling it machine learning.
Defining Transit Service Areas with Unsupervised Machine Learning
11–17 of 17 posts
Re: Defining Transit Service Areas with Unsupervised Machine Learning
#12Interesting application of clustering. My group in the UK (Amey Strategic Consulting: https://www.amey.co.uk/amey-consulting/services/strategic-co... ) have been doing very similar things for a while now to optimise utilities maintenance, for example optimizing the number and position of maintenance depots to enable a utilities company to undertake repairs most efficiently. I'm UK based, and not that familiar with th…
https://en.wikipedia.org/wiki/Transportation_forecasting#Fou...
My first job was to estimate trip generation models (the first tier) using simultaneous-equations time-series models in Eviews; a transportation engineer with some experience doing surveys (i.e. coordinating teams of people with clipboards) worked on the mode choice. We had additionally some greyheads who had the Matlab codes for trip distribution and route assignment.
Realistically some machine learning type classification could really help in mode choice, particularly if raw data (like turnstile pushes) is available. Trip generation, like most microeconometrics with time-series, is something of a dark art.
Ideally we would all be doing agent-based simulation by now with super-disaggregate data like Waze has, but I haven't seen complex systems simulation really "arrive" for real problems. It'd be fun to train reinforcement learners on them too :)
Re: Defining Transit Service Areas with Unsupervised Machine Learning
#13Isn't this in fact k-means clustering rather than "machine learning"?
Leading universities like Stanford teach k-means clustering in their "machine learning" courses. Why do you think they're wrong and it's not actually machine learning?
There's a general tendency to reclassify any kind of statistical analysis that produces a useful result as "machine learning", and I don't think it helps. For example there are lots of machine vision techniques; the neural net ones can sensibly be called "learning" but things like edge detection shouldn't be.
(also, just because something is taught in course X doesn't mean that it is X, it might be an embedded prerequisite)
Re: Defining Transit Service Areas with Unsupervised Machine Learning
#14If he wanted to do something, he should demystify clipper card purchases. Every agency has its own bespoke fare system, and its complete bullshit if you transfer between systems. THAT would have been interesting, especially given how these things interact with agency funding.
Re: Defining Transit Service Areas with Unsupervised Machine Learning
#15Re: Defining Transit Service Areas with Unsupervised Machine Learning
#16Isn't this in fact k-means clustering rather than "machine learning"?