Tagged articles
7 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 15, 2023 · Artificial Intelligence

Understanding Machine Learning vs Deep Learning and a Practical sklearn Regression Tutorial

This article explains the difference between machine learning and deep learning, compares ML algorithms with traditional logic code, introduces the scikit‑learn library, demonstrates data preprocessing, model training with RandomForestRegressor, and shows how to build a voting regressor for disease progression prediction using Python.

Pythonmachine learningregression
0 likes · 18 min read
Understanding Machine Learning vs Deep Learning and a Practical sklearn Regression Tutorial
Model Perspective
Model Perspective
Aug 8, 2022 · Artificial Intelligence

Mastering sklearn.svm: Parameters, Grid Search, and Real-World Examples

An in‑depth guide to sklearn.svm explains SVM classification and regression, details key parameters such as C and kernel types, demonstrates how to use GridSearchCV for hyperparameter tuning, and provides complete Python code examples for iris classification and California housing price prediction.

GridSearchCVPythonmachine learning
0 likes · 6 min read
Mastering sklearn.svm: Parameters, Grid Search, and Real-World Examples