MCPcopy Index your code
hub / github.com/keras-team/autokeras

github.com/keras-team/autokeras @3.0.0 sqlite

repository ↗ · DeepWiki ↗ · release 3.0.0 ↗
806 symbols 2,395 edges 126 files 135 documented · 17%
README

logo

codecov PyPI version contributions welcome

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 to everyone.

Learning resources

  • A short example.
import autokeras as ak

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

drawing &nbsp &nbsp drawing

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.7 and TensorFlow >= 2.8.0.

Community

Ask your questions on our GitHub Discussions.

Contributing Code

Here is how we manage our project.

We pick the critical issues to work on from GitHub issues. They will be added to this Project. Some of the issues will then be added to the milestones, which are used to plan for the releases.

Refer to our Contributing Guide to learn the best practices.

Thank all the contributors!

The contributors

Cite this work

Haifeng Jin, François Chollet, Qingquan Song, and Xia Hu. "AutoKeras: An AutoML Library for Deep Learning." the Journal of machine Learning research 6 (2023): 1-6. (Download)

Biblatex entry:

@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}
}

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 University.

Core symbols most depended-on inside this repo

fit
called by 53
autokeras/pipeline.py
update
called by 31
autokeras/engine/analyser.py
evaluate
called by 20
autokeras/auto_model.py
build
called by 18
autokeras/blocks/wrapper.py
build
called by 18
autokeras/blocks/basic.py
adapt
called by 15
autokeras/engine/adapter.py
predict
called by 14
autokeras/auto_model.py
update
called by 12
autokeras/analysers/input_analysers.py

Shape

Method 338
Function 335
Class 106
Route 27

Languages

Python100%

Modules by API surface

autokeras/nodes.py33 symbols
autokeras/blocks/basic_test.py33 symbols
autokeras/blocks/basic.py32 symbols
autokeras/auto_model_test.py30 symbols
autokeras/blocks/reduction.py23 symbols
autokeras/engine/tuner.py21 symbols
autokeras/tuners/greedy.py20 symbols
autokeras/engine/tuner_test.py20 symbols
autokeras/auto_model.py20 symbols
autokeras/graph.py19 symbols
autokeras/preprocessors/encoders.py17 symbols
autokeras/blocks/heads.py17 symbols

Dependencies from manifests, versioned

dm-tree
keras3.0.0 · 1×
keras-tuner1.4.0 · 1×
packaging

For agents

$ claude mcp add autokeras \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact