The Wayback Machine - https://web.archive.org/web/20221128173709/https://github.com/topics/hyperparameters-optimization
Skip to content
#

hyperparameters-optimization

Here are 16 public repositories matching this topic...

This repository contains the implementation of a recurrent neural network (LSTM from keras library) with the purpose of forecasting target time series, given the targets historical records and covariates. The project uses a toy data set, while focusing on the data transformation tasks (pandas dataframes to 3D numpy arrays required by recurrent networks) and on the hyperparameters tuning tasks, taking advantage of keras_tuner package.

  • Updated Jun 29, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the hyperparameters-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperparameters-optimization topic, visit your repo's landing page and select "manage topics."

Learn more