autokeras

Accessible AutoML for deep learning.

Github星跟蹤圖


codecov
PyPI version

Official Website: autokeras.com

AutoKeras: An AutoML system based on Keras.
It is developed by DATA Lab at Texas A&M University.
The goal of AutoKeras is to make machine learning accessible for everyone.

Example

Here is a short example of using the package.

import autokeras as ak

clf = ak.ImageClassifier()
clf.fit(x_train, y_train)
results = clf.predict(x_test)

For detailed tutorial, please check here.

Installation

To install the package, please use the pip installation as follows:

pip3 install autokeras

Please follow the installation guide for more details.

Note: Currently, AutoKeras is only compatible with Python 3 and TensorFlow >= 2.1.0.

Community

Request an invitation.
Use the #autokeras channel for communication.

You can also follow us on Twitter @autokeras for the latest news.

Contributors

You can follow the Contributing Guide to become a contributor.
Thank all the contributors!

Backers

We accept financial support on Open Collective.
Thank every backer for supporting us!


Cite this work

Haifeng Jin, Qingquan Song, and Xia Hu. "Auto-keras: An efficient neural architecture search system." Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. ACM, 2019. (Download)

Biblatex entry:

@inproceedings{jin2019auto,
  title={Auto-Keras: An Efficient Neural Architecture Search System},
  author={Jin, Haifeng and Song, Qingquan and Hu, Xia},
  booktitle={Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining},
  pages={1946--1956},
  year={2019},
  organization={ACM}
}

DISCLAIMER

Please note that this is a pre-release version of the AutoKeras which is still undergoing final testing before its official release. The website, its software and all content found on it are provided on an
"as is" and "as available" basis. AutoKeras does not give any warranties, whether express or implied, as to the suitability or usability of the website, its software or any of its content. AutoKeras will not be liable for any loss, whether such loss is direct, indirect, special or consequential, suffered by any party as a result of their use of the libraries or content. Any usage of the libraries is done at the user's own risk and the user will be solely responsible for any damage to any computer system or loss of data that results from such activities. Should you encounter any bugs, glitches, lack of functionality or
other problems on the website, please let us know immediately so we
can rectify these accordingly. Your help in this regard is greatly
appreciated.

Acknowledgements

The authors gratefully acknowledge the D3M program of the Defense Advanced Research Projects Agency (DARPA) administered through AFRL contract FA8750-17-2-0116; the Texas A&M College of Engineering, and Texas A&M.

主要指標

概覽
名稱與所有者keras-team/autokeras
主編程語言Python
編程語言Python (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2017-11-19 23:18:20
推送於2024-12-16 18:00:41
最后一次提交2024-12-16 10:00:41
發布數59
最新版本名稱2.0.0 (發布於 )
第一版名稱init (發布於 )
用户参与
星數9.2k
關注者數298
派生數1.4k
提交數1.4k
已啟用問題?
問題數910
打開的問題數150
拉請求數762
打開的拉請求數2
關閉的拉請求數133
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?