AutoKeras: 一个基于Keras的AutoML系统。 它由DATA Lab在德州农工大学开发。 AutoKeras的目标是让机器学习对每个人都变得可及。
学习资源
- A short example.
import autokeras as ak
clf = ak.ImageClassifier()
clf.fit(x_train, y_train)
results = clf.predict(x_test)
- Official website tutorials.
- The book of Automated Machine Learning in Action.
- The LiveProjects of Image Classification with AutoKeras.
安装
要安装该包,请使用pip
安装如下:
pip3 install autokeras
请参阅安装指南以获取更多详细信息。
注意: 目前,AutoKeras 仅兼容 Python >= 3.7 和 TensorFlow >= 2.8.0。
社区
在我们的GitHub Discussions上提问。
贡献代码
这是我们管理项目的方式。
我们从GitHub issues中挑选关键问题来处理。 它们将被添加到这个项目中。 然后,一些问题将被添加到里程碑中, 用于规划发布。
请参考我们的贡献指南以了解最佳实践。
感谢所有贡献者!
引用此作品
Haifeng Jin, François Chollet, Qingquan Song, 和 Xia Hu. "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大学。