Auto Keras

From
Revision as of 11:38, 25 August 2018 by BPeat (talk | contribs) (Created page with "[http://www.youtube.com/results?search_query=AutoKeras+NAS+Neural+machine+learning YouTube search...] * AutoML An open source python package written in the very easy to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

YouTube search...

An open source python package written in the very easy to use deep learning library Keras. AutoKeras uses Efficient Neural Architecture Search (ENAS), an efficient and most recent version of Neural Architecture Search. You can quickly and easily install the package with a pip install autokeras and voila, you’re ready to do your own architecture search on your own dataset … for free. Since all of the code is open source, you can even play around with some of the parameters if you want to do something really custom. It’s all Keras so the code is easy to understand and dive into, allowing developers to quickly create accurate models and researchers to take a deeper dive into architecture search. AutoKeras has everything a great open source project should have: quick install, easy to run, lots of examples, easy to modify, and you even get to see the network model that NAS found out at the end! AutoKeras: The Killer of Google’s AutoML | George Seif - KDnuggets