1. Homepage
  2. Programming
  3. COMP3717 Introduction to Music Processing - Summative Assignment: Musical output

COMP3717 Introduction to Music Processing - Summative Assignment: Musical output

Engage in a Conversation
DurhamCOMP3717Introduction to Music ProcessingPythonFourier transformInverse Fourier transform

Your objective is to develop an algorithmic system that can produce novel musical output in one of the following formats: CourseNana.COM

  • -  MIDI CourseNana.COM

  • -  MusicXML CourseNana.COM

  • -  Audio (.wav) CourseNana.COM

  • -  Video CourseNana.COM

    You will present your algorithmic system by submitting a demonstration video showing the system in operation, and by describing its operation in a 1,000-word technical note (“report”). You will additionally submit the code that specifies the implementation shown in the demonstration video. Before the final submission, you will also produce one-page outline of the report, which should show evidence of concrete progress toward the final submission. CourseNana.COM

    Requirements CourseNana.COM

    Your system must involve some combination of at least two of the following techniques: CourseNana.COM

  1. 1)  reading, splitting, and recombining audio files CourseNana.COM

  2. 2)  Fourier transform and/or inverse Fourier transform CourseNana.COM

  3. 3)  pitch-class profiles CourseNana.COM

  4. 4)  rhythmic prototypes CourseNana.COM

  5. 5)  sequential models of music data (harmony, melody, and/or rhythm) CourseNana.COM

  6. 6)  hierarchical models of music data CourseNana.COM

  7. 7)  neural models of music data CourseNana.COM

This system must be implemented in Python >= 3.8. You are welcome to use the NCC JupyterHub instance for this module to develop your solution. CourseNana.COM

Your system must process, be trained on, or otherwise consume audio and/or symbolic data from one of the following datasets: CourseNana.COM


CourseNana.COM

COMP3717 - Epiphany 2024 - Summative Coursework Specification v2024-01-24 2 CourseNana.COM

  • Hawthorne, Curtis, Andriy Stasyuk, Adam Roberts, Ian Simon, Cheng-Zhi Anna Huang, Sander Dieleman, Erich Elsen, Jesse Engel, and Douglas Eck. Enabling Factorized Piano Music Modeling and Generation with the MAESTRO Dataset.Presented at International Conference on Learning Representations (2019). https://doi.org/10.48550/arXiv.1810.12247. CourseNana.COM

    • -  Download v. 3.0.0 from https://magenta.tensorflow.org/datasets/maestro CourseNana.COM

    • -  We will make available a fixed subset of the MAESTRO dataset for CourseNana.COM

      development purposes. CourseNana.COM

  • Zalkow, Frank, Stefan Balke, Vlora Arifi-Müller, and Meinard Müller. “MTD: A CourseNana.COM

    Multimodal Dataset of Musical Themes for MIR Research.” Transactions of the International Society for Music Information Retrieval (TISMIR) 3, no. 1 (2020): 18092. https://doi.org/10.5334/tismir.68. CourseNana.COM

You do not need to use the whole dataset you have chosen. You may use other datasets or music data, not listed here, in addition to - but not instead of - this dataset. You should aim for a certain amount of creativity in your output, but the main objective of this coursework is to showcase your understanding of your chosen techniques. CourseNana.COM

Summary of required materials CourseNana.COM

  • -  Stage 1 - Report outline (20%)
    o One.pdffile,namedoutline_abcd89.pdf(1page) CourseNana.COM

  • -  Stage 2 - Final submission (80%) CourseNana.COM

o A single .zip file, named final_abcd89.zip, comprising: CourseNana.COM

Final report.pdf file (1,000 words)
Demonstration video (maximum 3-minute video file) Code CourseNana.COM

  • main.py or main.ipynb CourseNana.COM

  • Any other files, as required (see below) CourseNana.COM

    Where abcd89is your CIS username. CourseNana.COM

    Stage 1 - Report outline CourseNana.COM

    Deadline: 19/03/2024 at 14:00 CourseNana.COM

    Your report outline must offer a bullet-point outline of your final report, dealing with each of the required headings (see below) in turn. Your report outline must not exceed 1 (A4) page. Your report outline must be submitted in .pdf format. CourseNana.COM

    The outline serves as a written plan for the content of the final report and should be concise. Your outline should clearly show progress towards the demonstration video and the technical report. You do not need provide a references section at this stage. CourseNana.COM

    Stage 2 - Final submission CourseNana.COM

    Deadline: 30/04/2024 at 14:00 CourseNana.COM

    All elements of the submission (the report and the video) should evidence a thorough understanding of the theoretical and practical aspects of at least two of the techniques chosen. This will be reflected in the accurate and precise use of technical terminology, notation, figures, and programming conventions (as appropriate) and their use will be consistent with the usage in lecture and practical. It is also generally expected that you illustrate your explanations with reference to the code and/or video, where relevant. CourseNana.COM

COMP3717 - Epiphany 2024 - Summative Coursework Specification v2024-01-24 3 CourseNana.COM

Final report CourseNana.COM

Your final report should concisely and precisely describe the operation of your system and must have the following structure: CourseNana.COM

  1. Introduction (c. 200 words) CourseNana.COM

    Briefly introduce and explain the concept(s) underlying your algorithmic system. State the two (or more) techniques from the given list that your system uses. Describe the dataset(s) that your system uses to produce an output. Explain any pre- or post- processing steps that are used. CourseNana.COM

  2. Approach (c. 500 words) CourseNana.COM

    Describe in sufficient detail the two (or more) chosen techniques used in your system, with the appropriate use of formulae and/or diagrams, where appropriate. Make reference to your code (e.g., by filename and line number) and demonstration video (e.g. by timestamp), where appropriate. Mention any inspirations or models for your system in the scientific literature or any other prior art (e.g., existing commercial or creative systems). CourseNana.COM

  3. Evaluation (c. 300 words) CourseNana.COM

    Describe any techniques you have used to assess the output your system produces, which could include quantitative, qualitative, or mixed methods. Report the results these techniques produce. Reflect on the success or failure of the approaches you adopted. Describe any possible future extensions of this work. CourseNana.COM

You must also include a references section, which will not count against the word limit, which is a hard maximum of 1,000 words. Your final report must be in .pdf format. CourseNana.COM

You should use a single-column, technical report format, using (e.g.) LaTeX or Word/LibreOffice.1 Citations and references should be provided in a style that is well-defined and appropriate to the field (e.g., IEEE). You should include formulae as well as properly captioned and attributed figures, where relevant, to illustrate your report. CourseNana.COM

Demonstration video CourseNana.COM

You must submit a video that clearly demonstrates your Python code in use, to produce a typical output of your system. You must ensure that any source code you show in this is readable. If your system produces audible output or consumes audible input (e.g., a visualiser), your video must include this audio. The video should be long enough to demonstrate the operation of your system and must not exceed three (3) minutes. The demonstration video must be playable using VLC Media Player on a standard CIS desktop. CourseNana.COM

This may be produced using screencast software, such as OBS Studio.2 CourseNana.COM

Code CourseNana.COM

You must also submit the same Python code used to produce the working system that you present in the demonstration video. The code may be consulted by markers to validate references to the code made in the report and/or depicted in the demonstration video. CourseNana.COM

Your submitted code should include a single main.ipynb or main.py file that can be executed and reproduces the output file you provide. This may depend on other files, standard library modules, and/or third-party modules. You should provide a README.md file that explains CourseNana.COM

how the code should be used, and how to meet any required dependencies (e.g., on third- party modules or codecs), for example by using a requirements.txt file or some other means. CourseNana.COM

If your system requires data from datasets other than the ones mentioned above at run time, please ensure that these are provided as part of your submission. If your system requires some long-running step before producing output (e.g., training a model), please include a pre-trained model (checkpoint, *.pkl file or similar) and load that in your code. You should also include the code required for training such models from scratch. CourseNana.COM

Marking criteria CourseNana.COM

Stage 1 - Report outline (20%) CourseNana.COM

Your outline will be marked out of 20, in line with the departmental assessment criteria3 and the following rubric: CourseNana.COM

Marks Criteria
20 The outline demonstrates concrete progress toward the video submission and the
CourseNana.COM

final report, under each of the required headings.
You will also receive feedback on your outline, identifying strengths and areas for improvement in advance of your final submission.
CourseNana.COM

Stage 2 - Final submission (80%) CourseNana.COM

Your final submission will be marked out of 80, in line with the departmental assessment criteria and the following rubric: 
CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
Durham代写,COMP3717代写,Introduction to Music Processing代写,Python代写,Fourier transform代写,Inverse Fourier transform代写,Durham代编,COMP3717代编,Introduction to Music Processing代编,Python代编,Fourier transform代编,Inverse Fourier transform代编,Durham代考,COMP3717代考,Introduction to Music Processing代考,Python代考,Fourier transform代考,Inverse Fourier transform代考,Durhamhelp,COMP3717help,Introduction to Music Processinghelp,Pythonhelp,Fourier transformhelp,Inverse Fourier transformhelp,Durham作业代写,COMP3717作业代写,Introduction to Music Processing作业代写,Python作业代写,Fourier transform作业代写,Inverse Fourier transform作业代写,Durham编程代写,COMP3717编程代写,Introduction to Music Processing编程代写,Python编程代写,Fourier transform编程代写,Inverse Fourier transform编程代写,Durhamprogramming help,COMP3717programming help,Introduction to Music Processingprogramming help,Pythonprogramming help,Fourier transformprogramming help,Inverse Fourier transformprogramming help,Durhamassignment help,COMP3717assignment help,Introduction to Music Processingassignment help,Pythonassignment help,Fourier transformassignment help,Inverse Fourier transformassignment help,Durhamsolution,COMP3717solution,Introduction to Music Processingsolution,Pythonsolution,Fourier transformsolution,Inverse Fourier transformsolution,