AutoML for deep learning
Project description
Official Website: autokeras.com
Let's Chat!
To make AutoKeras better, I would like to hear your thoughts. I am happy to answer any questions you have about our project. Join our Slack and send me (Haifeng Jin) a message. I will schedule a meeting with you.
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 git+https://github.com/keras-team/keras-tuner.git@1.0.2rc1
pip3 install autokeras==1.0.4
Please follow the installation guide for more details.
Note: Currently, AutoKeras is only compatible with Python >= 3.5 and TensorFlow >= 2.2.0.
Community
Slack: Request an invitation. Use the #autokeras channel for communication.
Twitter: You can also follow us on Twitter @autokeras for the latest news.
Emails: Subscribe our email list to receive announcements.
Online Meetings: Join the Google group and our online meetings will appear on your Google Calendar.
Contributing
You can follow the Contributing Guide to become a contributor.
If you don't know where to start, please join our community on Slack and ask us. We will help you get started!
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.
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.4.tar.gz
.
File metadata
- Download URL: autokeras-1.0.4.tar.gz
- Upload date:
- Size: 54.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c72447428628f57a88172b4a88341c69d2fd86750da57fec022c2b85d3d8e4b9 |
|
MD5 | 9900eada11ce9294487216e0b838514d |
|
BLAKE2b-256 | 5a5420cadc9cc9d369ebb80e269011a17a58475b6458ae7092347d99c99e14a4 |
Provenance
File details
Details for the file autokeras-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: autokeras-1.0.4-py3-none-any.whl
- Upload date:
- Size: 84.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d36d1e1910a356e1266e110d0d90bb2d100c999ab55d7aa4b5efa74c49a236c4 |
|
MD5 | 7193292deb7e0a88a72d65bede158bdd |
|
BLAKE2b-256 | aca4a659997a54b49748a5fa89adde8de7c111a29f407aed40f9662cd40443d5 |