Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 399 Bytes

File metadata and controls

6 lines (4 loc) · 399 Bytes

Bayesian Hyperparameter optimization

This repo contains an implementation of Bayesian Optimization based on the Gaussian process.
I have used gp_minimize package of the Scikit-Optimize library to implement this. The implementation employs an LSTM model that uses a stock price dataset.