Startups Stack Exchange Archive

How would you use better Machine Learning for your startup?

Assume you are given access to a new approach/architecture for neural networks useful for unsupervised machine learning that produces qualitatively better models than current approaches, with no significant performance loss.

What problems would you want to try applying it to?

Answer 6115

Lots of things…

For instance, I had a recent client who could have made good use of neural nets to automate enhancing video covers. The cover images were mostly similar (same type of topic) but with vastly different levels of quality and levels. The result they were seeking was to have harmonious color and brightness characteristics, with a pinch of sharpening where needed.

Another type of topic I’d find useful would be analyzing site usage data (e.g. Google Analytics) to highlight interesting trends and traffic patterns. Kind of like what they’re doing over at Narrative Science, but with the twist that you’d want to weed out trash in the data before performing the analysis – as in, ignore very short sessions or spam traffic like ghost referrals.

Answer 6146

I wouldn’t just pick an idea and go with it without doing some serious market research first, but I’d do one of two things:

  1. Disrupt an existing market. E.g. a search engine built on a neural network.

  2. Create something new. E.g. a tool that tells you what genetic traits your children will inherit based on your and your spouses DNA.

Answer 7898

I am using machine learning to segment people based on products they used before, I want to help startups validate their products through connecting them with early adopters who used similar products to theirs before.

Please visit this page, you will find a video demo in the bottom

http://findearlyadopters.com/startups

I would love to get your feedback.

Answer 7906

Great to see the love for data science and Machine Learning amongst startups.

So, I am the lead data scientist in a startup, and this is how we use ML here:

We model the customer journey into a graph, where the most important features are included in the node, and the derieved properties like the behavior of the customer, likes and dislikes, etc are modeled as hidden variables for the graph.

So, this became a Hidden Markov Model.

The graph would look something like this:

enter image description here

Each z is a different state in which the customer is, in the marketing funnel.

From this model, we predict flags for the growth team about when a customer is dissatisfied or having a high probability of churning.

So, this is one application in which we use ML amongst a lot others.


All content is licensed under CC BY-SA 3.0.