1
edit
(update README file's github link) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
Sync/Firefox Accounts | Sync/Firefox Accounts | ||
[[New_Mobile_Experience| | [[New_Mobile_Experience|NMX - New Mobile Experience]] | ||
'''Context Graph Initiative informal projects and technologies stack | '''Context Graph Initiative informal projects and technologies stack | ||
Line 57: | Line 57: | ||
Fathom goes beyond what is needed for the recommendation engine. It will eventually be available as a standalone tool in firefox, enabling addons to set their own rules to make it easier to work with webpages. | Fathom goes beyond what is needed for the recommendation engine. It will eventually be available as a standalone tool in firefox, enabling addons to set their own rules to make it easier to work with webpages. | ||
Fathom documentation and code: https://github.com/mozilla/fathom/blob/master/README. | Fathom documentation and code: https://github.com/mozilla/fathom/blob/master/README.rst | ||
IRC: #fathom | IRC: #fathom | ||
Line 65: | Line 65: | ||
Heatmap seeks to understand how a user interacts with a webpage and uses that to annotate their history. A user who visits a webpage and hits the back button two seconds later is saying something very different about a page than a user who visits a page, scrolls down, enters something in a form and then bookmarks it! By having a deeper understanding of these behaviors, we can identify successful discovery. | Heatmap seeks to understand how a user interacts with a webpage and uses that to annotate their history. A user who visits a webpage and hits the back button two seconds later is saying something very different about a page than a user who visits a page, scrolls down, enters something in a form and then bookmarks it! By having a deeper understanding of these behaviors, we can identify successful discovery. | ||
Heatmap Documentation and code: | Heatmap Documentation and code: https://github.com/mozilla/heatmap | ||
== | ==Miracle== | ||
The ingestion process takes a user's history (voluntarily given!), filters out problematic URLs and anonymizes the data as best it can. It then securely communicates the remaining URLs to the server, which stores it in the user's account for aggregate analysis. At any time, the user can delete their data from the server. | The ingestion process takes a user's history (voluntarily given!), filters out problematic URLs and anonymizes the data as best it can. It then securely communicates the remaining URLs to the server, which stores it in the user's account for aggregate analysis. At any time, the user can delete their data from the server. | ||
This is accompanied by a bucket for all the heuristics, experiments and machine learning that takes the raw data and aggregates it into the recommendation engine. This project is awaiting data before we begin experiments. | |||
Miracle Documentation and code: https://github.com/mozilla/miracle | |||
==Recommendation Engine Team== | ==Recommendation Engine Team== | ||
edit