SaaSHub helps you find the best software and product alternatives Learn more →
Hyperparameter Alternatives
Similar projects and alternatives to hyperparameter
-
towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
keras
Discontinued Deep Learning for humans [Moved to: https://github.com/keras-team/keras] (by fchollet)
-
-
lance
Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
-
-
pytorch-lightning
Discontinued Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems). [Moved to: https://github.com/Lightning-AI/lightning] (by PyTorchLightning)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
hyperparameter discussion
hyperparameter reviews and mentions
-
Hyper-parameter Optimization with Optuna and hyperparameter
the full tutorial: https://github.com/reiase/hyperparameter/tree/master/examples/optuna
-
Pythonic configuration framework?
When I was working on my own configuration framework (HyperParameter, previous post), I suddenly realize that what I want is not another configuration framework with some fancy API. All I want is to change my ML experiments without modifying the code and get rid of the configuration handling codes. The right way of configuration is not writing configurable code and wasting time on different frameworks. The best solution is a tool that makes your code configurable.
-
hyperparameter, a lightweight configuration framework
github: https://github.com/reiase/hyperparameter
-
HyperParameter for ML Models and Systems
HyperParameter is a configuration and parameter management library for Python. HyperParameter provides the following features:
-
What is the best practice for injecting configuration into a python application
you can take a look at https://github.com/reiase/hyperparameter, a scoped, thread-safe config object that is lightweight enough. There is no need to modify too much code:
-
[P] Modify Hyperparameters Easily
I'm developing a Hyperparameter tuning toolbox for my machine learning projects. It maps keyword arguments to hyper-parameters, for example:
-
A hyper-parameter toolbox for data-scientists and machine-learning engineers
I'm developing [a toolbox for managing hyper-parameters](https://github.com/reiase/hyperparameter) in my data science and machine learning projects. It provides object-style API for nested dict( which is very common for config files):
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 May 2025
Stats
reiase/hyperparameter is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of hyperparameter is Rust.