Machine Learning Challenge: Day 10


Classification Algorithms Task: The Human Activity Dataset is a collection of data from experiments involving human movements and physical activity. The dataset is commonly used to train and evaluate machine learning algorithms for human activity recognition tasks. In your project, you utilized several classic machine learning algorithms, including logistic regression, linear SVM, kernel SVM, decision tree, and random forest, to classify human activity based on the data from the dataset. By comparing the performance of these algorithms, you aimed to determine which is the most effective for recognizing human activity. The results of your work can be helpful for various applications, such as wearable technology and healthcare, where the accurate recognition of human activity is essential.

Notebook and Dataset Link:  https://github.com/Devparihar5/30-Day-Machine-Learning-Challange/tree/main/Day%2010



All-Classification-Algorithms

Comments

Popular posts from this blog

Roadmap for 30 Day Machine Learning Challange

Machine Learning Challenge: Day 6

Machine Learning Challenge: Day 12