Hi! I'm KAVIN RAJENDRAN, a student and a passionate learner of Data Structures and Algorithms. I'm enthusiastic about building a solid foundation in programming and problem-solving.I am interest in machine learning.I am working as a machine learning member in ELECRUISERS CLUB in SRMIST.
In this project i got a good problem solving skills in machine laening.And i got a accuracy of 86%.
In this project i worked on segmenting the song according to the artist.And i got a accuracy of 83%.
Normal Matrix: A square matrix A is called normal if it commutes with its conjugate transpose, AA∗=A∗A. Trace of a Matrix: The trace of a matrix is the sum of its diagonal elements.
This problem teaches how to find the closest shared boss of two employees in a company hierarchy. It applies concepts of tree structures and common ancestors useful in organizational charts, file systems, and genealogy.