Matching Items (260)
Filtering by

Clear all filters

131509-Thumbnail Image.png
Description
This thesis project was conducted to create a practical tool to help micro and small local food enterprises identify potential strategies and sources of finance. Currently, many of these enterprises are unable to obtain the financial capital needed to start-up or maintain operations.

Sources and strategies of finance studied and

This thesis project was conducted to create a practical tool to help micro and small local food enterprises identify potential strategies and sources of finance. Currently, many of these enterprises are unable to obtain the financial capital needed to start-up or maintain operations.

Sources and strategies of finance studied and ultimately included in the tool were Loans, Equity, Membership, Crowdfunding, and Grants. The tool designed was a matrix that takes into account various criteria of the business (e.g. business lifecycle, organizational structure, business performance) and generates a financial plan based on these criteria and how they align with the selected business strategies. After strategies are found, stakeholders can search through an institutional database created in conjunction with the matrix tool to find possible institutional providers of financing that relate to the strategy or strategies found.

The tool has shown promise in identifying sources of finance for micro and small local food enterprises in practical use with hypothetical business cases, however further practical use is necessary to provide further input and revise the tool as needed. Ultimately, the tool will likely become fully user-friendly and stakeholders will not need the assistance of another expert helping them to use it. Finally, despite the promise of the tool itself, the fundamental and underlying problem that many of these businesses face (lack of infrastructure and knowledge) still exists, and while this tool can also help capacity-building efforts towards both those seeking and those providing finance, an institutional attitude adjustment towards social and alternative enterprises is necessary in order to further simplify the process of obtaining finance.
ContributorsDwyer, Robert Francis (Author) / Wiek, Arnim (Thesis director) / Forrest, Nigel (Committee member) / Department of Finance (Contributor) / Department of Information Systems (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
131527-Thumbnail Image.png
Description
Object localization is used to determine the location of a device, an important aspect of applications ranging from autonomous driving to augmented reality. Commonly-used localization techniques include global positioning systems (GPS), simultaneous localization and mapping (SLAM), and positional tracking, but all of these methodologies have drawbacks, especially in high traffic

Object localization is used to determine the location of a device, an important aspect of applications ranging from autonomous driving to augmented reality. Commonly-used localization techniques include global positioning systems (GPS), simultaneous localization and mapping (SLAM), and positional tracking, but all of these methodologies have drawbacks, especially in high traffic indoor or urban environments. Using recent improvements in the field of machine learning, this project proposes a new method of localization using networks with several wireless transceivers and implemented without heavy computational loads or high costs. This project aims to build a proof-of-concept prototype and demonstrate that the proposed technique is feasible and accurate.

Modern communication networks heavily depend upon an estimate of the communication channel, which represents the distortions that a transmitted signal takes as it moves towards a receiver. A channel can become quite complicated due to signal reflections, delays, and other undesirable effects and, as a result, varies significantly with each different location. This localization system seeks to take advantage of this distinctness by feeding channel information into a machine learning algorithm, which will be trained to associate channels with their respective locations. A device in need of localization would then only need to calculate a channel estimate and pose it to this algorithm to obtain its location.

As an additional step, the effect of location noise is investigated in this report. Once the localization system described above demonstrates promising results, the team demonstrates that the system is robust to noise on its location labels. In doing so, the team demonstrates that this system could be implemented in a continued learning environment, in which some user agents report their estimated (noisy) location over a wireless communication network, such that the model can be implemented in an environment without extensive data collection prior to release.
ContributorsChang, Roger (Co-author) / Kann, Trevor (Co-author) / Alkhateeb, Ahmed (Thesis director) / Bliss, Daniel (Committee member) / Electrical Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
131537-Thumbnail Image.png
Description
At present, the vast majority of human subjects with neurological disease are still diagnosed through in-person assessments and qualitative analysis of patient data. In this paper, we propose to use Topological Data Analysis (TDA) together with machine learning tools to automate the process of Parkinson’s disease classification and severity assessment.

At present, the vast majority of human subjects with neurological disease are still diagnosed through in-person assessments and qualitative analysis of patient data. In this paper, we propose to use Topological Data Analysis (TDA) together with machine learning tools to automate the process of Parkinson’s disease classification and severity assessment. An automated, stable, and accurate method to evaluate Parkinson’s would be significant in streamlining diagnoses of patients and providing families more time for corrective measures. We propose a methodology which incorporates TDA into analyzing Parkinson’s disease postural shifts data through the representation of persistence images. Studying the topology of a system has proven to be invariant to small changes in data and has been shown to perform well in discrimination tasks. The contributions of the paper are twofold. We propose a method to 1) classify healthy patients from those afflicted by disease and 2) diagnose the severity of disease. We explore the use of the proposed method in an application involving a Parkinson’s disease dataset comprised of healthy-elderly, healthy-young and Parkinson’s disease patients.
ContributorsRahman, Farhan Nadir (Co-author) / Nawar, Afra (Co-author) / Turaga, Pavan (Thesis director) / Krishnamurthi, Narayanan (Committee member) / Electrical Engineering Program (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2020-05
133880-Thumbnail Image.png
Description
In this project, the use of deep neural networks for the process of selecting actions to execute within an environment to achieve a goal is explored. Scenarios like this are common in crafting based games such as Terraria or Minecraft. Goals in these environments have recursive sub-goal dependencies which form

In this project, the use of deep neural networks for the process of selecting actions to execute within an environment to achieve a goal is explored. Scenarios like this are common in crafting based games such as Terraria or Minecraft. Goals in these environments have recursive sub-goal dependencies which form a dependency tree. An agent operating within these environments have access to low amounts of data about the environment before interacting with it, so it is crucial that this agent is able to effectively utilize a tree of dependencies and its environmental surroundings to make judgements about which sub-goals are most efficient to pursue at any point in time. A successful agent aims to minimizes cost when completing a given goal. A deep neural network in combination with Q-learning techniques was employed to act as the agent in this environment. This agent consistently performed better than agents using alternate models (models that used dependency tree heuristics or human-like approaches to make sub-goal oriented choices), with an average performance advantage of 33.86% (with a standard deviation of 14.69%) over the best alternate agent. This shows that machine learning techniques can be consistently employed to make goal-oriented choices within an environment with recursive sub-goal dependencies and low amounts of pre-known information.
ContributorsKoleber, Derek (Author) / Acuna, Ruben (Thesis director) / Bansal, Ajay (Committee member) / W.P. Carey School of Business (Contributor) / Software Engineering (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
133901-Thumbnail Image.png
Description
This thesis dives into the world of artificial intelligence by exploring the functionality of a single layer artificial neural network through a simple housing price classification example while simultaneously considering its impact from a data management perspective on both the software and hardware level. To begin this study, the universally

This thesis dives into the world of artificial intelligence by exploring the functionality of a single layer artificial neural network through a simple housing price classification example while simultaneously considering its impact from a data management perspective on both the software and hardware level. To begin this study, the universally accepted model of an artificial neuron is broken down into its key components and then analyzed for functionality by relating back to its biological counterpart. The role of a neuron is then described in the context of a neural network, with equal emphasis placed on how it individually undergoes training and then for an entire network. Using the technique of supervised learning, the neural network is trained with three main factors for housing price classification, including its total number of rooms, bathrooms, and square footage. Once trained with most of the generated data set, it is tested for accuracy by introducing the remainder of the data-set and observing how closely its computed output for each set of inputs compares to the target value. From a programming perspective, the artificial neuron is implemented in C so that it would be more closely tied to the operating system and therefore make the collected profiler data more precise during the program's execution. The program is designed to break down each stage of the neuron's training process into distinct functions. In addition to utilizing more functional code, the struct data type is used as the underlying data structure for this project to not only represent the neuron but for implementing the neuron's training and test data. Once fully trained, the neuron's test results are then graphed to visually depict how well the neuron learned from its sample training set. Finally, the profiler data is analyzed to describe how the program operated from a data management perspective on the software and hardware level.
ContributorsRichards, Nicholas Giovanni (Author) / Miller, Phillip (Thesis director) / Meuth, Ryan (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
133905-Thumbnail Image.png
Description
This thesis examines the impact of price changes of select microprocessors on the market share and 5-year gross profit net present values of Company X in the networking market through a multi-step analysis. The networking market includes segments including media processing, cloud services, security, routers & switches, and access points.

This thesis examines the impact of price changes of select microprocessors on the market share and 5-year gross profit net present values of Company X in the networking market through a multi-step analysis. The networking market includes segments including media processing, cloud services, security, routers & switches, and access points. For this thesis our team focused on the routers & switches, as well as the security segments. Company X wants to capitalize on the expected growth of the networking market as it transitions to its fifth generation (henceforth referred to as 5G) by positioning itself favorably in its customers eyes through high quality products offered at competitive prices. Our team performed a quantitative analysis of benchmark data to measure the performances of Company X's products against those of its competitors. We collected this data from third party computer reviewers, as well as the published reports of Company X and its competitors. Through the use of a preference matrix, we then normalized this performance data to adjust for different scales. In order to provide a well-rounded analysis, we adjusted these normalized performances for power consumption (using thermal design power as a proxy) as well as price. We believe these adjusted performances are more valuable than raw benchmark data, as they appeal to the demands of price-sensitive customers. Based on these comparisons, our team was able to assess price changes for their market and discounted financial impact on Company X. Our findings challenge the current pricing of one of the two products being analyzed and suggests a 9% decrease in the price of said product. This recommendation most effectively positions Company X for the development of 5G by offering the best balance of market share and NPV.
ContributorsArias, Stephen (Co-author) / Masson, Taylor (Co-author) / McCall, Kyle (Co-author) / Dimitroff, Alex (Co-author) / Hardy, Sebastian (Co-author) / Simonson, Mark (Thesis director) / Haller, Marcie (Committee member) / School of Accountancy (Contributor) / Department of Finance (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
134183-Thumbnail Image.png
Description
This thesis takes the form of a market research report with the goal of analyzing the implications of the United Kingdom (UK) leaving the European Union (EU) (known as “Brexit”) on London’s office commercial real estate market. The ultimate goal of this report is to make a prediction, firmly grounded

This thesis takes the form of a market research report with the goal of analyzing the implications of the United Kingdom (UK) leaving the European Union (EU) (known as “Brexit”) on London’s office commercial real estate market. The ultimate goal of this report is to make a prediction, firmly grounded in quantitative and qualitative research conducted over the past several months, as to the direction of London’s commercial real estate market going forward (post-Brexit). Within the commercial real estate sector, this paper narrows its focus to the office segment of the London market.

Understanding the political landscape is crucial to formulating a reasonable prediction as to the future of the London market. Aside from research reports and articles, our main insights into the political direction of Brexit come from our recordings from meetings in March of 2017 with two high-ranking members of Parliament and one member of the House of Lords—all of whom are members of the Tory Party (the meetings being held under the condition of anonymity). The below analysis will be followed by a discussion of the economics of Brexit, primarily focusing on the economic risks and uncertainties which have emerged after the vote, and which currently exist today. Such risks include the UK losing its financial passporting rights, weakening GDP and currency value, the potential for a reduction in foreign direct investment (FDI), and the potential loss of the service sector in the city of London due to not being able to access the European Single Market.

The report will shift focus to analyzing three competing viewpoints of the direction of the London market based on recordings from interviews of stakeholders in the London real estate market. One being an executive of one of the largest REITs in the UK, another being the Global Head of Real Estate at a top asset management firm, and another being a director at a large property consulting firm. The report includes these differing “sub-theses” in order to try to make sense of the vast market uncertainties post-Brexit as well as to contrast their viewpoints with where the market is currently and with the report’s investment recommendation.

The remainder of the report will consist of the methods used for analyzing market trends including how the data was modeled in order to make the investment recommendation. The report will analyze real estate and market metrics pre-Brexit, immediately after the vote, post-Brexit, and will conclude with future projections encapsulating the investment recommendation.
ContributorsHorn, Jonathan (Co-author) / Sidi, Adam (Co-author) / Bonadurer, Werner (Thesis director) / McDaniel, Cara (Committee member) / Department of Finance (Contributor) / School of Politics and Global Studies (Contributor) / Economics Program in CLAS (Contributor) / Barrett, The Honors College (Contributor)
Created2017-12
135574-Thumbnail Image.png
Description
The purpose of our research was to develop recommendations and/or strategies for Company A's data center group in the context of the server CPU chip industry. We used data collected from the International Data Corporation (IDC) that was provided by our team coaches, and data that is accessible on the

The purpose of our research was to develop recommendations and/or strategies for Company A's data center group in the context of the server CPU chip industry. We used data collected from the International Data Corporation (IDC) that was provided by our team coaches, and data that is accessible on the internet. As the server CPU industry expands and transitions to cloud computing, Company A's Data Center Group will need to expand their server CPU chip product mix to meet new demands of the cloud industry and to maintain high market share. Company A boasts leading performance with their x86 server chips and 95% market segment share. The cloud industry is dominated by seven companies Company A calls "The Super 7." These seven companies include: Amazon, Google, Microsoft, Facebook, Alibaba, Tencent, and Baidu. In the long run, the growing market share of the Super 7 could give them substantial buying power over Company A, which could lead to discounts and margin compression for Company A's main growth engine. Additionally, in the long-run, the substantial growth of the Super 7 could fuel the development of their own design teams and work towards making their own server chips internally, which would be detrimental to Company A's data center revenue. We first researched the server industry and key terminology relevant to our project. We narrowed our scope by focusing most on the cloud computing aspect of the server industry. We then researched what Company A has already been doing in the context of cloud computing and what they are currently doing to address the problem. Next, using our market analysis, we identified key areas we think Company A's data center group should focus on. Using the information available to us, we developed our strategies and recommendations that we think will help Company A's Data Center Group position themselves well in an extremely fast growing cloud computing industry.
ContributorsJurgenson, Alex (Co-author) / Nguyen, Duy (Co-author) / Kolder, Sean (Co-author) / Wang, Chenxi (Co-author) / Simonson, Mark (Thesis director) / Hertzel, Michael (Committee member) / Department of Finance (Contributor) / Department of Management (Contributor) / Department of Information Systems (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / School of Accountancy (Contributor) / WPC Graduate Programs (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
135387-Thumbnail Image.png
Description
For this thesis, the authors would like to create a hypothetical Private Equity Real Estate Investment firm that focuses on creating value for partners by taking an opportunistic approach to acquiring under-performing urban multi-family properties with large upside potential for investing. The project will focus on both the market analysis

For this thesis, the authors would like to create a hypothetical Private Equity Real Estate Investment firm that focuses on creating value for partners by taking an opportunistic approach to acquiring under-performing urban multi-family properties with large upside potential for investing. The project will focus on both the market analysis and financial modeling associated with investment strategy and transactions. There is a substantial amount of complexity within commercial real estate and this thesis seeks to offer an accurate and comprehensive documentary of the process, while simplifying it for everyday readers. Additionally, there are a significant amount of risk factors associated with investment decisions, so the best practices from the industry documented in this manuscript are valuable tools for successful investing in the future. To gain the most profound and reliable industry knowledge, the authors leveraged the experience of dozens of industry professionals through research and personal interviews. Through careful analysis, the authors were able to ascertain the current economic position in the real estate cycle and to create a plan for future investing. Additionally, they were able to identify and evaluate a specific asset for purchase. As a result, the authors found that multifamily properties are a sound investment for the next two years and that the company should slowly start to shift directions to office and retail in 2018.
ContributorsBacon, David (Co-author) / Soto, Justin (Co-author) / Kashiwagi, Dean (Thesis director) / Kashiwagi, Jacob (Committee member) / Department of Finance (Contributor) / Department of Supply Chain Management (Contributor) / Department of Marketing (Contributor) / W. P. Carey School of Business (Contributor) / School of Accountancy (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
135401-Thumbnail Image.png
Description
Since the passage of the Federal Election Campaign Act Amendments of 1974 (FECA) up until the most recent election in 2012, presidential campaign funds have risen over five hundred percent. While money has always been an essential and critical part of any political campaign, this rise has been drastic and

Since the passage of the Federal Election Campaign Act Amendments of 1974 (FECA) up until the most recent election in 2012, presidential campaign funds have risen over five hundred percent. While money has always been an essential and critical part of any political campaign, this rise has been drastic and continues to increase at a higher rate with every election cycle, even when the numbers are adjusted for inflation. The purpose of this paper is to examine this continuous increase in cost of presidential campaigns and to analyze the different pieces that have contributed to this rise. The main pieces include two Supreme Court cases: Buckley v. Valeo and Citizens United v. Federal Elections Commission, the rise and fall of federally regulated public funding and the various pieces of a presidential campaign that have considerably higher ticket prices with each election cycle. This paper first goes through both Buckley and Citizens, describing what each Supreme Court decision did and how they effected how much money can be spent in a presidential campaign and by whom. The paper then examines each presidential election since the passage of FECA in 1974 through the last election with President Barack Obama and Mitt Romney in 2012. Each election cycle is broken down to show how much money was spent by each candidate and the Republican and Democratic National Committees, whether or not the money was received through public funds or raised privately, and subsequently the percentages of where the money was spent. While the examination of the Court cases helps to understand why so much money can be donated and contributed directly to campaigns or spent on behalf of a presidential candidate, the breakdown of where the money is spent including advertising, travel, staff salaries etc. helps to show why a presidential campaign costs over five hundred percent more today than it did forty years ago. By understanding this increase, how it was caused and where the money is going, it is more feasible to comprehend whether or not campaign finance reform should be proposed and if so, how it should be brought about.
ContributorsColby, Mikaela Nicole (Author) / Critchlow, Donald (Thesis director) / Shair-Rosenfield, Sarah (Committee member) / School of Historical, Philosophical and Religious Studies (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05