Matching Items (47)
Filtering by

Clear all filters

152204-Thumbnail Image.png
Description
This project sheds light on trombonist Andy Martin's improvisation and provides tools for further learning. A biographical sketch gives background on Martin, establishing him as a newer jazz master. Through the transcription and analysis of nine improvised solos, Martin's improvisational voice and vocabulary is deciphered and presented as a series

This project sheds light on trombonist Andy Martin's improvisation and provides tools for further learning. A biographical sketch gives background on Martin, establishing him as a newer jazz master. Through the transcription and analysis of nine improvised solos, Martin's improvisational voice and vocabulary is deciphered and presented as a series of seven thematic hooks. These patterns, rhythms, and gestures are described, analyzed, and presented as examples of how each is used in the solos. The hooks are also set as application exercises for learning jazz style and improvisation. These exercises demonstrate how to use Martin's hooks as a means for furthering one's own improvisation. A full method for successful transcription is also presented, along with the printed transcriptions and their accompanying information sheets.
ContributorsWilkinson, Michael Scott (Author) / Ericson, John (Thesis advisor) / Kocour, Michael (Committee member) / Solis, Theodore (Committee member) / Arizona State University (Publisher)
Created2013
151665-Thumbnail Image.png
Description
Jazz continues, into its second century, as one of the most important musics taught in public middle and high schools. Even so, research related to how students learn, especially in their earliest interactions with jazz culture, is limited. Weaving together interviews and observations of junior and senior high school jazz

Jazz continues, into its second century, as one of the most important musics taught in public middle and high schools. Even so, research related to how students learn, especially in their earliest interactions with jazz culture, is limited. Weaving together interviews and observations of junior and senior high school jazz players and teachers, private studio instructors, current university students majoring in jazz, and university and college jazz faculty, I developed a composite sketch of a secondary school student learning to play jazz. Using arts-based educational research methods, including the use of narrative inquiry and literary non-fiction, the status of current jazz education and the experiences by novice jazz learners is explored. What emerges is a complex story of students and teachers negotiating the landscape of jazz in and out of early twenty-first century public schools. Suggestions for enhancing jazz experiences for all stakeholders follow, focusing on access and the preparation of future jazz teachers.
ContributorsKelly, Keith B (Author) / Stauffer, Sandra (Thesis advisor) / Tobias, Evan (Committee member) / Kocour, Michael (Committee member) / Sullivan, Jill (Committee member) / Schmidt, Margaret (Committee member) / Arizona State University (Publisher)
Created2013
152514-Thumbnail Image.png
Description
As the size and scope of valuable datasets has exploded across many industries and fields of research in recent years, an increasingly diverse audience has sought out effective tools for their large-scale data analytics needs. Over this period, machine learning researchers have also been very prolific in designing improved algorithms

As the size and scope of valuable datasets has exploded across many industries and fields of research in recent years, an increasingly diverse audience has sought out effective tools for their large-scale data analytics needs. Over this period, machine learning researchers have also been very prolific in designing improved algorithms which are capable of finding the hidden structure within these datasets. As consumers of popular Big Data frameworks have sought to apply and benefit from these improved learning algorithms, the problems encountered with the frameworks have motivated a new generation of Big Data tools to address the shortcomings of the previous generation. One important example of this is the improved performance in the newer tools with the large class of machine learning algorithms which are highly iterative in nature. In this thesis project, I set about to implement a low-rank matrix completion algorithm (as an example of a highly iterative algorithm) within a popular Big Data framework, and to evaluate its performance processing the Netflix Prize dataset. I begin by describing several approaches which I attempted, but which did not perform adequately. These include an implementation of the Singular Value Thresholding (SVT) algorithm within the Apache Mahout framework, which runs on top of the Apache Hadoop MapReduce engine. I then describe an approach which uses the Divide-Factor-Combine (DFC) algorithmic framework to parallelize the state-of-the-art low-rank completion algorithm Orthogoal Rank-One Matrix Pursuit (OR1MP) within the Apache Spark engine. I describe the results of a series of tests running this implementation with the Netflix dataset on clusters of various sizes, with various degrees of parallelism. For these experiments, I utilized the Amazon Elastic Compute Cloud (EC2) web service. In the final analysis, I conclude that the Spark DFC + OR1MP implementation does indeed produce competitive results, in both accuracy and performance. In particular, the Spark implementation performs nearly as well as the MATLAB implementation of OR1MP without any parallelism, and improves performance to a significant degree as the parallelism increases. In addition, the experience demonstrates how Spark's flexible programming model makes it straightforward to implement this parallel and iterative machine learning algorithm.
ContributorsKrouse, Brian (Author) / Ye, Jieping (Thesis advisor) / Liu, Huan (Committee member) / Davulcu, Hasan (Committee member) / Arizona State University (Publisher)
Created2014
152906-Thumbnail Image.png
Description
Multidimensional data have various representations. Thanks to their simplicity in modeling multidimensional data and the availability of various mathematical tools (such as tensor decompositions) that support multi-aspect analysis of such data, tensors are increasingly being used in many application domains including scientific data management, sensor data management, and social network

Multidimensional data have various representations. Thanks to their simplicity in modeling multidimensional data and the availability of various mathematical tools (such as tensor decompositions) that support multi-aspect analysis of such data, tensors are increasingly being used in many application domains including scientific data management, sensor data management, and social network data analysis. Relational model, on the other hand, enables semantic manipulation of data using relational operators, such as projection, selection, Cartesian-product, and set operators. For many multidimensional data applications, tensor operations as well as relational operations need to be supported throughout the data life cycle. In this thesis, we introduce a tensor-based relational data model (TRM), which enables both tensor- based data analysis and relational manipulations of multidimensional data, and define tensor-relational operations on this model. Then we introduce a tensor-relational data management system, so called, TensorDB. TensorDB is based on TRM, which brings together relational algebraic operations (for data manipulation and integration) and tensor algebraic operations (for data analysis). We develop optimization strategies for tensor-relational operations in both in-memory and in-database TensorDB. The goal of the TRM and TensorDB is to serve as a single environment that supports the entire life cycle of data; that is, data can be manipulated, integrated, processed, and analyzed.
ContributorsKim, Mijung (Author) / Candan, K. Selcuk (Thesis advisor) / Davulcu, Hasan (Committee member) / Sundaram, Hari (Committee member) / Ye, Jieping (Committee member) / Arizona State University (Publisher)
Created2014
153085-Thumbnail Image.png
Description
Advances in data collection technologies have made it cost-effective to obtain heterogeneous data from multiple data sources. Very often, the data are of very high dimension and feature selection is preferred in order to reduce noise, save computational cost and learn interpretable models. Due to the multi-modality nature of heterogeneous

Advances in data collection technologies have made it cost-effective to obtain heterogeneous data from multiple data sources. Very often, the data are of very high dimension and feature selection is preferred in order to reduce noise, save computational cost and learn interpretable models. Due to the multi-modality nature of heterogeneous data, it is interesting to design efficient machine learning models that are capable of performing variable selection and feature group (data source) selection simultaneously (a.k.a bi-level selection). In this thesis, I carry out research along this direction with a particular focus on designing efficient optimization algorithms. I start with a unified bi-level learning model that contains several existing feature selection models as special cases. Then the proposed model is further extended to tackle the block-wise missing data, one of the major challenges in the diagnosis of Alzheimer's Disease (AD). Moreover, I propose a novel interpretable sparse group feature selection model that greatly facilitates the procedure of parameter tuning and model selection. Last but not least, I show that by solving the sparse group hard thresholding problem directly, the sparse group feature selection model can be further improved in terms of both algorithmic complexity and efficiency. Promising results are demonstrated in the extensive evaluation on multiple real-world data sets.
ContributorsXiang, Shuo (Author) / Ye, Jieping (Thesis advisor) / Mittelmann, Hans D (Committee member) / Davulcu, Hasan (Committee member) / He, Jingrui (Committee member) / Arizona State University (Publisher)
Created2014
153259-Thumbnail Image.png
Description
With the rise of social media, hundreds of millions of people spend countless hours all over the globe on social media to connect, interact, share, and create user-generated data. This rich environment provides tremendous opportunities for many different players to easily and effectively reach out to people, interact with them,

With the rise of social media, hundreds of millions of people spend countless hours all over the globe on social media to connect, interact, share, and create user-generated data. This rich environment provides tremendous opportunities for many different players to easily and effectively reach out to people, interact with them, influence them, or get their opinions. There are two pieces of information that attract most attention on social media sites, including user preferences and interactions. Businesses and organizations use this information to better understand and therefore provide customized services to social media users. This data can be used for different purposes such as, targeted advertisement, product recommendation, or even opinion mining. Social media sites use this information to better serve their users.

Despite the importance of personal information, in many cases people do not reveal this information to the public. Predicting the hidden or missing information is a common response to this challenge. In this thesis, we address the problem of predicting user attributes and future or missing links using an egocentric approach. The current research proposes novel concepts and approaches to better understand social media users in twofold including, a) their attributes, preferences, and interests, and b) their future or missing connections and interactions. More specifically, the contributions of this dissertation are (1) proposing a framework to study social media users through their attributes and link information, (2) proposing a scalable algorithm to predict user preferences; and (3) proposing a novel approach to predict attributes and links with limited information. The proposed algorithms use an egocentric approach to improve the state of the art algorithms in two directions. First by improving the prediction accuracy, and second, by increasing the scalability of the algorithms.
ContributorsAbbasi, Mohammad Ali, 1975- (Author) / Liu, Huan (Thesis advisor) / Davulcu, Hasan (Committee member) / Ye, Jieping (Committee member) / Agarwal, Nitin (Committee member) / Arizona State University (Publisher)
Created2014
153284-Thumbnail Image.png
Description
This multiple-case study addresses the nature of the out-of-school musical engagements of four undergraduate students who were enrolled as jazz studies majors in a large school of music in the U.S. southwest. It concerns what they did musically when they were outside of school, why they did what they did,

This multiple-case study addresses the nature of the out-of-school musical engagements of four undergraduate students who were enrolled as jazz studies majors in a large school of music in the U.S. southwest. It concerns what they did musically when they were outside of school, why they did what they did, what experiences they said they learned from, and how their out-of-school engagements related to their in-school curriculum. Research on jazz education, informal learning practices in music, and the in-school and out-of-school experiences of students informed this study. Data were generated through observation, interviews, video blogs (vlogs), and SMS text messages.

Analysis of data revealed that participants engaged with music when outside of school by practicing, teaching, gigging, recording, playing music with others, attending live musical performances, socializing with other musicians, listening, and engaging with non-jazz musical styles (aside from listening). They engaged with music because of: 1) the love of music, 2) the desire for musical excellence, 3) financial considerations, 4) the aspiration to affect others positively with music, and 5) the connection with other musicians. Participants indicated that they learned by practicing, listening to recordings, attending live performances, playing paid engagements, socializing, teaching, and reading. In-school and out-of-school experience and learning had substantial but not complete overlap.

The study implies that a balance between in-school and out-of-school musical experience may help undergraduate jazz studies students to maximize their overall musical learning. It also suggests that at least some jazz studies majors are fluent in a wide variety of music learning practices that make them versatile, flexible, and employable musicians. Further implications are provided for undergraduate jazz students as well as collegiate jazz educators, the music education profession, and schools of music. Additional implications concern future research and the characterization of jazz study in academia.
ContributorsLibman, Jeffrey B (Author) / Tobias, Evan (Thesis advisor) / Kocour, Michael (Committee member) / Schmidt, Margaret (Committee member) / Solis, Theodore (Committee member) / Stauffer, Sandra (Committee member) / Arizona State University (Publisher)
Created2014
Description
The study of artist transcriptions is an effective vehicle for assimilating the language and style of jazz. Pairing transcriptions with historical context provides further insight into the back story of the artists' life and method. Innovators are often the subject of published studies of this kind, but transcriptions of plunger-mute

The study of artist transcriptions is an effective vehicle for assimilating the language and style of jazz. Pairing transcriptions with historical context provides further insight into the back story of the artists' life and method. Innovators are often the subject of published studies of this kind, but transcriptions of plunger-mute master Al Grey have been overlooked. This document fills that void, combining historical context with thirteen transcriptions of Grey's trombone features and improvisations. Selection of transcribed materials was based on an examination of historically significant solos in Al Grey's fifty-five-year career. The results are a series of open-horn and plunger solos that showcase Grey's sound, technical brilliance, and wide range of dynamics and articulation. This collection includes performances from a mix of widely available and obscure recordings, the majority coming from engagements with the Count Basie Orchestra. Methods learned from the study of Al Grey's book Plunger Techniques were vital in the realization of his work. The digital transcription software Amazing Slow Downer by Roni Music aided in deciphering some of Grey's more complicated passages and, with octave displacement, helped bring previously inaudible moments to the foreground.
ContributorsHopkins, Charles E (Author) / Pilafian, Sam (Thesis advisor) / Stauffer, Sandra (Committee member) / Solís, Ted (Committee member) / Ericson, John (Committee member) / Kocour, Michael (Committee member) / Arizona State University (Publisher)
Created2011
150262-Thumbnail Image.png
Description
This study examines the experiences of participants enrolled in an online community college jazz history course. I surveyed the participants before the course began and observed them in the online space through the duration of the course. Six students also participated in interviews during and after the course. Coded data

This study examines the experiences of participants enrolled in an online community college jazz history course. I surveyed the participants before the course began and observed them in the online space through the duration of the course. Six students also participated in interviews during and after the course. Coded data from the interviews, surveys, and recorded discussion posts and journal entries provided evidence about the nature of interaction and engagement in learning in an online environment. I looked for evidence either supporting or detracting from a democratic online learning environment, concentrating on the categories of student engagement, freedom of expression, and accessibility. The data suggested that the participants' behaviors in and abilities to navigate the online class were influenced by their pre-existing native media habits. Participants' reasons for enrolling in the online course, which included convenience and schedule flexibility, informed their actions and behaviors in the class. Analysis revealed that perceived positive student engagement did not contribute to a democratic learning environment but rather to an easy, convenient experience in the online class. Finally, the data indicated that participants' behaviors in their future lives would not be affected by the online class in that their learning experiences were not potent enough to alter or inform their behavior in society. As online classes gain popularity, the ability of these classes to provide meaningful learning experiences must be questioned. Students in this online jazz history class presented, at times, a façade of participation and community building but demonstrated a lack of sincerity and interest in the course. The learning environment supported accessibility and freedom of expression to an extent, but students' engagement with their peers was limited. Overall, this study found a need for more research into the quality of online classes as learning platforms that support democracy, student-to-student interaction, and community building.
ContributorsHunter, Robert W. (Author) / Stauffer, Sandra L (Thesis advisor) / Tobias, Evan (Thesis advisor) / Bush, Jeffrey (Committee member) / Kocour, Michael (Committee member) / Pilafian, Sam (Committee member) / Arizona State University (Publisher)
Created2011
150863-Thumbnail Image.png
Description
The solo repertoire from the Light Music Era serves as an important link between the Classical and Jazz soloist traditions. These characteristics are best highlighted through an analysis of three solo transcriptions: Felix Arndt's Nola as performed by Al Gallodoro, Rudy Wiedoeft's Valse Vanité, as performed by Freddy Gardener, and

The solo repertoire from the Light Music Era serves as an important link between the Classical and Jazz soloist traditions. These characteristics are best highlighted through an analysis of three solo transcriptions: Felix Arndt's Nola as performed by Al Gallodoro, Rudy Wiedoeft's Valse Vanité, as performed by Freddy Gardener, and Jimmy Dorsey's Oodles of Noodles, as performed by Al Gallodoro. The transcriptions, done by the author, are taken from primary source recordings, and the ensuing analysis serves to show the saxophone soloists of the Light Music Era as an amalgamation of classical and jazz saxophone. Many of the works performed during the Light Music Era are extant only in recorded form. Even so, these performances possess great historical significance within the context of the state of the saxophone as an important solo instrument in the wider musical landscape. The saxophone solos from the Light Music Era distinguish themselves through the use of formal development and embellishment of standard "song forms" (such as ABA, and AABA), and the use of improvisational techniques that are common to early Jazz; however, the analysis shows that the improvisational techniques were distinctly different than a Jazz solo improvisation in nature. Although it has many characteristics in common with both "Classical Music" (this is used as a generic term to refer to the music of the Western European common practice period that is not Pop music or Jazz) and Jazz, the original research shows that the saxophone solo music from the Light Music Era is a distinctly original genre due to the amalgamation of seemingly disparate elements.
ContributorsPuccio, Dan (Author) / Mcallister, Timothy P (Thesis advisor) / Feisst, Sabine (Committee member) / Kocour, Michael (Committee member) / Pilafian, J. Samuel (Committee member) / Spring, Robert (Committee member) / Arizona State University (Publisher)
Created2012