AutoML for deep learning
Project description
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.
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}
}
Community
Use this link to request an invitation for Keras Slack workspace. Use the #autokeras channel under the Keras workspace for communication.
You can also follow us on Twitter @autokeras for the latest news.
Contributing Code
You can follow the Contributing Guide for details. The easist way to contribute is to resolve the issues with the "call for contributors" tag. They are friendly to beginners.
Support AutoKeras
We accept donations on Open Collective. Thank every backer for supporting us!
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autokeras-1.0.1.tar.gz
.
File metadata
- Download URL: autokeras-1.0.1.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7300d9d7b65c04f39f92fe909a7c3c69381e4c9b1bf30900095cd13f1959d783 |
|
MD5 | 325b22c0c541288fc70459eee50c7b37 |
|
BLAKE2b-256 | 4ec88c01097e6aa8ae7b3dd41da50ce310bb1cb3412481a0c36beb2b9209a9d3 |
Provenance
File details
Details for the file autokeras-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: autokeras-1.0.1-py3-none-any.whl
- Upload date:
- Size: 66.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a0dff06138ea813fab5fd3b8502b780244900d51693362f436d0954933ead9 |
|
MD5 | b7fb297c4351160379f00a2a52081540 |
|
BLAKE2b-256 | 913286ad97a008d73eb438e0efd153075a802c7a5d89eb5d6da8ee0812d3c544 |