Based on below data I'm attempting to use gradeint descent to predict what tags will be associated with a new user. Note the numbers are for illustravite purposes only, in actuality these numbers correspond to words.
username tags title group
user1 1 Senior group1
user2 2 Senior group2
user3 3,4,5 Junior group2
user4 2,8 Dev group1
So if a new user is added : "user5" and I know the the title and group of this user can I use gradient descent in 'r' to predict what tags the user may require ?