SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1061
Music Genre Classification using GMM
R. Thiruvengatanadhan1
1Assistant Professor/Lecturer (on Deputation), Department of Computer Science and Engineering,
Annamalai University, Annamalainagar, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Automatic music genre classification is very useful
in music indexing. Tempogram is one of the feature extraction
method uses in classification of musical genre that is based
temporal structure of music signals. Searchingandorganizing
are the main characteristics of the music genre classification
system these days. This paper describes a new technique that
uses support vector machines to classify songs. Gaussian
mixture model classify music audio into their respective
classes by learning from training data. The proposed feature
extraction and classification models results in betteraccuracy
in music genre classification.
Key Words: Feature Extraction, Tempogram and Gaussian
mixture model (GMM).
1. INTRODUCTION
Musical genres have no strict definitions and boundaries as
they arise through a complex interaction betweenthe public,
marketing, historical, and cultural factors. This observation
has led some researchers to suggest the definition of a new
genre classification scheme purely for the purposesofmusic
information retrieval [1]. In addition to this, the
advancement in digital signal processing and data mining
techniques has led to intensive study on music signal
analysis like , content-based music retrieval, music genre
classification, duet analysis, Musical transcription , Musical
Information retrieval and musical instrumentdetectionand
classification. Musical Instrumentdetectiontechniqueshave
many potential applications such as detecting and analyzing
solo passages, audio and videoretrieval,music transcription,
playlist generation, acoustic environment classification,
video scene analysis and annotation etc.
Automatically extracting music information is gaining
importance as a way to structure and organize the
increasingly large numbers of music files available digitally
on the Web. It is very likely that in the near future all
recorded music in human history will be available on the
Web. Automatic music analysis will be one of the services
that music content distribution vendors will use to attract
customers. Due to improvements in internet services and
network bandwidth there is also an increase in number of
people involving with the audio libraries. But with large
music database the warehouses require an exhausting and
time consuming work, particularly when categorizing audio
genre manually. Music has also been divided into Genres
and sub genres not only on the basis on music butalsoonthe
lyrics as well [2]. This makes classification harder. To make
things more complicate the definition of music genre may
have very well changed over time [3]. For instance, rock
songs that were made fifty years ago are different from the
rock songs we have today.
2. ACOUSTIC FEATURES FOR AUDIO CLASSIFICATION
An important objective of extracting the features is to
compress the speech signal to a vector that is representative
of the meaningful information it is trying to characterize. In
these works, musicfeatures namelyTempogramfeatures are
extracted.
2.1 Tempogram
An element which gives shape to the music in temporal
dimension is the rhythm. Rhythmic feature arranges sounds
and silences in time. A predominatedpulsecalledbeat which
serves as basis for temporal structure of music is induced
[242]. Tempogram captures the local tempo and beat
characteristics of musicsignals.TheFouriertempograms are
used in the research work.
Fig -1: Novelty Curve Computations.
Human perceives rhythm as a regular pattern of pulses as a
result of moments of musical stress. Abrupt changes in
loudness, timbre and harmonic causes the occurrences of
musical accents [4]. In instruments like piano, percussion
instruments and guitar, occurs a sudden change in signal
energy accompanied by very sharp attacks. A novelty curve
is based on this observation and is computed for extracting
meaningful information regarding note onset e.g. pieces of
songs which are dominated by instruments [5]. In the pre-
processing, stage short segmented frames have been
extracted and windowed. The novelty curve computed, as
described above, indicatespeakswhichrepresentnoteonset
values [6]. A hamming window function is applied to avoid
boundary problems as smoothing [7]. Novelty curve
computation is shown in Fig. 1. The Fourier tempogram is
calculated. Tempo related to musical context is a measure of
beats per minute. Finally,the histogramiscomputedforeach
frame resulting in 12 dimensional feature vectors.
3. CLASSIFICATION MODEL
3.1 Gaussian Mixture Models
Parametric or non-parametric methods are used to model
the distribution of feature vectors. Parametric models are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1062
based on the shape of probability density function [8]. In
non-parametric modeling only minimal or no assumption
regarding the probability density function of feature vector
is made [9]. The Gaussian mixture model (GMM) is used in
classifying different audio classes. The Gaussian classifier is
an example of a parametric classifier. It is an intuitive
approach when the model consists of several Gaussian
components, which can be seen to model acoustic features.
In classification, each class is represented by a GMM and
refers to its model. Once the GMM is trained, itcan beusedto
predict which class a new sample probably belongs to [10].
The probability distribution of feature vectors ismodeled by
parametric or non-parametric methods. Models which
assume the shape of probability density functionaretermed
parametric. In non-parametric modeling, minimal or no
assumptions are maderegardingtheprobability distribution
of feature vectors. The potential of Gaussian mixturemodels
to represent an underlying set of acoustic classes by
individual Gaussian components,inwhichthespectral shape
of the acoustic class is parameterized by the mean vector
and the covariance matrix, is significant.
Also, these models have the ability to form a smooth
approximation to the arbitrarily-shaped observation
densities in the absence of other information [11]. With
Gaussian mixture models, each sound is modeled as a
mixture of several Gaussianclustersinthefeaturespace. The
basis for using GMM is that the distribution of feature
vectors extracted from a class can be modeled by a mixture
of Gaussian densities.
The motivation for using Gaussian densities as the
representation of audio features is the potential of GMMs to
represent an underlying set of acoustic classes by individual
Gaussian components in which the spectral shape of the
acoustic class is parameterized by the mean vector and the
covariance matrix[12]. Also, GMMs have the abilitytoforma
smooth approximation to the arbitrarilyshapedobservation
densities in the absence of other information. With GMMs,
each sound is modeled as a mixture of several Gaussian
clusters in the feature space [13].
A variety of approaches to the problem of mixture
decomposition have been proposed, many of whichfocus on
maximum likelihood methods such as expectation
maximization (EM) or maximum a posteriori estimation
(MAP). Generally these methods consider separately the
question of parameter estimation and system identification,
that is to say a distinction is made between the
determination of the number and functional form of
components within a mixture and the estimation of the
corresponding parameter values.
4. IMPLEMENTATION
4.1 Dataset Collection
The music data is collected from music channels using a TV
tuner card. A total dataset of 100 different songsisrecorded,
which is sampled at 22 kHz and encoded by 16-bit. In order
to make training results statisticallysignificant,trainingdata
should be sufficient and cover various genres of music.
4.2 Feature Extraction
In this work fixed length frames with duration of 20 ms and
50 percentages overlap (i.e., 10 ms) are used. An input wav
file is given to the feature extractiontechniques.Tempogram
12 dimensional feature values will be calculated for the
given wav file. The above process is continued for 100
number of wav files.
4.3 Classification
When the featureextraction processisdonetheaudioshould
be classified genremusic.Theextractedfeaturevectorisused
to classify whether the audio is speech or music. A mean
vector is calculated for the whole audio and it is compared
either to results from training data or to predefined
thresholds. We select 75 music samples as training data
including 25 classic music, 25 pop music and 25 rock music.
The rest 25 samples are used as a test set.
Gaussian mixtures for the three classes are modeled for the
features extracted. For classification the feature vectors are
extracted and each of the feature vectors is given as input to
the GMM model. The distribution of the acoustic features is
captured using GMM. We have chosen a mixture of 2, 5, 10
mixturemodels. The class to which the audiosamplebelongs
is decided based on the highest output.
The performance of the system for 2, 5 and 10 Gaussian
mixtures is shown in Table.1. Thedistributionoftheacoustic
features is captured using GMM. The class to which the
speech and music sample belongs is decided based on the
highest output. Table.1 shows the performance of GMM for
speech and music classification based on the number of
mixtures.
Table -1: Performance of GMM for different mixtures.
GMM 2 5 10
Classic 94% 93% 94%
Pop 89% 87% 87%
Rock 90% 91% 93%
Chart -1: Performance of audio classification for different
duration of speech and music clips
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1063
Audio classification using GMM gives an accuracy of 94.9%.
The performance of GMM for different duration as shown in
Chart 1 shows that when the mixtures were increasedfrom5
to 10 there was no considerable increase in theperformance.
With GMM, the best performance was achieved with 10
Gaussian mixtures.
In this paper, we have proposed an automatic music genre
classification system using GMM. Tempogram is calculated
as features to characterize audio content. GMM learning
algorithm has been used for the classification of genre
classes of music by learning from training data. The
proposed classification method is implemented using EM
algorithm approach to fit the GMM parameters for
classification between classic, pop androck bylearningfrom
training data. Experimental results show that the proposed
audio GMM method has good performance in musical genre
classification scheme is very effective and the accuracy rate
is 94%.
REFERENCES
[1] F. Pachet and D. Cazaly, “A classification of musical
genre,”inProc.RIAO Content-Based Multimedia
Information Access Conf., Paris,France, Mar. 2000.
[2] Serwach, M., & Stasiak, B., GA-based parameterization
and feature selection for automatic music genre
recognition. In Proceedings of 2016 17th International
Conference Computational Problems of Electrical
Engineering, CPEE 2016.
[3] Dijk, L. Van., Radboud Universiteit Nijmegen
Bachelorthesis Information Science Finding musical
genre similarity using machine learning techniques, 1–
25, 2014.
[4] Mi Tian, Gy ¨ orgy Fazekas, Dawn A. A. Black, Mark
Sandler, On the use of the tempogram to describe audio
content and its Application to music structural
segmentation, IEEE International Conference on
Acoustics, Speech and Signal Processing(ICASSP),2015.
[5] Venkatesh Kulkarni, Towards Automatic Audio
Segmentation of Indian Carnatic Music, Master Thesis,
Friedrich Alexander University, 2014.
[6] Eronen, A. and Klapuri, A., “Music Tempo Estimation
with k-NN regression,” IEEE Transactions on Audio,
Speech and Language Processing, vol. 18, no. 1, pp. 50-
57, 2010.
[7] Gui, Wenming & Sun, Yao & Tao, Yuting & Li, Yanping &
Meng, Lun & Zhang, Jinglan., A Novel Tempogram
Generating Algorithm Based on Matching Pursuit.
Applied Sciences, 2018.
[8] Tang, H., Chu, S. M., Hasegawa-Johnson, M. andHuang,T.
S., “Partially Supervised Speaker Clustering”, IEEE
Transactions on Pattern Analysis and Machine
Intelligence, vol. 34, no. 5, pp. 959-971, 2012.
[9] Chunhui Wang, Qianqian Zhu, Zhenyu Shan, Yingjie Xia
and Yuncai Liu, “Fusing Heterogeneous Traffic Data by
Kalman Filters and Gaussian Mixture Models,” IEEE
International Conference on Intelligent Transportation
Systems, pp. 276-281, 2014.
[10] Sourabh Ravindran,KristopherSchlemmer,andDavidV.
Anderson, “A physiologi-cally inspiredmethodforaudio
classification,” Journal on AppliedSignal Processing,vol.
9, pp. 1374–1381, 2005.
[11] Menaka Rajapakse and Lonce Wyse, “Generic audio
classification using a hybrid model based on GMMs and
HMMs,” in IEEE Int’l Conf. Multimedia Modeling,
February 2005, pp. 1550–1555.
[12] Poonam Sharma and Anjali Garg.FeatureExtractionand
Recognition of Hindi Spoken Words using Neural
Networks. International Journal of Computer
Applications 142(7):12-17, May 2016.
[13] Sujay G Kakodkar and Samarth Borkar. Speech Emotion
Recognition of Sanskrit Language using Machine
Learning. International Journal of Computer
Applications 179(51):23-28, June 2018
5. CONCLUSION

More Related Content

What's hot

Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...
Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...
Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...IJERA Editor
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMIJARBEST JOURNAL
 
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...ijistjournal
 
Mc cdma performance on single
Mc cdma performance on singleMc cdma performance on single
Mc cdma performance on singlecsandit
 
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systems
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO SystemsBER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systems
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systemsijistjournal
 
Traffic models and estimation
Traffic models and estimation Traffic models and estimation
Traffic models and estimation Mina Yonan
 
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...EM Legacy
 
Efficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEfficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEM Legacy
 
Sound event detection using deep neural networks
Sound event detection using deep neural networksSound event detection using deep neural networks
Sound event detection using deep neural networksTELKOMNIKA JOURNAL
 
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...IJERA Editor
 

What's hot (10)

Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...
Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...
Direction of Arrival Estimation Based on MUSIC Algorithm Using Uniform and No...
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDM
 
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...
IMPROVEMENT OF BM3D ALGORITHM AND EMPLOYMENT TO SATELLITE AND CFA IMAGES DENO...
 
Mc cdma performance on single
Mc cdma performance on singleMc cdma performance on single
Mc cdma performance on single
 
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systems
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO SystemsBER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systems
BER Performance of MPSK and MQAM in 2x2 Almouti MIMO Systems
 
Traffic models and estimation
Traffic models and estimation Traffic models and estimation
Traffic models and estimation
 
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...
Impact of Partial Demand Increase on the Performance of IP Networks and Re-op...
 
Efficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP NetworksEfficient Planning and Offline Routing Approaches for IP Networks
Efficient Planning and Offline Routing Approaches for IP Networks
 
Sound event detection using deep neural networks
Sound event detection using deep neural networksSound event detection using deep neural networks
Sound event detection using deep neural networks
 
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
 

Similar to IRJET- Music Genre Classification using GMM

IRJET- Music Genre Classification using SVM
IRJET- Music Genre Classification using SVMIRJET- Music Genre Classification using SVM
IRJET- Music Genre Classification using SVMIRJET Journal
 
IRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANNIRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANNIRJET Journal
 
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...IRJET Journal
 
IRJET- Musical Instrument Recognition using CNN and SVM
IRJET-  	  Musical Instrument Recognition using CNN and SVMIRJET-  	  Musical Instrument Recognition using CNN and SVM
IRJET- Musical Instrument Recognition using CNN and SVMIRJET Journal
 
Recognition of music genres using deep learning.
Recognition of music genres using deep learning.Recognition of music genres using deep learning.
Recognition of music genres using deep learning.IRJET Journal
 
IRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET Journal
 
FORECASTING MUSIC GENRE (RNN - LSTM)
FORECASTING MUSIC GENRE (RNN - LSTM)FORECASTING MUSIC GENRE (RNN - LSTM)
FORECASTING MUSIC GENRE (RNN - LSTM)IRJET Journal
 
IRJET- Implementing Musical Instrument Recognition using CNN and SVM
IRJET- Implementing Musical Instrument Recognition using CNN and SVMIRJET- Implementing Musical Instrument Recognition using CNN and SVM
IRJET- Implementing Musical Instrument Recognition using CNN and SVMIRJET Journal
 
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...IRJET Journal
 
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...IRJET Journal
 
IRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET Journal
 
IRJET- Segmentation in Digital Signal Processing
IRJET-  	  Segmentation in Digital Signal ProcessingIRJET-  	  Segmentation in Digital Signal Processing
IRJET- Segmentation in Digital Signal ProcessingIRJET Journal
 
IRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation SystemIRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation SystemIRJET Journal
 
Enhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition applicationEnhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition applicationIRJET Journal
 
Music Genre Classification using Machine Learning
Music Genre Classification using Machine LearningMusic Genre Classification using Machine Learning
Music Genre Classification using Machine LearningIRJET Journal
 
A novel automatic voice recognition system based on text-independent in a noi...
A novel automatic voice recognition system based on text-independent in a noi...A novel automatic voice recognition system based on text-independent in a noi...
A novel automatic voice recognition system based on text-independent in a noi...IJECEIAES
 
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...ijtsrd
 

Similar to IRJET- Music Genre Classification using GMM (20)

IRJET- Music Genre Classification using SVM
IRJET- Music Genre Classification using SVMIRJET- Music Genre Classification using SVM
IRJET- Music Genre Classification using SVM
 
IRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANNIRJET- Music Genre Classification using MFCC and AANN
IRJET- Music Genre Classification using MFCC and AANN
 
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...IRJET-  	  A Review on Audible Sound Analysis based on State Clustering throu...
IRJET- A Review on Audible Sound Analysis based on State Clustering throu...
 
IRJET- Musical Instrument Recognition using CNN and SVM
IRJET-  	  Musical Instrument Recognition using CNN and SVMIRJET-  	  Musical Instrument Recognition using CNN and SVM
IRJET- Musical Instrument Recognition using CNN and SVM
 
Recognition of music genres using deep learning.
Recognition of music genres using deep learning.Recognition of music genres using deep learning.
Recognition of music genres using deep learning.
 
IRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET- Voice based Gender Recognition
IRJET- Voice based Gender Recognition
 
1801 1805
1801 18051801 1805
1801 1805
 
1801 1805
1801 18051801 1805
1801 1805
 
FORECASTING MUSIC GENRE (RNN - LSTM)
FORECASTING MUSIC GENRE (RNN - LSTM)FORECASTING MUSIC GENRE (RNN - LSTM)
FORECASTING MUSIC GENRE (RNN - LSTM)
 
IRJET- Implementing Musical Instrument Recognition using CNN and SVM
IRJET- Implementing Musical Instrument Recognition using CNN and SVMIRJET- Implementing Musical Instrument Recognition using CNN and SVM
IRJET- Implementing Musical Instrument Recognition using CNN and SVM
 
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...
Music Engendering Algorithm With Diverse Characteristic By Adjusting The Para...
 
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...
IRJET- Music Genre Classification using Machine Learning Algorithms: A Compar...
 
IRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound RecognitionIRJET- A Survey on Sound Recognition
IRJET- A Survey on Sound Recognition
 
IRJET- Segmentation in Digital Signal Processing
IRJET-  	  Segmentation in Digital Signal ProcessingIRJET-  	  Segmentation in Digital Signal Processing
IRJET- Segmentation in Digital Signal Processing
 
IRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation SystemIRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation System
 
Enhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition applicationEnhanced modulation spectral subtraction for IOVT speech recognition application
Enhanced modulation spectral subtraction for IOVT speech recognition application
 
Music Genre Classification using Machine Learning
Music Genre Classification using Machine LearningMusic Genre Classification using Machine Learning
Music Genre Classification using Machine Learning
 
CASR-Report
CASR-ReportCASR-Report
CASR-Report
 
A novel automatic voice recognition system based on text-independent in a noi...
A novel automatic voice recognition system based on text-independent in a noi...A novel automatic voice recognition system based on text-independent in a noi...
A novel automatic voice recognition system based on text-independent in a noi...
 
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
Acoustic Scene Classification by using Combination of MODWPT and Spectral Fea...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 

IRJET- Music Genre Classification using GMM

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1061 Music Genre Classification using GMM R. Thiruvengatanadhan1 1Assistant Professor/Lecturer (on Deputation), Department of Computer Science and Engineering, Annamalai University, Annamalainagar, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Automatic music genre classification is very useful in music indexing. Tempogram is one of the feature extraction method uses in classification of musical genre that is based temporal structure of music signals. Searchingandorganizing are the main characteristics of the music genre classification system these days. This paper describes a new technique that uses support vector machines to classify songs. Gaussian mixture model classify music audio into their respective classes by learning from training data. The proposed feature extraction and classification models results in betteraccuracy in music genre classification. Key Words: Feature Extraction, Tempogram and Gaussian mixture model (GMM). 1. INTRODUCTION Musical genres have no strict definitions and boundaries as they arise through a complex interaction betweenthe public, marketing, historical, and cultural factors. This observation has led some researchers to suggest the definition of a new genre classification scheme purely for the purposesofmusic information retrieval [1]. In addition to this, the advancement in digital signal processing and data mining techniques has led to intensive study on music signal analysis like , content-based music retrieval, music genre classification, duet analysis, Musical transcription , Musical Information retrieval and musical instrumentdetectionand classification. Musical Instrumentdetectiontechniqueshave many potential applications such as detecting and analyzing solo passages, audio and videoretrieval,music transcription, playlist generation, acoustic environment classification, video scene analysis and annotation etc. Automatically extracting music information is gaining importance as a way to structure and organize the increasingly large numbers of music files available digitally on the Web. It is very likely that in the near future all recorded music in human history will be available on the Web. Automatic music analysis will be one of the services that music content distribution vendors will use to attract customers. Due to improvements in internet services and network bandwidth there is also an increase in number of people involving with the audio libraries. But with large music database the warehouses require an exhausting and time consuming work, particularly when categorizing audio genre manually. Music has also been divided into Genres and sub genres not only on the basis on music butalsoonthe lyrics as well [2]. This makes classification harder. To make things more complicate the definition of music genre may have very well changed over time [3]. For instance, rock songs that were made fifty years ago are different from the rock songs we have today. 2. ACOUSTIC FEATURES FOR AUDIO CLASSIFICATION An important objective of extracting the features is to compress the speech signal to a vector that is representative of the meaningful information it is trying to characterize. In these works, musicfeatures namelyTempogramfeatures are extracted. 2.1 Tempogram An element which gives shape to the music in temporal dimension is the rhythm. Rhythmic feature arranges sounds and silences in time. A predominatedpulsecalledbeat which serves as basis for temporal structure of music is induced [242]. Tempogram captures the local tempo and beat characteristics of musicsignals.TheFouriertempograms are used in the research work. Fig -1: Novelty Curve Computations. Human perceives rhythm as a regular pattern of pulses as a result of moments of musical stress. Abrupt changes in loudness, timbre and harmonic causes the occurrences of musical accents [4]. In instruments like piano, percussion instruments and guitar, occurs a sudden change in signal energy accompanied by very sharp attacks. A novelty curve is based on this observation and is computed for extracting meaningful information regarding note onset e.g. pieces of songs which are dominated by instruments [5]. In the pre- processing, stage short segmented frames have been extracted and windowed. The novelty curve computed, as described above, indicatespeakswhichrepresentnoteonset values [6]. A hamming window function is applied to avoid boundary problems as smoothing [7]. Novelty curve computation is shown in Fig. 1. The Fourier tempogram is calculated. Tempo related to musical context is a measure of beats per minute. Finally,the histogramiscomputedforeach frame resulting in 12 dimensional feature vectors. 3. CLASSIFICATION MODEL 3.1 Gaussian Mixture Models Parametric or non-parametric methods are used to model the distribution of feature vectors. Parametric models are
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1062 based on the shape of probability density function [8]. In non-parametric modeling only minimal or no assumption regarding the probability density function of feature vector is made [9]. The Gaussian mixture model (GMM) is used in classifying different audio classes. The Gaussian classifier is an example of a parametric classifier. It is an intuitive approach when the model consists of several Gaussian components, which can be seen to model acoustic features. In classification, each class is represented by a GMM and refers to its model. Once the GMM is trained, itcan beusedto predict which class a new sample probably belongs to [10]. The probability distribution of feature vectors ismodeled by parametric or non-parametric methods. Models which assume the shape of probability density functionaretermed parametric. In non-parametric modeling, minimal or no assumptions are maderegardingtheprobability distribution of feature vectors. The potential of Gaussian mixturemodels to represent an underlying set of acoustic classes by individual Gaussian components,inwhichthespectral shape of the acoustic class is parameterized by the mean vector and the covariance matrix, is significant. Also, these models have the ability to form a smooth approximation to the arbitrarily-shaped observation densities in the absence of other information [11]. With Gaussian mixture models, each sound is modeled as a mixture of several Gaussianclustersinthefeaturespace. The basis for using GMM is that the distribution of feature vectors extracted from a class can be modeled by a mixture of Gaussian densities. The motivation for using Gaussian densities as the representation of audio features is the potential of GMMs to represent an underlying set of acoustic classes by individual Gaussian components in which the spectral shape of the acoustic class is parameterized by the mean vector and the covariance matrix[12]. Also, GMMs have the abilitytoforma smooth approximation to the arbitrarilyshapedobservation densities in the absence of other information. With GMMs, each sound is modeled as a mixture of several Gaussian clusters in the feature space [13]. A variety of approaches to the problem of mixture decomposition have been proposed, many of whichfocus on maximum likelihood methods such as expectation maximization (EM) or maximum a posteriori estimation (MAP). Generally these methods consider separately the question of parameter estimation and system identification, that is to say a distinction is made between the determination of the number and functional form of components within a mixture and the estimation of the corresponding parameter values. 4. IMPLEMENTATION 4.1 Dataset Collection The music data is collected from music channels using a TV tuner card. A total dataset of 100 different songsisrecorded, which is sampled at 22 kHz and encoded by 16-bit. In order to make training results statisticallysignificant,trainingdata should be sufficient and cover various genres of music. 4.2 Feature Extraction In this work fixed length frames with duration of 20 ms and 50 percentages overlap (i.e., 10 ms) are used. An input wav file is given to the feature extractiontechniques.Tempogram 12 dimensional feature values will be calculated for the given wav file. The above process is continued for 100 number of wav files. 4.3 Classification When the featureextraction processisdonetheaudioshould be classified genremusic.Theextractedfeaturevectorisused to classify whether the audio is speech or music. A mean vector is calculated for the whole audio and it is compared either to results from training data or to predefined thresholds. We select 75 music samples as training data including 25 classic music, 25 pop music and 25 rock music. The rest 25 samples are used as a test set. Gaussian mixtures for the three classes are modeled for the features extracted. For classification the feature vectors are extracted and each of the feature vectors is given as input to the GMM model. The distribution of the acoustic features is captured using GMM. We have chosen a mixture of 2, 5, 10 mixturemodels. The class to which the audiosamplebelongs is decided based on the highest output. The performance of the system for 2, 5 and 10 Gaussian mixtures is shown in Table.1. Thedistributionoftheacoustic features is captured using GMM. The class to which the speech and music sample belongs is decided based on the highest output. Table.1 shows the performance of GMM for speech and music classification based on the number of mixtures. Table -1: Performance of GMM for different mixtures. GMM 2 5 10 Classic 94% 93% 94% Pop 89% 87% 87% Rock 90% 91% 93% Chart -1: Performance of audio classification for different duration of speech and music clips
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1063 Audio classification using GMM gives an accuracy of 94.9%. The performance of GMM for different duration as shown in Chart 1 shows that when the mixtures were increasedfrom5 to 10 there was no considerable increase in theperformance. With GMM, the best performance was achieved with 10 Gaussian mixtures. In this paper, we have proposed an automatic music genre classification system using GMM. Tempogram is calculated as features to characterize audio content. GMM learning algorithm has been used for the classification of genre classes of music by learning from training data. The proposed classification method is implemented using EM algorithm approach to fit the GMM parameters for classification between classic, pop androck bylearningfrom training data. Experimental results show that the proposed audio GMM method has good performance in musical genre classification scheme is very effective and the accuracy rate is 94%. REFERENCES [1] F. Pachet and D. Cazaly, “A classification of musical genre,”inProc.RIAO Content-Based Multimedia Information Access Conf., Paris,France, Mar. 2000. [2] Serwach, M., & Stasiak, B., GA-based parameterization and feature selection for automatic music genre recognition. In Proceedings of 2016 17th International Conference Computational Problems of Electrical Engineering, CPEE 2016. [3] Dijk, L. Van., Radboud Universiteit Nijmegen Bachelorthesis Information Science Finding musical genre similarity using machine learning techniques, 1– 25, 2014. [4] Mi Tian, Gy ¨ orgy Fazekas, Dawn A. A. Black, Mark Sandler, On the use of the tempogram to describe audio content and its Application to music structural segmentation, IEEE International Conference on Acoustics, Speech and Signal Processing(ICASSP),2015. [5] Venkatesh Kulkarni, Towards Automatic Audio Segmentation of Indian Carnatic Music, Master Thesis, Friedrich Alexander University, 2014. [6] Eronen, A. and Klapuri, A., “Music Tempo Estimation with k-NN regression,” IEEE Transactions on Audio, Speech and Language Processing, vol. 18, no. 1, pp. 50- 57, 2010. [7] Gui, Wenming & Sun, Yao & Tao, Yuting & Li, Yanping & Meng, Lun & Zhang, Jinglan., A Novel Tempogram Generating Algorithm Based on Matching Pursuit. Applied Sciences, 2018. [8] Tang, H., Chu, S. M., Hasegawa-Johnson, M. andHuang,T. S., “Partially Supervised Speaker Clustering”, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 34, no. 5, pp. 959-971, 2012. [9] Chunhui Wang, Qianqian Zhu, Zhenyu Shan, Yingjie Xia and Yuncai Liu, “Fusing Heterogeneous Traffic Data by Kalman Filters and Gaussian Mixture Models,” IEEE International Conference on Intelligent Transportation Systems, pp. 276-281, 2014. [10] Sourabh Ravindran,KristopherSchlemmer,andDavidV. Anderson, “A physiologi-cally inspiredmethodforaudio classification,” Journal on AppliedSignal Processing,vol. 9, pp. 1374–1381, 2005. [11] Menaka Rajapakse and Lonce Wyse, “Generic audio classification using a hybrid model based on GMMs and HMMs,” in IEEE Int’l Conf. Multimedia Modeling, February 2005, pp. 1550–1555. [12] Poonam Sharma and Anjali Garg.FeatureExtractionand Recognition of Hindi Spoken Words using Neural Networks. International Journal of Computer Applications 142(7):12-17, May 2016. [13] Sujay G Kakodkar and Samarth Borkar. Speech Emotion Recognition of Sanskrit Language using Machine Learning. International Journal of Computer Applications 179(51):23-28, June 2018 5. CONCLUSION