
Jerry Overton38

















Lets dive into the topic at hand. Can #BigData + Simple Algorithms = Key Executive Insight?

Theyaa Matti
I believe you should start with simple algorithms and get complicated if needed

Jerry Overton
@TheyaaMatti Agreed. Maybe simple algorithms won't do the trick, but it's a good place to start.

Theyaa Matti
Even if they do not do the trick, they will give you a good idea how to deep dive into more complicated ones.

Matt
So not on their own, visualisation is critical, piles of R code and tables, even with summaries don't grab attention

Kyle Zellman
It can in the right context, but it's not assured. But, wow, it's amazing what can be gleaned from doing relatively simple analyses using data that has never really been analyzed before. There's a wealth of low hanging fruit.
Brandon Safford
It all depends on the job at hand. You don't need a crane to lift up a car tire for changing, nor will a car-jack move an entire car.

Jonathan Cordwell
'Context' is the key word. It needs someone who understands and appreciates the softer elements of the market to make it insightful

Bill Fiora
Agreed. Begin with the business issue, not the algorithm - simple often is sufficient

Christopher Marin
For me it is less about the simplicity of the algorithm and more about the appropriate one for the task at hand plus significant consideration for ease of use, in both deployment and in interpreting results.

Jerry Overton
The trick is knowing when you are dealing with a car and when you are dealing with...a skate board?
Cara McDonald Freund, SPHR, SHRM - SCP
I believe simple algorithms can lead to Key Executives insight. However, the insights shared need to be presented in the framework of the data used. Easy for executives to make assumptions that may be beyond what the data shows.

Jerry Overton
@chrismarin Any rules of thumb for how to determine "appropriate"?

Steven Melanson
Occam's Razor

Sorin Costea
heh, if only there'd be a simple rule to determine appropriatedness...

Kyle Zellman
@chrismarin Exactly how I approach it. What's the task? What are the data characteristics? Those two questions determine what algorithm(s) is appropriate.
Brandon Safford
That said, I believe analysis (be it simple or complex) is required to have the best informed upper-level decisions. It may be ignored in favor of other knowledge, but it should still be a part of any competent decision-maker's toolkit.
Ashok Gupta
Gives me insight into the real strength of each team members and based on which I can give them appropriate work.

Christopher Marin
One of the key factors for choosing an algo is interpretability. A decision tree, where you can can break down each leaf to a set of rules, is going to be less of a black box than Deep Learning.