Spelling suggestions: "subject:"amazon.como"" "subject:"imazon.como""
11 |
Differences in self-reported perceptions of privacy between online social and commercial networking users /Hughes, Jessie. January 2008 (has links)
Thesis (M.S.)--Rochester Institute of Technology, 2008. / Typescript. Includes bibliographical references (leaves 22-25).
|
12 |
Optimization and revenue management in complex networksYang, Shuoguang January 2020 (has links)
This thesis consists of three papers in optimization and revenue management over complex networks: Robust Linear Control in Transmission Systems, Online Learning and Optimization Under a New Linear-Threshold Model with Negative Influence, and Revenue Management with Complementarity Products. This thesis contributes to analytical methods for optimization problems in complex networks, namely, power network, social network and product network.
In Chapter 2, we describe a robust multiperiod transmission planning model including renewables and batteries, where battery output is used to partly offset renewable output deviations from forecast. A central element is a nonconvex battery operation model plus a robust model of forecast errors and a linear control scheme. Even though the problem is nonconvex we provide an efficient and theoretically valid algorithm that effectively solves cases on large transmission systems.
In Chapter 3, we propose a new class of Linear Threshold Model-based information-diffusion model that incorporates the formation and spread of negative attitude. We call such models negativity-aware. We show that in these models, the expected positive influence is a monotone sub-modular function of the seed set. Thus we can use a greedy algorithm to construct a solution with constant approximation guarantee when the objective is to select a seed set of fixed size to maximize positive influence. Our models are flexible enough to account for both the features of local users and the features of the information being propagated in the diffusion. We analyze an online-learning setting for a multi-round influence-maximization problem, where an agent is actively learning the diffusion parameters over time while trying to maximize total cumulative positive influence. We develop a class of online learning algorithms and provide the theoretical upper bound on the regret.
In Chapter 4, we propose a tractable information-diffusion-based framework to capture complementary relationships among products. Using this framework, we investigate how various revenue-management decisions can be optimized. In particular, we prove that several fundamental problems involving complementary products, such as promotional pricing, product recommendation, and category planning, can be formulated as sub-modular maximization problems, and can be solved by tractable greedy algorithms with guarantees on the quality of the solutions. We validate our model using a dataset that contains product reviews and metadata from Amazon from May 1996 to July 2014.
We also analyze an online-learning setting for revenue-maximization with complementary products. In this setting, we assume that the retailer has access only to sales observations. That is, she can only observe whether a product is purchased from her. This assumption leads to diffusion models with novel node-level feedback, in contrast to classical models that have edge-level feedback. We conduct confidence region analysis on the maximum likelihood estimator for our models, develop online-learning algorithms, and analyze their performance in both theoretical and practical perspectives.
|
13 |
The Study on Mergers and Acquisitions Strategy with Resource-Based View - The Case Study of Amazon.comLin, Chia-Chen 01 July 2011 (has links)
According to World Bank statistics, internet user occupied a quarter of the world population in 2008. In 2010, the number of internet users will be over two billion people. This group will become potential online shopping customers. Online shopping in global market keeps growing. Online shopping has become a trend. The business model of E-continues is facing highly challenge in this market. Enterprises need to look for sustainable way to keep their business continuously growth. This research is based on the external analysis of online retail industry in the U.S.A and the internal analysis of the core resources of the Amazon.com to evaluate the key factors of online M&A targets, to adjust the strategy in highly competitive industry, to utilize the resources acquired by Amazon.com to build up competitive advantage and to implement the effectiveness of strategy. The study mainly research 13 companies acquired by Amazon.com from 2008 to April 2011 on the relationship between core resources and competitive advantage.
The study concludes that M&A motivation of Amazon.com is to extend product line, to enter new markets, to obtain the necessary resources and capabilities, to expand the operation scale of the industry.
According to the findings and conclusions, the suggestions of the study as followed.
1. In Chinese digital content industry: firms should be focus on content development to build up the competitive advantage of digital content platform. Meanwhile the digital content can be used in each e-reader. In addition, the firms can cooperate with telecommunications firms to provide added-value service.
2. The study found that many internet companies differentiate customer service and build trust from customer by online services to create competitive advantage like creating user community to share knowledge and resources; using word of mouth marketing to attract new customers. Executives should focus on their customer-orientated service to meet market demand.
|
14 |
Efficient Machine Teaching Frameworks for Natural Language ProcessingKaramanolakis, Ioannis January 2022 (has links)
The past decade has seen tremendous growth in potential applications of language technologies in our daily lives due to increasing data, computational resources, and user interfaces. An important step to support emerging applications is the development of algorithms for processing the rich variety of human-generated text and extracting relevant information. Machine learning, especially deep learning, has seen increasing success on various text benchmarks. However, while standard benchmarks have static tasks with expensive human-labeled data, real-world applications are characterized by dynamic task specifications and limited resources for data labeling, thus making it challenging to transfer the success of supervised machine learning to the real world. To deploy language technologies at scale, it is crucial to develop alternative techniques for teaching machines beyond data labeling.
In this dissertation, we address this data labeling bottleneck by studying and presenting resource-efficient frameworks for teaching machine learning models to solve language tasks across diverse domains and languages. Our goal is to (i) support emerging real-world problems without the expensive requirement of large-scale manual data labeling; and (ii) assist humans in teaching machines via more flexible types of interaction. Towards this goal, we describe our collaborations with experts across domains (including public health, earth sciences, news, and e-commerce) to integrate weakly-supervised neural networks into operational systems, and we present efficient machine teaching frameworks that leverage flexible forms of declarative knowledge as supervision: coarse labels, large hierarchical taxonomies, seed words, bilingual word translations, and general labeling rules.
First, we present two neural network architectures that we designed to leverage weak supervision in the form of coarse labels and hierarchical taxonomies, respectively, and highlight their successful integration into operational systems. Our Hierarchical Sigmoid Attention Network (HSAN) learns to highlight important sentences of potentially long documents without sentence-level supervision by, instead, using coarse-grained supervision at the document level. HSAN improves over previous weakly supervised learning approaches across sentiment classification benchmarks and has been deployed to help inspections in health departments for the discovery of foodborne illness outbreaks. We also present TXtract, a neural network that extracts attributes for e-commerce products from thousands of diverse categories without using manually labeled data for each category, by instead considering category relationships in a hierarchical taxonomy. TXtract is a core component of Amazon’s AutoKnow, a system that collects knowledge facts for over 10K product categories, and serves such information to Amazon search and product detail pages.
Second, we present architecture-agnostic machine teaching frameworks that we applied across domains, languages, and tasks. Our weakly-supervised co-training framework can train any type of text classifier using just a small number of class-indicative seed words and unlabeled data. In contrast to previous work that use seed words to initialize embedding layers, our iterative seed word distillation (ISWD) method leverages the predictive power of seed words as supervision signals and shows strong performance improvements for aspect detection in reviews across domains and languages. We further demonstrate the cross-lingual transfer abilities of our co-training approach via cross-lingual teacher-student (CLTS), a method for training document classifiers across diverse languages using labeled documents only in English and a limited budget for bilingual translations. Not all classification tasks, however, can be effectively addressed using human supervision in the form of seed words. To capture a broader variety of tasks, we present weakly-supervised self-training (ASTRA), a weakly-supervised learning framework for training a classifier using more general labeling rules in addition to labeled and unlabeled data. As a complete set of accurate rules may be hard to obtain all in one shot, we further present an interactive framework that assists human annotators by automatically suggesting candidate labeling rules.
In conclusion, this thesis demonstrates the benefits of teaching machines with different types of interaction than the standard data labeling paradigm and shows promising results for new applications across domains and languages. To facilitate future research, we publish our code implementations and design new challenging benchmarks with various types of supervision. We believe that our proposed frameworks and experimental findings will influence research and will enable new applications of language technologies without the costly requirement of large manually labeled datasets.
|
15 |
Towards Self-Managing Networked Cyber-Physical SystemsJanak, Jan January 2024 (has links)
Networked systems integrating software with the physical world are known as cyber-physical systems (CPSs). CPSs have been used in diverse sectors, including power generation and distribution, transportation, industrial systems, and building management. The diversity of applications and interdisciplinary nature make CPSs exciting to design and build but challenging to manage once deployed. Deployed CPSs must adapt to changes in the operating environment or the system's architecture, e.g., when outdated or malfunctioning components need to be replaced. Skilled human operators have traditionally performed such adaptations using centralized management protocols. As the CPS grows, management tasks become more complex, tedious, and error-prone.
This dissertation studies management challenges in deployed CPSs. It is based on practical research with CPSs of various sizes and diverse application domains, from the large geographically dispersed electrical grid to small-scale consumer Internet of Things (IoT) systems. We study the management challenges unique to each system and propose network services and protocols specifically designed to reduce the amount of management overhead, drawing inspiration from autonomic systems and networking research.
We first introduce PhoenixSEN, a self-managing ad hoc network designed to restore connectivity in the electrical grid after a large-scale outage. The electrical grid is a large, heterogeneous, geographically dispersed CPS. We analyze the U.S. electrical grid network subsystem, propose an ad hoc network to temporarily replace the network subsystem during a blackout, and discuss the experimental evaluation of the network on a one-of-a-kind physical electrical grid testbed. The novel aspects of PhoenixSEN lie in a combination of existing and new network technologies and manageability by power distribution industry operators.
Motivated by the challenges of running unmodified third-party applications in an ad hoc network like PhoenixSEN, we propose a geographic resource discovery and query processing service for federated CPSs called SenSQL. The service combines a resource discovery protocol inspired by the LoST protocol with a standard SQL-based query interface. SenSQL aims to simplify the development of applications for federated or administratively decoupled autonomous cyber-physical systems without a single administrative or technological point of failure. The SenSQL framework balances control over autonomous cyber-physical devices and their data with service federation, limiting the application's reliance on centralized infrastructures or services.
We conclude the first part of the dissertation by presenting the design and implementation of a testbed for usability experiments with mission-critical voice, a vital communication modality in PhoenixSEN, and during emergency scenarios in general. The testbed can be used to conduct human-subject studies under emulated network conditions to assess the influence of various network parameters on the end-user's quality of experience.
The second dissertation part focuses on network enrollment of IoT devices, a management process that is often complicated, frustrating, and error-prone, particularly in consumer-oriented systems. We motivate the work by reverse-engineering and analyzing Amazon Echo's network enrollment protocol. The Echo is one of the most widely deployed IoT devices and, thus, an excellent case study. We learn that the process is rather complicated and cumbersome.
We then present a systematic study of IoT network enrollment with a focus on consumer IoT devices in advanced deployment scenarios, e.g., third-party installations, shared physical spaces, or evolving IoT systems. We evaluate existing frameworks and their shortcoming and propose WIDE, a network-independent enrollment framework designed to minimize user interactions to enable advanced deployment scenarios. WIDE is designed for large-scale or heterogeneous IoT systems where multiple independent entities cooperate to set the system up. We also discuss the design of a human-subject study to compare and contrast the usability of network enrollment frameworks.
A secure network must authenticate a new device before it can be enrolled. The authentication step usually requires physical device access, which may be impossible in many advanced deployment scenarios, e.g., when IoT devices are installed by a specialist in physically unreachable locations. We propose Lighthouse, a visible-light authentication protocol for physically inaccessible IoT devices. We discuss the protocol's design, develop transmitter and receiver prototypes, and evaluate the system. Our measurements with off-the-shelf components over realistic distances indicate authentication times shorter or comparable with existing methods involving gaining physical access to the device. We also illustrate how the visible-light authentication protocol could be used as another authentication method in other network enrollment frameworks.
|
16 |
Le livre électronique : révolution pour l'industrie du livre, mythe ou réalité? : perspectives de marché et analyse de deux distributeurs majeurs de livres électroniques : Amazon.com et Apple Inc.Panican, Alexandru 01 1900 (has links) (PDF)
Le livre électronique est une technologie au succès commercial très récent, mais qui promet de modifier considérablement l'industrie du livre en Amérique du Nord. Cette dernière connaît de nombreuses difficultés : stagnation ou baisse des ventes, baisse du taux de lecture, vieillissement des lecteurs assidus, augmentation du nombre de substituts, baisse constante des prix des livres, inefficience du circuit de distribution avec un nombre important d'invendus et précarité financière des éditeurs. Sans oublier que c'est une industrie polluante et responsable de la déforestation. Les livres électroniques, quant à eux, sont abordables, ils sont interactifs, s'adressent à un public plus jeune et leurs utilisateurs lisent de trois à quatre fois plus d'ouvrages qu'auparavant. La chaîne de valeur des livres numériques est plus efficiente, plus économique et beaucoup plus écologique. Sans oublier que le livre numérique est économiquement plus rentable que le livre imprimé pour les éditeurs. Il est certain que la nouvelle chaîne de distribution obligera certains acteurs traditionnels, tel que les imprimeurs et les distributeurs, à revoir leur rôles s'ils souhaitent survivre. Surtout que le livre numérique représentera une part importante de l'industrie du livre en Amérique du Nord. En ce qui concerne la nouvelle dynamique concurrentielle, Amazon possède le système stratégique qui livre les produits ayant le meilleur ratio qualité/prix aux lecteurs, et sa stratégie de création et domination de marché lui permet d'avoir la part de marché la plus importante. Mais à long terme l'entreprise fera face à Apple Inc., dont le système stratégique est parfaitement configuré pour livrer aux consommateurs une convergence des divertissements multimédia. Avec la segmentation du marché du livre électronique, l'objectif ne sera dès lors plus d'offrir le meilleur lecteur numérique mais de répondre aux différents bénéfices recherchés par les consommateurs, et Apple est l'entreprise qui est la mieux positionné pour aborder l'avenir.
______________________________________________________________________________
MOTS-CLÉS DE L’AUTEUR : livre électronique, livre numérique, système stratégique, modèle d'affaires, Kindle, iPad.
|
Page generated in 0.0402 seconds