matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.65k stars 2.62k forks source link

Use machine learning to create better insights #5959

Open mattab opened 10 years ago

mattab commented 10 years ago

Piwik makes it easy to collect data from many systems, databases, services.

All this data could be analysed to extract insights. Anyone could build plugins for the open analytics platform Piwik. A plugin can contain logic to extra insights from existing data or new custom data.

What is machine learning?

Machine learning is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. Machine learning is so pervasive today that you probably use it dozens of times a day without knowing it.

Source: coursera stanford machine learning course

Possibilities of machine learning algorithms for Piwik

Machine learning tools

Feel free to post yours thoughts and ideas about what useful things could be done with machine learning applied to Piwik data...

mattab commented 10 years ago

See also this article: http://radar.oreilly.com/2014/07/new-approaches-to-anomaly-detection.html

cheburakshu commented 7 years ago

Hi @mattab

I am working on a research paper for Piwik based ML. You can find more information here.

Thanks.

mattab commented 7 years ago

Nice to hear @cheburakshu, Good luck and let us know what you find, we'd love to hear.

cheburakshu commented 7 years ago

Thanks Matt. I will definitely let you know. One question -- How to differentiate between abandoned carts and carts purchased in the db?

mattab commented 7 years ago

Carts purchased have an Order ID idorder set, while abandoned carts don't.

cheburakshu commented 7 years ago

Thanks Matt. That helps.

On Sun, Sep 17, 2017 at 7:31 PM, Matthieu Aubry notifications@github.com wrote:

Carts purchased have an Order ID idorder set, while abandoned carts don't.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/piwik/piwik/issues/5959#issuecomment-330109046, or mute the thread https://github.com/notifications/unsubscribe-auth/AaEF0pjM-crNbxp7LQU1ES52BrhxM177ks5sjcfugaJpZM4CVyKl .

siva538 commented 6 years ago

This is a great initiative and one of it's kind. Has there been any further progress on this?

Findus23 commented 4 years ago

See also https://forum.matomo.org/t/potential-machine-learning-support-as-premium-feature/37879/3 for some ideas.