J. S. Bot An exercise in computer generated music. Ansh Shukla.

Slides:



Advertisements
Similar presentations
Junzhou Huang, Shaoting Zhang, Dimitris Metaxas CBIM, Dept. Computer Science, Rutgers University Efficient MR Image Reconstruction for Compressed MR Imaging.
Advertisements

Genetic Algorithms Vida Movahedi November Contents What are Genetic Algorithms? From Biology … Evolution … To Genetic Algorithms Demo.
CS6800 Advanced Theory of Computation
IntroductionIntroduction Most musical sounds are periodic, and are composed of a collection of harmonic sine waves.Most musical sounds are periodic, and.
Exact and heuristics algorithms
1 Listen to the next generation of Beethoven’s compositions: Digital music generator using fractal and genetic crossover concepts FractalsGeneMatrixResultsConclusions.
A Genetic Musician Thematic Music Generation with Genetic Algorithms.
Optimizing genetic algorithm strategies for evolving networks Matthew Berryman.
 Guido d’Arezzo was the first to create music notation  Finale version 1.0 was created in 1988.
Friend Recommendations in Social Networks using Genetic Algorithms and Network Topology Jeff Naruchitparames, Mehmet Gunes, Sushil J. Louis University.
Computer Generated Jazz
Hybridization of Search Meta-Heuristics Bob Buehler.
1 Pertemuan 6 Expository paragraph Matakuliah: Writing III Tahun: Versi: 3.
Functional Music Interim Presentation Simon McNeilly Supervisors Dr. Lloyd Allison Dr. Jon McCormack.
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
From Midi to Traditional Musical Notation by Emilios Cambouropoulos.
Genetic Algorithms Can Be Used To Obtain Good Linear Congruential Generators Presented by Ben Sproat.
Exercise Exercise Exercise Exercise
BY CHRIS ANDERSON Creating a MIDI Generator Program.
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
In Class Exercises. TV  Think about your television as an object.  You send messages to it using the remote control. What messages can you send?  What.
Melody Generation with Evolutionary Computation By Matt Johnson November 14, 2003.
Final Presentation Simon McNeilly Supervisors Dr. Lloyd Allison Jon McCormack Melody Generation by Phrase.
Crossover Operation with Different Parents Crossover Operation with Identical Parents.
MyBeats Michael Smith. Integration Plans Entry Criteria Integration and Testing Error Documentation and Resolution Exit Criteria.
Scale Invariant Object Detection using a Hybrid Genetic Algorithm – Fuzzy Logic Approach Group – 9 Ayesha Farrukh [ ] Junaid Akhtar [ ]
Computer Science Genetic Algorithms10/13/10 1 An Investigation of Niching and Species Formation in Genetic Function Optimization Kalyanmoy Deb David E.
. cmsc726: HMMs material from: slides from Sebastian Thrun, and Yair Weiss.
Functional Music (I) Amanda Crawford Hons. Comp.Sci Monash University, Australia. Supervisors: Lloyd Allison, Jon McCormack.
Block and Stream Ciphers1 Reference –Matt Bishop, Computer Security, Addison Wesley, 2003.
ARTIFICIAL INTELLIGENCE AND CREATIVE THINKING Michael Paul – CS210 –
QUIZ. Practice Quiz for roll taking. Provide the best answer from those shown.
Genetic Algorithm.
Music retrieval Conventional music retrieval systems Exact queries: ”Give me all songs from J.Lo’s latest album” What about ”Give me the music that I like”?
Exploring Genetic Algorithms Through the Iterative Prisoner's Dilemma Computer Systems Lab Aaron Dufour.
Apollo Final Presentation Caleb Markley University of Florida 4/10/2014 EEL 5666: IMDL.
Evolution Strategies Evolutionary Programming Genetic Programming Michael J. Watts
Ensemble of ensemble of tree and neural network Louis Duclos-Gosselin.
computer
MODES-650 Advanced System Simulation Presented by Olgun Karademirci REPRESENTING AND GENERATING UNCERTAINTY EFFECTIVELY.
Creating Music Text, Rhythm, and Pitch Combined to Compose a Song.
BRAZIL VOX POPULI is WINNER of The International Competition Dream Centenary Computer Graphics in Aizu, Japan.
ECE 477 Final Presentation Team 14  Spring 2010.
Databrella Project A proposal for wireless public art in Portland Real-time traffic, weather and twitter topics are mapped on the underside of a large.
What It Is Interactive music generation system Component #1: user interface Component #2: sound generation Music learning tool Component #1: easier help.
Parent Selection Strategies for Evolutionary Algorithms A Comparison of Parent Selection Strategies Modeled After Human Social Interaction By Michael Ames.
Evolutionary Art (What we did on our holidays) David Broadhurst Dan Costelloe Lynne Jones Pantelis Nasikas Joanne Walker.
Improving Structural Testing of Object-Oriented Programs via Integrating Evolutionary Testing and Symbolic Execution Kobi Inkumsah Tao Xie Dept. of Computer.
Music in Artificial Intelligence Victoria Tran. Why Music in Artificial Intelligence? Technology is improving every day, so music is beginning to depend.
For Solving Hierarchical Decomposable Functions Dept. of Computer Engineering, Chulalongkorn Univ., Bangkok, Thailand Simultaneity Matrix Assoc. Prof.
Othello Artificial Intelligence With Machine Learning Computer Systems TJHSST Nick Sidawy.

Computer Aided Composition Kevin Wampler. Assisted Notation and Layout Automated Composition Style-driven Suggestions Alternative Notations Automatic.
Class Scheduling Using Constraint Satisfaction Victoria Donelson Garrett Grimsley.
An Evolutionary Algorithm for Neural Network Learning using Direct Encoding Paul Batchis Department of Computer Science Rutgers University.
Evolving robot brains using vision Lisa Meeden Computer Science Department Swarthmore College.
ROBOT NAVIGATION AI Project Asmaa Sehnouni Jasmine Dsouza Supervised by :Dr. Pei Wang.
Computer-Generated Sound Final Project
Cellular Automata and Music
USING MICROBIAL GENETIC ALGORITHM TO SOLVE CARD SPLITTING PROBLEM.
Evolving the goal priorities of autonomous agents
Procedural Sound An Overview Stephen Hara Stephen Smith Doug Pittenger.
اختر أي شخصية واجعلها تطير!
Top Class 1: A musical journey exploring The Owl Babies
Team 3 Humphrey's Treasure Chest
Peter Scheyer Futures of Computing Peter Scheyer
Algorithms Lecture # 01 Dr. Sohail Aslam.
Introduction Time is something we waist as a society
Complexity as Fitness for Evolved Cellular Automata Update Rules
Presentation transcript:

J. S. Bot An exercise in computer generated music. Ansh Shukla

Outline Goal Algorithm Implementation Music Ansh Shukla

1.Computer-generated music: Us 2.Recombinant music: David Close 3.Computer-generated composition: This Ansh Shukla

Algorithm 1.Generate random songs using Markov model 2.Use genetic algorithm to evolve songs 3.Pick the best song 4.Profit Ansh Shukla

Markov Model Ansh Shukla

Genetic Algorithm Generation part handled by Markov Model Fitness Function Ansh Shukla

Composer and Performer Ansh Shukla IAC Driver

Hear it and weep Ansh Shukla

Conclusions 1.Markov models alone aren’t good 2.MIDI is not the right IAC (OSC?) 3.Composer / Performer approach may be interesting 1.ChucK adds harmonics, etc. to data driven stream Ansh Shukla