0% found this document useful (0 votes)
6 views1 page

Algorithm Method and Hyperparameters Details

The document provides a table listing various machine learning algorithms along with their hyperparameters and details. Algorithms include Linear Regression, Logistic Regression, Naive Bayes, Decision Tree, Random Forest, Gradient Boosted Trees, Principal Component Analysis, K-Nearest Neighbors, K-Means, and Dense Neural Networks. Some entries are unclear or lack hyperparameters, indicating potential typos or abbreviations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Algorithm Method and Hyperparameters Details

The document provides a table listing various machine learning algorithms along with their hyperparameters and details. Algorithms include Linear Regression, Logistic Regression, Naive Bayes, Decision Tree, Random Forest, Gradient Boosted Trees, Principal Component Analysis, K-Nearest Neighbors, K-Means, and Dense Neural Networks. Some entries are unclear or lack hyperparameters, indicating potential typos or abbreviations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

| **Algorithm/Method** | **Hyperparameters / Details**

|
| -------------------------------- |
--------------------------------------------------------------------------------- |
| **Linear Regression** | L1/L2 Penalty, Fit Intercept, Solver
|
| **Logistic Regression** | L1/L2 Penalty, Class Weight, Solver
|
| **Naive Bayes** | Alpha, Fit Prior
|
| **Decision Tree** | Criterion, Max Depth
|
| **Random Forest** | Criterion, Max Depth, N Estimators, Min Sample
Split |
| **Gradient Boosted Trees** | Criterion, Max Depth, N Estimators, Min Sample
Split, Max Features, Learning Rate |
| **Principal Component Analysis** | N Components, Iterated Power, SVD Solver
|
| **PAR / PRAPIA / го / PC2** | *(Unclear items—possibly typos or
abbreviations; no hyperparameters listed)* |
| **K-Nearest Neighbors** | N Neighbors, Algorithm ('kd\_tree', 'brute')
|
| **K-Means** | N Clusters, Max Iter, Init
|
| **Dense Neural Networks** | Hidden Layer Sizes, Solver, Activation,
Dropout, Alpha, Learning Rate |

You might also like