SlideShare a Scribd company logo
1 of 8
Download to read offline
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1965
MUSIC RECOMMENDATIONS SYSTEM USING DEEP NEURAL NETWORKS
Vempaty Prashanthi1
, Srinivas Kanakala2
, Dr.V Akila3
, A.Harshavardhan4
2,4
VNR Vignana Jyothi Institute of Engineering andTechnology,Hyderabad,India
1,3
Gokaraju Rangaraju Institute of Engineering and Technology,Hyderabad,India
1
srinivaskanakala@gmail.com, 2
prashuvempaty@gmail.com, 3
akila_be@yahoo.co.in,
4
harshavgse@gmail.com
ABSTRACT
Music Recommendations is the exploring topic during last few years. As huge data is present on internet now
a days, data related to music is also available. Users search for music of their interest on internet, so it is
essential to build a recommendation system for this. In this paper we describe a music recommendation
system that uses time of search and heart rate of the person. Here we extract and combine the features of
songs ranking system with which the best matching tracks are found. Two recommendation system called
Linear Regression and Contextual Bandit are implemented in this paper. Offline evaluations were used for
implementation of these system and results showed that contextual bandit is the best one.
Keywords: Music recommendations, neural network, contextual bandit, linear regression.
I. INTRODUCTION
A huge range of music services are available now a days on internet. We can store wide variety of songs on
computers, smart phones etc, but it is hard to store vast number of collections. For this recommendation systems
are being developed for figuring out the interested music of their choice. In the paper, we discovered an
improved recommendation system with the help of real-time information heart rate and time of day, when the
recommendations are made. This recommendation system is developed using machine learning technologies and
mobile application.
The system utilizes a smart watch in order to identify the heart rate to give suggestions of songs, giving to what
type of music is associated with that heart rate and time of day for a particular person. Generally, a person would
like to hear fast and loud songs when he is doing exercises, jogging etc in the morning. When user press the next
button on his mobile, the system captures heart rate of the person and time and forwards it to the system. The
system is trained in such a way that it identifies the patterns and users interest of choice. Next these parameters
are compared and matched with other parameters like audio features in order to recommend a song for the user.
Now top song which is matching, is send as a result to the system and played.
Session 2 consists of the literature survey and the deep learning techniques are described. In chapter 3 overview
of the recommended system is presented. In chapter 4 the proposed systems are explained. In chapter 5 the
experimentation and results are discussed and analysed, In chapter 6 conclusion of entire paper is given.
II. LITERATURE SURVEY
Based upon the feedback history of users, upon an item the recommendation systems are being created. But the
recommendation which is given given by the system sometimes may not be matched depending on the time,
mood and current activity of the person. Therefore we have attempted to consider such kind of information also
for developing the system. [1][2] has not taken these accepts into consideration. Studies proved that heart rate is
affected by various kinds of music and human heart is connected with emotions and activities he does [3][4].
Therefore heart rate is one of the important parameter to take into account in this paper.
Many Studies [5][6] showed that different types of tempos and music will affect the heart rate of the person. It is
also proved that high sound and tempo do not increase the heart rate of the person, but the preferred music and
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1966
tempo will affect the heart rate of the person. Heart rate is increased as the preferred tempo is increased, that is
there is a relationship between preferred tempo and heart rate. This was found by Iwanga in 1995[7].
Many studies were done from 1995 on relationship between interested tempo and heartbeat. [8][9]. Therefore we
use heart beat as one of the parameters in our system. We have used Spotify streaming service for retrieving and
playing music. Spotify has broad API’s and SDK’s which can be used easily. Every song in Spotify has an audio
data associated with it, Spotify allows us to retrieve the features which can be used in our system.
User need to get a Premium account for Spotify. In our system we have limited the number of songs to 1124 that
will be used in the system. The songs selected consists of different tempos and music. An IOS platform is created
for the mobile application. Apple Watch is used for measuring the heart rate because it connects with the mobile
and heart rate is captured easily. There are many features are associated with songs, but only Loudness, tempo
and mode are considered in our paper. Contextual bandit and linear regression are used for the recommender
systems because they are distinct from one another.
2.1 Reinforcement Learning and Contextual Bandits
One of the types of machine learning strategies is Reinforcement learning (RL), here the system is trained first
and it takes a decision depending upon the training given, when an input is given. This is termed as Markov
Decision Process (MDP). Consider a group of states S, Actions A, Pa(x, y) is the probability of moving from x to
y with the action A. Ra(x, y) is in between state x and state y with the action A.
Contextual bandit is a system which takes actions depending upon the environment. This is mostly used for
recommending news on internet [10]. Contextual bandit has 1- armed bandits which may change upon time. 1-
armed bandits are the actions and time is the state of the system. The system reads the state and predicts the
actions to be taken depending upon the previous actions taken. This is achieved similar to multi armed bandit
where actions are tested for each state and learn which action offers maximum average value for each state.
A contextual bandit runs t = 1,2,...,T rounds, the context for our environment is xt ∈ X. Based on the context the
bandit selects an action at ∈ A and the environment returns with a reward rt ∈ R. The goal of the bandit is to
maximize the cumulative reward To accomplish that the bandit has a set of policies Π ⊆ {X → A} and
attempts to find the policy π ∈ Π that grants a largest reward. The contextual bandit problem is developed in our
paper. Depending upon the state which is derived on users heart rate and time, the system has to select best audio
features.
2.2 Linear Regression
Fig 1: Example of Linear Regression
Linear regression models the correlation between independent and dependent variables X and Y respectively. A
straight line is fit as shown in fig 1 to observe data and reduces errors. In order to find the relationship between
height and weight of the person, a graph is plot between weight and height and calculate the equation such a way
that the line to the points of data minimum. Y=b0=b1x minimizes squared offsets between line and data points
[11-13]. We have selected Linear Regression to use in our system, due its wide use and as its comparison with
non-linear ones will be exciting.
2.3 Evaluation Methods
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1967
Offline line, online and user evaluations are some of the approaches used for evaluating the recommendation
systems. As the data set availability is low, expensive and properties are changing in-dependently online
evaluation is not suited for our system. Offline approach is not expensive and more over simple to implement as
it do not need real time users and can be done in starting stages of the system. Hypothesis, Controlling Variables,
Generalization Power are the 3 steps used for offline conduction.
III. SYSTEM OVERVIEW
Our system contains server and clients which are connected using internet. User data is held by server and it also
manages the communication of clients. The system recommends songs to the clients who are connected. Our
system consists of two parts namely feature recommender and ranking system. Depending upon the user data
feature recommender will send back a value for audio feature of a particular song. Using this data ranking system
recommends a set of songs for user. Every client’s heart rate who are using this system using mobile application
for playing songs is captured. Overview of the system shown in fig 2.
Figure 2: System Overview.
Two large set of data sets are used in our system. One is, set of songs paired with tempo, mode and loudness.
These are the variables that are used in our content-based filtering. Starting 1124 set of songs are selected from
the list of songs in Spotify from various playlists. Different id’s are given for every song in Spotify to identify
songs in system. All features of songs are stored in the server by downloading them from Spotify using API.
Tempo is one of the features of music which can be measured in beats, mode of a song can be either major or
minor, loudness is measured as an average of whole song between -60 and 0. Another data set is the data
pertaining to the user. We have taken data from 2 persons and gathered 233 data points all together. Three data
sets are generated which contains 500 data points. These are used for evaluating our system. Data points
represents a song which is played by user or is skipped. Different variables are associated with each song such as:
unique user identity is given for each user, heart rate of the user, time of the day when the song is played by the
user, different identity numbers for each song, Rating is the percentage of song that is listened by the user. If a
person listens whole song then rating 1 is given, If a person listens partial song then rating 0.5 is given, If a
person skips the song then rating 0 is given. When a user want to listen a new song, a request is being made in the
Get Request format with the help of JSON data package, this request contains variables such as user id, heart rate
and time of the day. Once the request is sent the following is begin done:
1. It verifies for a new trained recommender and if it is available it switches to this model.
2. Check the users cache of song, if it is empty the recommended song features are requested, using these features
most popular songs are send into the cache of songs from the ranking system.
3. Next a song from the cache is returned to the user.
IV. RECOMMENDER SYSTEM
Our system contains two systems. The output of the first system is served as input to the second system. The first
system contains three features, every recommender gives a song as output by taking the users data as input. These
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1968
three systems are based upon the machine learning and are implemented using Tensor Flow. Same set of data is
used for training these three systems. Second subsystem is the ranking system. It combines the ratings given by
the user and output of feature recommender. Next it ranks all the songs present in our database and returns the
song which has top ranking to webserver.
4.1 A linear regression (LR) model using Deep Neural Network:
Three similar configured Deep Neural Networks (DNN) were evaluated, which were trained using similar data
with different labels. The system was coded with DNN Classifier in tensor flow, which was configured in such a
way that it uses gradient descent optimizer. Different labels that are given to the song are mode, tempo and
loudness as shown in table 1 were tempo and loudness are represented as buckets and mode as 0 or 1.
The system contains two hidden layers. For the first hidden layer 5 number of neurons were used and for second
hidden layer 1 neuron is used. The same number is used for all three DNNs. When request for song is forwarded,
data pertaining to id, heart rate and time of the day are sent in the request. Next server groups the while data
along with rating to create predictions and forward them to the training model. This enables the system to
generate songs features and pair them with ratings. When this process is done this information is forwarded to the
server which in turn forwards to ranking system. Training script is written for training purpose which can be
called manually when needed. A schedule function is written for running the training for every 2 mins in the
system. The data is organized in such a way that the DNN model can read. Features along with their labels are
given to DNN for training purpose. Check points are also saved after training which can be used for new training
models. The size of hidden layers can be found using the following equations:
N Hidden= N Samples/(α ·(N input+ N output)) ---------------------------(3.1)
N Hidden = upper bound of hidden neurons
N input = no. of input neurons.
N output = no. of output neurons.
N Samples = no. of samples.
α = scaling factor (2-10).
Linear Regression model is an estimator which instantiates for each song. The features are same for all LR
objects. Different labels that are given to the song are mode, tempo and loudness as shown in Table 1 were tempo
and loudness are represented as buckets and mode as 0 or 1. Sever groups the data with rating 1 and forward that
to LR object in order to obtain the features of songs which was predicted. LR model is trained as the DNN model
is trained.
4.2 Contextual Bandit
The contextual bandit setup that was evaluated was a set of three contextual bandits for each user. The contextual
bandit is configured to predict an action for a value which is the feature of a song. The actions used by
contextual bandit is as of DNN and LR models.
Action 6 tempo bandit corresponds to tempo 131 to 150 BPM. The state in the bandit has an integer which is
matched to the combination of heart rate and time as shown in Table 2
y(x) = 1 if rating ≥ 0.8
−1 else
Gradient descent optimizer is used for implementing feed forward neural network for every contextual bandit.
The state that has got highest value as input is selected for prediction or a random action is used for prediction.
The ratio between these two predictions is 1:9. Id pertaining to the action chosen is sent along with the request.
Further the look up table stores the action, id and state which is used further for training purpose and send back
the ratings of the songs to the bandits. Training script is written for training purpose which can be called
manually when needed. A schedule function is written for running the training for every 2 mins in the system. All
the data which is not flagged is obtained from the training script written present in the data base and such data is
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1969
trained. Each of this obtained data has an id associated with it, these id’s are utilized for choosing action and state
of the ratings. Next the data is organized in such a way that the DNN model can read and the features are
forwarded to the system for training purpose. Check points are also saved after training which can be used for
new training models. The data which does not contain any id’s can even be trained using Contextual bandit. For
training the bandit the state is calculated using heart rate and time of the day. The song features can be identified
using song id’s and by bucketizing these events actions for every bandit can be calculated. Further the bandits are
trained using action, state and rating.
Table 1: Buckets for tempo and loudness
Table 2: Features of song.
V. EXPERIMENTATION AND RESULTS
An algorithm is developed depending upon the choices of the user, which is used to generates scores for
recommendations. Every user will listen only one song at particular time. Every song has precise attributes off its
own. Attributes of the users are given in Table 3. These attributes are compared with the attributes of the song
which is recommended and further it's mean is calculated by dividing with 3. Every attribute of a song has range
associated with it, therefore these attributes are divided depending upon these ranges. Example the range of
tempo is between 40 to 210 BPM. Mode attribute value can be zero or one and therefore it affects the other
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1970
attributes this is so because, this low range is termed as error in the network. Therefore we see that the score is
either increased or decreased compared to other attributes. The difference between the features tempo and
loudness is very high and therefore tempo’s affect is high in algorithm than required. In order to avoid this the
range is being spilt into 10 intervals such that tempo and loudness are equally maintained. Empty data base is
required for training contextual bandit. LR model require at least one entry in the data base for training.
Table 3: Features of songs at different times and heart rates
a1 = required tempo
a2 = recommended tempo
b1 = required loudness
b2 = recommended loudness
c1 = required mode
c2 = recommended mode
x = 270 = tempo range
y = −60 = loudness range
Table 4 shows some of the recommended songs of the contextual bandit. The fig 3 shows the graph of contextual
bandit with tempo, loudness, time and score. The table 5 indicates the result of linear regression system. The fig 4
shows the graph of linear regression system.
Table 4: Recommended songs by contextual bandit
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1971
Figure 3: Graph for Contextual Bandit with score and features of song.
Table 5: Recommended songs by Linear Regression
Figure 4: Graph for Linear Regression with score and features of song
Results show that contextual bandit is the best one compared to linear regression. Contextual bandit identifies the
context between the time at which the user is listening the song to the tempo of that song at that time. Linear
regression also recommends the songs with an average good score, but it does not consider the time. This results
in several repetitive recommendations. Whereas Contextual bandit recognizes this corelation and therefore a large
Turkish Journal of Physiotherapy and Rehabilitation; 32(3)
ISSN 2651-4451 | e-ISSN 2651-446X
www.turkjphysiotherrehabil.org 1972
recommendation can be seen. Due to the selection of restricted number songs and small number of iterations
contextual bandit has obtained high average rating.
VI. CONCLUSION:
In this paper we have aimed to create a service which recommends music to a user. The scheme provides
customer particular recommendations utilizing machine learning and real-time data such as heartbeat and time.
Few machine learning methods were examined to find the algorithm which offers the best perfect estimate for
this specific problem. Contextual bandit and Linear Regression using Deep Learning techniques has been
implemented and evaluated in this paper. Findings reveal that contextual bandit executes best contrasted to linear
regression. For Future work it would be interesting to try using other audio features than the ones implemented.
However, that would require online evaluation to determine whether these audio features gave a better result.
REFERENCE
1. Jhih-Yuan Huang Wei-Po Lee Chun-Ting Chen and Jhen-Yi Liang. “A smartphone-based activity-aware system for music streaming
recommendation”. In: Knowledge-Based Systems 131 (Sept. 2017), pp. 70– 82.
2. Anu Taneja and Anuja Arora. “Clu-PoF-A Novel Post Filtering Approach for Efficient Context Aware Recommendations”. In: Procedia Computer
Science 122 (2017), pp. 834–841.
3. Koelsch S, Jäncke L. “Music and the heart” European heart journal. 2015 Nov 21;36(44):3043-9.
4. Geist, K., Geist, E.A. and Kuznik, K., The patterns of music. Young Children, 2012, 2, pp.75.
5. I. Shin et al., "Automatic stress-relieving music recommendation system based on photoplethysmography-derived heart rate variability analysis,"
2014 36th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2014, pp. 6402-6405,
6. Bernardi, Luciano, Cesare Porta, and Peter Sleight. "Cardiovascular, cerebrovascular, and respiratory changes induced by different types of music in
musicians and non-musicians: the importance of silence." Heart 92.4 (2006), pp.445-452.
7. Iwanaga M. “Harmonic relationship between preferred tempi and heart rate”. Perceptual and motor skills. 1995 Aug;81(1), pp.67-71.
8. Karageorghis, Costas I., Leighton Jones, and Daniel C. Low. "Relationship between exercise heart rate and music tempo preference." Research
quarterly for exercise and sport 77.2 (2006): pp. 240-250.
9. Chafin, Sky, et al. "Music can facilitate blood pressure recovery from stress." British journal of health psychology 9.3 (2004): pp. 393- 403..
10. Li L, Chu W, Langford J, Schapire RE. A contextual-bandit approach to personalized news article recommendation. In Proceedings of the 19th
international conference on World wide web 2010 Apr 26 (pp. 661-670).
11. Ge X, Liu J, Qi Q, Chen Z. A new prediction approach based on linear regression for collaborative filtering. In2011 Eighth International Conference
on Fuzzy Systems and Knowledge Discovery (FSKD) 2011 Jul 26 (Vol. 4, pp. 2586-2590). IEEE.
12. V. Prashanthi, K. Srinivas, “Plant Disease Detection Using Convolutional Neural Networks”, International Journal of Advanced Trends in Computer
Science and Engineering, Volume 9, No.3, June 2020, ISSN 2278- 3091 ,pp.2632-2637.
13. Vibhor Kant Tanisha Jhalani and Pragya Dwivedi. “A Linear Regression Approach to Multi-criteria Recommender System”. In: Data Mining and
Big Data (2016), pp. 235–243.

More Related Content

Similar to Turkey music( june 2021).pdf

Recommendation system based on association rules applied to consistent behavi...
Recommendation system based on association rules applied to consistent behavi...Recommendation system based on association rules applied to consistent behavi...
Recommendation system based on association rules applied to consistent behavi...IAEME Publication
 
IRJET - Heart Health Classification and Prediction using Machine Learning
IRJET -  	  Heart Health Classification and Prediction using Machine LearningIRJET -  	  Heart Health Classification and Prediction using Machine Learning
IRJET - Heart Health Classification and Prediction using Machine LearningIRJET 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
 
Mood Sensitive Music Recommendation System
Mood Sensitive Music Recommendation SystemMood Sensitive Music Recommendation System
Mood Sensitive Music Recommendation SystemIRJET Journal
 
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET-  	  Detection of Clinical Depression in Humans using Sentiment AnalysisIRJET-  	  Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET- Detection of Clinical Depression in Humans using Sentiment AnalysisIRJET Journal
 
Emotion analysis of songs based on lyrical
Emotion analysis of songs based on lyricalEmotion analysis of songs based on lyrical
Emotion analysis of songs based on lyricalijaia
 
IRJET- Musical Therapy using Facial Expressions
IRJET- Musical Therapy using Facial ExpressionsIRJET- Musical Therapy using Facial Expressions
IRJET- Musical Therapy using Facial ExpressionsIRJET Journal
 
Spotify Stream Prediction using Regression Models
Spotify Stream Prediction using Regression ModelsSpotify Stream Prediction using Regression Models
Spotify Stream Prediction using Regression ModelsIRJET Journal
 
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...IJECEIAES
 
Music Recommendation System
Music Recommendation SystemMusic Recommendation System
Music Recommendation SystemIRJET Journal
 
Mood based Music Player
Mood based Music PlayerMood based Music Player
Mood based Music PlayerIRJET Journal
 
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...Suraj Ligade
 
A survey on recommendation system
A survey on recommendation systemA survey on recommendation system
A survey on recommendation systemiosrjce
 
Mood classification of songs based on lyrics
Mood classification of songs based on lyricsMood classification of songs based on lyrics
Mood classification of songs based on lyricsFrancesco Cucari
 

Similar to Turkey music( june 2021).pdf (20)

Recommendation system based on association rules applied to consistent behavi...
Recommendation system based on association rules applied to consistent behavi...Recommendation system based on association rules applied to consistent behavi...
Recommendation system based on association rules applied to consistent behavi...
 
IRJET - Heart Health Classification and Prediction using Machine Learning
IRJET -  	  Heart Health Classification and Prediction using Machine LearningIRJET -  	  Heart Health Classification and Prediction using Machine Learning
IRJET - Heart Health Classification and Prediction using Machine Learning
 
IRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation SystemIRJET- A Personalized Music Recommendation System
IRJET- A Personalized Music Recommendation System
 
Mood Sensitive Music Recommendation System
Mood Sensitive Music Recommendation SystemMood Sensitive Music Recommendation System
Mood Sensitive Music Recommendation System
 
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET-  	  Detection of Clinical Depression in Humans using Sentiment AnalysisIRJET-  	  Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
 
Emotion analysis of songs based on lyrical
Emotion analysis of songs based on lyricalEmotion analysis of songs based on lyrical
Emotion analysis of songs based on lyrical
 
IRJET- Musical Therapy using Facial Expressions
IRJET- Musical Therapy using Facial ExpressionsIRJET- Musical Therapy using Facial Expressions
IRJET- Musical Therapy using Facial Expressions
 
Mood Detection
Mood DetectionMood Detection
Mood Detection
 
Spotify Stream Prediction using Regression Models
Spotify Stream Prediction using Regression ModelsSpotify Stream Prediction using Regression Models
Spotify Stream Prediction using Regression Models
 
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...
Design and Analysis System of KNN and ID3 Algorithm for Music Classification ...
 
C018211723
C018211723C018211723
C018211723
 
Music Recommendation System
Music Recommendation SystemMusic Recommendation System
Music Recommendation System
 
STUDY ON AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
STUDY ON AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTSTUDY ON AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
STUDY ON AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
 
Isolation Of Lactic Acid Producing Bacteria And Production Of Lactic Acid Fro...
Isolation Of Lactic Acid Producing Bacteria And Production Of Lactic Acid Fro...Isolation Of Lactic Acid Producing Bacteria And Production Of Lactic Acid Fro...
Isolation Of Lactic Acid Producing Bacteria And Production Of Lactic Acid Fro...
 
Study On An Emotion Based Music Player
Study On An Emotion Based Music PlayerStudy On An Emotion Based Music Player
Study On An Emotion Based Music Player
 
Mood based Music Player
Mood based Music PlayerMood based Music Player
Mood based Music Player
 
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...
Effective Results of Searching Song for Keyword-Based Retrieval Systems Using...
 
A survey on recommendation system
A survey on recommendation systemA survey on recommendation system
A survey on recommendation system
 
I017654651
I017654651I017654651
I017654651
 
Mood classification of songs based on lyrics
Mood classification of songs based on lyricsMood classification of songs based on lyrics
Mood classification of songs based on lyrics
 

More from Srinivas Kanakala (13)

FLOWCHARTS.pptx
FLOWCHARTS.pptxFLOWCHARTS.pptx
FLOWCHARTS.pptx
 
Minor project ppt (1).pptx
Minor project ppt (1).pptxMinor project ppt (1).pptx
Minor project ppt (1).pptx
 
system hacking.pptx
system hacking.pptxsystem hacking.pptx
system hacking.pptx
 
RDBMS WIT &WIL.pptx
RDBMS WIT &WIL.pptxRDBMS WIT &WIL.pptx
RDBMS WIT &WIL.pptx
 
UNIT-1-SQE-Dr.K.Srinivas-CSE.pptx
UNIT-1-SQE-Dr.K.Srinivas-CSE.pptxUNIT-1-SQE-Dr.K.Srinivas-CSE.pptx
UNIT-1-SQE-Dr.K.Srinivas-CSE.pptx
 
JAVA PROGRAMMING (1).pptx
JAVA PROGRAMMING (1).pptxJAVA PROGRAMMING (1).pptx
JAVA PROGRAMMING (1).pptx
 
InTERNET Border patrol.pptx
InTERNET Border patrol.pptxInTERNET Border patrol.pptx
InTERNET Border patrol.pptx
 
BHARADWAJ.pptx
BHARADWAJ.pptxBHARADWAJ.pptx
BHARADWAJ.pptx
 
unit-1.pptx
unit-1.pptxunit-1.pptx
unit-1.pptx
 
vaagdevi paper.pdf
vaagdevi paper.pdfvaagdevi paper.pdf
vaagdevi paper.pdf
 
griet paper pblished(13-9-2021).pdf
griet paper pblished(13-9-2021).pdfgriet paper pblished(13-9-2021).pdf
griet paper pblished(13-9-2021).pdf
 
ijatcse21932020.pdf
ijatcse21932020.pdfijatcse21932020.pdf
ijatcse21932020.pdf
 
patent_vpr.pdf
patent_vpr.pdfpatent_vpr.pdf
patent_vpr.pdf
 

Recently uploaded

女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjLewisJB
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012rehmti665
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
Call Girl in Low Price Delhi Punjabi Bagh  9711199012Call Girl in Low Price Delhi Punjabi Bagh  9711199012
Call Girl in Low Price Delhi Punjabi Bagh 9711199012sapnasaifi408
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchSoham Mondal
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...Suhani Kapoor
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...Suhani Kapoor
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位obuhobo
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...Suhani Kapoor
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样umasea
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service Bhiwandi
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service BhiwandiVIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service Bhiwandi
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service BhiwandiSuhani Kapoor
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 

Recently uploaded (20)

女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbj
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
Call Girl in Low Price Delhi Punjabi Bagh  9711199012Call Girl in Low Price Delhi Punjabi Bagh  9711199012
Call Girl in Low Price Delhi Punjabi Bagh 9711199012
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India Research
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
 
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
加利福尼亚艺术学院毕业证文凭证书( 咨询 )证书双学位
 
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
VIP High Profile Call Girls Jamshedpur Aarushi 8250192130 Independent Escort ...
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service Bhiwandi
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service BhiwandiVIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service Bhiwandi
VIP Call Girl Bhiwandi Aashi 8250192130 Independent Escort Service Bhiwandi
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 

Turkey music( june 2021).pdf

  • 1. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1965 MUSIC RECOMMENDATIONS SYSTEM USING DEEP NEURAL NETWORKS Vempaty Prashanthi1 , Srinivas Kanakala2 , Dr.V Akila3 , A.Harshavardhan4 2,4 VNR Vignana Jyothi Institute of Engineering andTechnology,Hyderabad,India 1,3 Gokaraju Rangaraju Institute of Engineering and Technology,Hyderabad,India 1 srinivaskanakala@gmail.com, 2 prashuvempaty@gmail.com, 3 akila_be@yahoo.co.in, 4 harshavgse@gmail.com ABSTRACT Music Recommendations is the exploring topic during last few years. As huge data is present on internet now a days, data related to music is also available. Users search for music of their interest on internet, so it is essential to build a recommendation system for this. In this paper we describe a music recommendation system that uses time of search and heart rate of the person. Here we extract and combine the features of songs ranking system with which the best matching tracks are found. Two recommendation system called Linear Regression and Contextual Bandit are implemented in this paper. Offline evaluations were used for implementation of these system and results showed that contextual bandit is the best one. Keywords: Music recommendations, neural network, contextual bandit, linear regression. I. INTRODUCTION A huge range of music services are available now a days on internet. We can store wide variety of songs on computers, smart phones etc, but it is hard to store vast number of collections. For this recommendation systems are being developed for figuring out the interested music of their choice. In the paper, we discovered an improved recommendation system with the help of real-time information heart rate and time of day, when the recommendations are made. This recommendation system is developed using machine learning technologies and mobile application. The system utilizes a smart watch in order to identify the heart rate to give suggestions of songs, giving to what type of music is associated with that heart rate and time of day for a particular person. Generally, a person would like to hear fast and loud songs when he is doing exercises, jogging etc in the morning. When user press the next button on his mobile, the system captures heart rate of the person and time and forwards it to the system. The system is trained in such a way that it identifies the patterns and users interest of choice. Next these parameters are compared and matched with other parameters like audio features in order to recommend a song for the user. Now top song which is matching, is send as a result to the system and played. Session 2 consists of the literature survey and the deep learning techniques are described. In chapter 3 overview of the recommended system is presented. In chapter 4 the proposed systems are explained. In chapter 5 the experimentation and results are discussed and analysed, In chapter 6 conclusion of entire paper is given. II. LITERATURE SURVEY Based upon the feedback history of users, upon an item the recommendation systems are being created. But the recommendation which is given given by the system sometimes may not be matched depending on the time, mood and current activity of the person. Therefore we have attempted to consider such kind of information also for developing the system. [1][2] has not taken these accepts into consideration. Studies proved that heart rate is affected by various kinds of music and human heart is connected with emotions and activities he does [3][4]. Therefore heart rate is one of the important parameter to take into account in this paper. Many Studies [5][6] showed that different types of tempos and music will affect the heart rate of the person. It is also proved that high sound and tempo do not increase the heart rate of the person, but the preferred music and
  • 2. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1966 tempo will affect the heart rate of the person. Heart rate is increased as the preferred tempo is increased, that is there is a relationship between preferred tempo and heart rate. This was found by Iwanga in 1995[7]. Many studies were done from 1995 on relationship between interested tempo and heartbeat. [8][9]. Therefore we use heart beat as one of the parameters in our system. We have used Spotify streaming service for retrieving and playing music. Spotify has broad API’s and SDK’s which can be used easily. Every song in Spotify has an audio data associated with it, Spotify allows us to retrieve the features which can be used in our system. User need to get a Premium account for Spotify. In our system we have limited the number of songs to 1124 that will be used in the system. The songs selected consists of different tempos and music. An IOS platform is created for the mobile application. Apple Watch is used for measuring the heart rate because it connects with the mobile and heart rate is captured easily. There are many features are associated with songs, but only Loudness, tempo and mode are considered in our paper. Contextual bandit and linear regression are used for the recommender systems because they are distinct from one another. 2.1 Reinforcement Learning and Contextual Bandits One of the types of machine learning strategies is Reinforcement learning (RL), here the system is trained first and it takes a decision depending upon the training given, when an input is given. This is termed as Markov Decision Process (MDP). Consider a group of states S, Actions A, Pa(x, y) is the probability of moving from x to y with the action A. Ra(x, y) is in between state x and state y with the action A. Contextual bandit is a system which takes actions depending upon the environment. This is mostly used for recommending news on internet [10]. Contextual bandit has 1- armed bandits which may change upon time. 1- armed bandits are the actions and time is the state of the system. The system reads the state and predicts the actions to be taken depending upon the previous actions taken. This is achieved similar to multi armed bandit where actions are tested for each state and learn which action offers maximum average value for each state. A contextual bandit runs t = 1,2,...,T rounds, the context for our environment is xt ∈ X. Based on the context the bandit selects an action at ∈ A and the environment returns with a reward rt ∈ R. The goal of the bandit is to maximize the cumulative reward To accomplish that the bandit has a set of policies Π ⊆ {X → A} and attempts to find the policy π ∈ Π that grants a largest reward. The contextual bandit problem is developed in our paper. Depending upon the state which is derived on users heart rate and time, the system has to select best audio features. 2.2 Linear Regression Fig 1: Example of Linear Regression Linear regression models the correlation between independent and dependent variables X and Y respectively. A straight line is fit as shown in fig 1 to observe data and reduces errors. In order to find the relationship between height and weight of the person, a graph is plot between weight and height and calculate the equation such a way that the line to the points of data minimum. Y=b0=b1x minimizes squared offsets between line and data points [11-13]. We have selected Linear Regression to use in our system, due its wide use and as its comparison with non-linear ones will be exciting. 2.3 Evaluation Methods
  • 3. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1967 Offline line, online and user evaluations are some of the approaches used for evaluating the recommendation systems. As the data set availability is low, expensive and properties are changing in-dependently online evaluation is not suited for our system. Offline approach is not expensive and more over simple to implement as it do not need real time users and can be done in starting stages of the system. Hypothesis, Controlling Variables, Generalization Power are the 3 steps used for offline conduction. III. SYSTEM OVERVIEW Our system contains server and clients which are connected using internet. User data is held by server and it also manages the communication of clients. The system recommends songs to the clients who are connected. Our system consists of two parts namely feature recommender and ranking system. Depending upon the user data feature recommender will send back a value for audio feature of a particular song. Using this data ranking system recommends a set of songs for user. Every client’s heart rate who are using this system using mobile application for playing songs is captured. Overview of the system shown in fig 2. Figure 2: System Overview. Two large set of data sets are used in our system. One is, set of songs paired with tempo, mode and loudness. These are the variables that are used in our content-based filtering. Starting 1124 set of songs are selected from the list of songs in Spotify from various playlists. Different id’s are given for every song in Spotify to identify songs in system. All features of songs are stored in the server by downloading them from Spotify using API. Tempo is one of the features of music which can be measured in beats, mode of a song can be either major or minor, loudness is measured as an average of whole song between -60 and 0. Another data set is the data pertaining to the user. We have taken data from 2 persons and gathered 233 data points all together. Three data sets are generated which contains 500 data points. These are used for evaluating our system. Data points represents a song which is played by user or is skipped. Different variables are associated with each song such as: unique user identity is given for each user, heart rate of the user, time of the day when the song is played by the user, different identity numbers for each song, Rating is the percentage of song that is listened by the user. If a person listens whole song then rating 1 is given, If a person listens partial song then rating 0.5 is given, If a person skips the song then rating 0 is given. When a user want to listen a new song, a request is being made in the Get Request format with the help of JSON data package, this request contains variables such as user id, heart rate and time of the day. Once the request is sent the following is begin done: 1. It verifies for a new trained recommender and if it is available it switches to this model. 2. Check the users cache of song, if it is empty the recommended song features are requested, using these features most popular songs are send into the cache of songs from the ranking system. 3. Next a song from the cache is returned to the user. IV. RECOMMENDER SYSTEM Our system contains two systems. The output of the first system is served as input to the second system. The first system contains three features, every recommender gives a song as output by taking the users data as input. These
  • 4. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1968 three systems are based upon the machine learning and are implemented using Tensor Flow. Same set of data is used for training these three systems. Second subsystem is the ranking system. It combines the ratings given by the user and output of feature recommender. Next it ranks all the songs present in our database and returns the song which has top ranking to webserver. 4.1 A linear regression (LR) model using Deep Neural Network: Three similar configured Deep Neural Networks (DNN) were evaluated, which were trained using similar data with different labels. The system was coded with DNN Classifier in tensor flow, which was configured in such a way that it uses gradient descent optimizer. Different labels that are given to the song are mode, tempo and loudness as shown in table 1 were tempo and loudness are represented as buckets and mode as 0 or 1. The system contains two hidden layers. For the first hidden layer 5 number of neurons were used and for second hidden layer 1 neuron is used. The same number is used for all three DNNs. When request for song is forwarded, data pertaining to id, heart rate and time of the day are sent in the request. Next server groups the while data along with rating to create predictions and forward them to the training model. This enables the system to generate songs features and pair them with ratings. When this process is done this information is forwarded to the server which in turn forwards to ranking system. Training script is written for training purpose which can be called manually when needed. A schedule function is written for running the training for every 2 mins in the system. The data is organized in such a way that the DNN model can read. Features along with their labels are given to DNN for training purpose. Check points are also saved after training which can be used for new training models. The size of hidden layers can be found using the following equations: N Hidden= N Samples/(α ·(N input+ N output)) ---------------------------(3.1) N Hidden = upper bound of hidden neurons N input = no. of input neurons. N output = no. of output neurons. N Samples = no. of samples. α = scaling factor (2-10). Linear Regression model is an estimator which instantiates for each song. The features are same for all LR objects. Different labels that are given to the song are mode, tempo and loudness as shown in Table 1 were tempo and loudness are represented as buckets and mode as 0 or 1. Sever groups the data with rating 1 and forward that to LR object in order to obtain the features of songs which was predicted. LR model is trained as the DNN model is trained. 4.2 Contextual Bandit The contextual bandit setup that was evaluated was a set of three contextual bandits for each user. The contextual bandit is configured to predict an action for a value which is the feature of a song. The actions used by contextual bandit is as of DNN and LR models. Action 6 tempo bandit corresponds to tempo 131 to 150 BPM. The state in the bandit has an integer which is matched to the combination of heart rate and time as shown in Table 2 y(x) = 1 if rating ≥ 0.8 −1 else Gradient descent optimizer is used for implementing feed forward neural network for every contextual bandit. The state that has got highest value as input is selected for prediction or a random action is used for prediction. The ratio between these two predictions is 1:9. Id pertaining to the action chosen is sent along with the request. Further the look up table stores the action, id and state which is used further for training purpose and send back the ratings of the songs to the bandits. Training script is written for training purpose which can be called manually when needed. A schedule function is written for running the training for every 2 mins in the system. All the data which is not flagged is obtained from the training script written present in the data base and such data is
  • 5. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1969 trained. Each of this obtained data has an id associated with it, these id’s are utilized for choosing action and state of the ratings. Next the data is organized in such a way that the DNN model can read and the features are forwarded to the system for training purpose. Check points are also saved after training which can be used for new training models. The data which does not contain any id’s can even be trained using Contextual bandit. For training the bandit the state is calculated using heart rate and time of the day. The song features can be identified using song id’s and by bucketizing these events actions for every bandit can be calculated. Further the bandits are trained using action, state and rating. Table 1: Buckets for tempo and loudness Table 2: Features of song. V. EXPERIMENTATION AND RESULTS An algorithm is developed depending upon the choices of the user, which is used to generates scores for recommendations. Every user will listen only one song at particular time. Every song has precise attributes off its own. Attributes of the users are given in Table 3. These attributes are compared with the attributes of the song which is recommended and further it's mean is calculated by dividing with 3. Every attribute of a song has range associated with it, therefore these attributes are divided depending upon these ranges. Example the range of tempo is between 40 to 210 BPM. Mode attribute value can be zero or one and therefore it affects the other
  • 6. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1970 attributes this is so because, this low range is termed as error in the network. Therefore we see that the score is either increased or decreased compared to other attributes. The difference between the features tempo and loudness is very high and therefore tempo’s affect is high in algorithm than required. In order to avoid this the range is being spilt into 10 intervals such that tempo and loudness are equally maintained. Empty data base is required for training contextual bandit. LR model require at least one entry in the data base for training. Table 3: Features of songs at different times and heart rates a1 = required tempo a2 = recommended tempo b1 = required loudness b2 = recommended loudness c1 = required mode c2 = recommended mode x = 270 = tempo range y = −60 = loudness range Table 4 shows some of the recommended songs of the contextual bandit. The fig 3 shows the graph of contextual bandit with tempo, loudness, time and score. The table 5 indicates the result of linear regression system. The fig 4 shows the graph of linear regression system. Table 4: Recommended songs by contextual bandit
  • 7. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1971 Figure 3: Graph for Contextual Bandit with score and features of song. Table 5: Recommended songs by Linear Regression Figure 4: Graph for Linear Regression with score and features of song Results show that contextual bandit is the best one compared to linear regression. Contextual bandit identifies the context between the time at which the user is listening the song to the tempo of that song at that time. Linear regression also recommends the songs with an average good score, but it does not consider the time. This results in several repetitive recommendations. Whereas Contextual bandit recognizes this corelation and therefore a large
  • 8. Turkish Journal of Physiotherapy and Rehabilitation; 32(3) ISSN 2651-4451 | e-ISSN 2651-446X www.turkjphysiotherrehabil.org 1972 recommendation can be seen. Due to the selection of restricted number songs and small number of iterations contextual bandit has obtained high average rating. VI. CONCLUSION: In this paper we have aimed to create a service which recommends music to a user. The scheme provides customer particular recommendations utilizing machine learning and real-time data such as heartbeat and time. Few machine learning methods were examined to find the algorithm which offers the best perfect estimate for this specific problem. Contextual bandit and Linear Regression using Deep Learning techniques has been implemented and evaluated in this paper. Findings reveal that contextual bandit executes best contrasted to linear regression. For Future work it would be interesting to try using other audio features than the ones implemented. However, that would require online evaluation to determine whether these audio features gave a better result. REFERENCE 1. Jhih-Yuan Huang Wei-Po Lee Chun-Ting Chen and Jhen-Yi Liang. “A smartphone-based activity-aware system for music streaming recommendation”. In: Knowledge-Based Systems 131 (Sept. 2017), pp. 70– 82. 2. Anu Taneja and Anuja Arora. “Clu-PoF-A Novel Post Filtering Approach for Efficient Context Aware Recommendations”. In: Procedia Computer Science 122 (2017), pp. 834–841. 3. Koelsch S, Jäncke L. “Music and the heart” European heart journal. 2015 Nov 21;36(44):3043-9. 4. Geist, K., Geist, E.A. and Kuznik, K., The patterns of music. Young Children, 2012, 2, pp.75. 5. I. Shin et al., "Automatic stress-relieving music recommendation system based on photoplethysmography-derived heart rate variability analysis," 2014 36th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2014, pp. 6402-6405, 6. Bernardi, Luciano, Cesare Porta, and Peter Sleight. "Cardiovascular, cerebrovascular, and respiratory changes induced by different types of music in musicians and non-musicians: the importance of silence." Heart 92.4 (2006), pp.445-452. 7. Iwanaga M. “Harmonic relationship between preferred tempi and heart rate”. Perceptual and motor skills. 1995 Aug;81(1), pp.67-71. 8. Karageorghis, Costas I., Leighton Jones, and Daniel C. Low. "Relationship between exercise heart rate and music tempo preference." Research quarterly for exercise and sport 77.2 (2006): pp. 240-250. 9. Chafin, Sky, et al. "Music can facilitate blood pressure recovery from stress." British journal of health psychology 9.3 (2004): pp. 393- 403.. 10. Li L, Chu W, Langford J, Schapire RE. A contextual-bandit approach to personalized news article recommendation. In Proceedings of the 19th international conference on World wide web 2010 Apr 26 (pp. 661-670). 11. Ge X, Liu J, Qi Q, Chen Z. A new prediction approach based on linear regression for collaborative filtering. In2011 Eighth International Conference on Fuzzy Systems and Knowledge Discovery (FSKD) 2011 Jul 26 (Vol. 4, pp. 2586-2590). IEEE. 12. V. Prashanthi, K. Srinivas, “Plant Disease Detection Using Convolutional Neural Networks”, International Journal of Advanced Trends in Computer Science and Engineering, Volume 9, No.3, June 2020, ISSN 2278- 3091 ,pp.2632-2637. 13. Vibhor Kant Tanisha Jhalani and Pragya Dwivedi. “A Linear Regression Approach to Multi-criteria Recommender System”. In: Data Mining and Big Data (2016), pp. 235–243.