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 大學。