Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2018-web/data/talks/PC-54605.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (19 sloc)
1.63 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Nadia Tahiri" | |
| talk_title: "An intelligent shopping list based on the application of partitioning and machine learning algorithms" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "machine learning" | |
| - "data science" | |
| - "python" | |
| - "tensorflow" | |
| - "keras" | |
| - "Google" | |
| talk_abstract: "A shopping list is an integral part of the shopping experience for many consumers. Several mobile retail studies indicate that potential customers place the highest priority on features that help them create and manage personalized shopping lists. We propose one solution written in PYTHON." | |
| talk_details: "First, we propose to develop a new model of machine learning written in Python3.6 and planning to predict which grocery products the consumer will buy again or will try to buy for the first time, and in which store (s) will the area he will shop. Second, we will develop a smart shopping list template to provide consumers with a personalized weekly shopping list based on their historical shopping history and known preferences. As explanatory variables, we will use available grocery shopping histories, store promotion information for the given region, as well as product price statistics." | |
| # Markdown is supported | |
| about_author: 'Nadia Tahiri is a Ph.D. student in Computer Science at the Université du Québec à Montréal. She works on the development of new bioinformatics consensus algorithms.' | |
| # web link will only show if about_author section is present | |
| author_website: 'https://www.linkedin.com/in/tahiri-nadia/' |