#
autodl
Here are 12 public repositories matching this topic...
Toolkit for Pre-trained Model Application of PaddlePaddle(『飞桨』预训练模型应用工具 )
-
Updated
Jul 15, 2020 - Python
Automated deep learning algorithms implemented in PyTorch.
-
Updated
Jul 15, 2020 - Python
geekan
opened
May 3, 2020
PaddleSlim is an open-source library for deep model compression and architecture search.
pruning
quantization
nas
knowledge-distillation
evolution-strategy
model-compression
neural-architecture-search
hyperparameter-search
autodl
-
Updated
Jul 14, 2020 - Python
MachineLP CodeFun
machinelearning
deeplearning
automl
autodl
10-steps-to-become-a-data-scientist
data-scientist-roadmap
-
Updated
Jul 5, 2020 - Jupyter Notebook
venkat-1
commented
Nov 8, 2019
It will be very valuable to have a best practices documentation on how one should scale a problem on large-scale systems with DeepHyper. What scale sizes should one evaluate, such as 8, 16, 32 nodes first? Next, when should one be ready to scale out and the parameters involved here.
Package: R Interface to AutoKeras
-
Updated
Jul 12, 2020 - R
A General Automated Machine Learning Framework
reinforcement-learning
keras
mcts
hyperparameter-optimization
evolutionary-algorithms
nas
monte-carlo-tree-search
hyperparameter-tuning
automl
neural-architecture-search
autodl
-
Updated
Jul 15, 2020 - Python
Easy AutoML/AutoDL/Hyperparameter optimization via metaheuristics
genetic-algorithm
python3
hyperparameter-optimization
machinelearning
deeplearning
simulated-annealing
hyperparameter-tuning
automl
metaheuristics
neural-architecture-search
autodl
-
Updated
Dec 14, 2018 - Python
A Deep Learning Automation Framework Library based on keras, sklearn for the automation of the machine learning and deeplearning algorithms training.testing,metrics,comparative analysis and visualisations
-
Updated
Aug 31, 2018
Improve this page
Add a description, image, and links to the autodl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autodl topic, visit your repo's landing page and select "manage topics."


Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis.
The functions/signatures to type are the ones listed here https://github.com/keras-team/autokeras/blob/master/autokeras/__init__.py
For the context, see #856 where I add some type information on a ImageClassifier.
This issue can