调参侠的末日? Auto-Keras 自动搜索深度学习模型的网络架构和超参数

Auto-Keras 是一个开源的自动机器学习库。Auto-Keras 的终极目标是容许全部领域的只须要不多的数据科学或者机器学习背景的专家均可以很容易的使用深度学习。Auto-Keras 提供了一系列函数来自动搜索深度学习模型的网络和超参数。git

安装:github

pip install autokeras网络

样例:dom

import autokeras as ak
clf = ak.ImageClassifier()
clf.fit(x_train, y_train)
results = clf.predict(x_test)机器学习

官方网站: http://autokeras.com/
开源项目: https://github.com/jhfjhfj1/autokeraside

Auto-Keras is an open source software library for automated machine learning (AutoML). The ultimate goal of AutoML is to allow domain experts with limited data science or machine learning background easily accessible to deep learning models. Auto-Keras provides functions to automatically search for architecture and hyperparameters of deep learning models.函数

翻译: http://www.tf86.com/2018/08/03/auto-keras/学习

相关文章
相关标签/搜索