Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3739fb7

Browse files
Update README.md
1 parent a14d0e4 commit 3739fb7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎README.md‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ This paper and code will help industrial users, data analysts, and researchers t
2121
## Implementation
2222
Sample code for hyper-parameter optimization implementation for machine learning algorithms is provided in this repository.
2323

24-
**Sample code for Regression problems**
24+
### Sample code for Regression problems
2525
[HPO_Regression.ipynb](https://github.com/LiYangHart/Hyperparameter-Optimization-of-Machine-Learning-Algorithms/blob/master/HPO_Regression.ipynb)
26-
Dataset used: [Boston-Housing](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html)
27-
**Sample code for Classification problems**
26+
**Dataset used:** [Boston-Housing](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html)
27+
### Sample code for Classification problems
2828
[HPO_Classification.ipynb](https://github.com/LiYangHart/Hyperparameter-Optimization-of-Machine-Learning-Algorithms/blob/master/HPO_Classification.ipynb)
29-
Dataset used: [MNIST](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html#sklearn.datasets.load_digits)
29+
**Dataset used:** [MNIST](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html#sklearn.datasets.load_digits)
3030

31-
**Machine learning algorithms used:**
31+
### Machine Learning Algorithms
3232
* Random forest (RF)
3333
* Support vector machine (SVM)
3434
* K-nearest neighbor (KNN)
3535

36-
**HPO algorithms used:**
36+
### HPO Algorithms
3737
* Grid search
3838
* Random search
3939
* Hyperband
@@ -42,15 +42,15 @@ Dataset used: [MNIST](https://scikit-learn.org/stable/modules/generated/sklearn.
4242
* Particle swarm optimization (PSO)
4343
* Genetic algorithm (GA).
4444

45-
**Python libraries requirements**
45+
### Requirements
4646
* Python 3.5
47-
* scikit-learn
48-
* hyperband
49-
* scikit-optimize
50-
* hyperopt
51-
* optunity
52-
* DEAP
53-
* TPOT
47+
* [scikit-learn](https://scikit-learn.org/stable/)
48+
* [hyperband](https://github.com/thuijskens/scikit-hyperband)
49+
* [scikit-optimize](https://github.com/scikit-optimize/scikit-optimize)
50+
* [hyperopt](https://github.com/hyperopt/hyperopt)
51+
* [optunity](https://github.com/claesenm/optunity)
52+
* [DEAP](https://github.com/DEAP/deap)
53+
* [TPOT](https://github.com/EpistasisLab/tpot)
5454

5555
## Citation
5656
If you find this repository useful in your research, please cite:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /