autokeras
v2.0.0
官方网站:autokeras.com
AutoKeras:基于 Keras 的 AutoML 系统。它由德克萨斯 A&M 大学的 DATA 实验室开发。 AutoKeras 的目标是让每个人都能使用机器学习。
import autokeras as ak
clf = ak . ImageClassifier ()
clf . fit ( x_train , y_train )
results = clf . predict ( x_test )
要安装该软件包,请使用pip
安装,如下所示:
pip3 install autokeras
请按照安装指南了解更多详细信息。
注意:目前,AutoKeras 仅兼容Python >= 3.7和TensorFlow >= 2.8.0 。
在我们的 GitHub 讨论中提出您的问题。
这是我们管理项目的方式。
我们从 GitHub 问题中选择要解决的关键问题。他们将被添加到该项目中。然后,一些问题将被添加到里程碑中,用于计划发布。
请参阅我们的贡献指南以了解最佳实践。
感谢所有贡献者!
金海峰、弗朗索瓦·肖莱、宋清泉、胡夏。 “AutoKeras:用于深度学习的 AutoML 库。”机器学习研究杂志6 (2023): 1-6。 (下载)
Biblatex 条目:
@article { JMLR:v24:20-1355 ,
author = { Haifeng Jin and François Chollet and Qingquan Song and Xia Hu } ,
title = { AutoKeras: An AutoML Library for Deep Learning } ,
journal = { Journal of Machine Learning Research } ,
year = { 2023 } ,
volume = { 24 } ,
number = { 6 } ,
pages = { 1--6 } ,
url = { http://jmlr.org/papers/v24/20-1355.html }
}
作者衷心感谢通过 AFRL 合同 FA8750-17-2-0116 管理的国防高级研究计划局 (DARPA) 的 D3M 计划;德克萨斯 A&M 工程学院和德克萨斯 A&M 大学。