This unique course material consists of:
- close captioned lecture videos
- detailed written overviews
- executable Jupyter Notebooks with PyTorch implementations
Transfer knowledge between empirically similar tasks.
This method describes tasks as a set of meta-features and predicts the outcome of similar tasks by evaluating the distance with its meta-feature vector and other tasks.
NAS is one of the most promising areas of deep learning.
But it remains super difficult to use.
Archai = an open-source framework that enables the execution of state-of-the-art NAS methods in PyTorch.⬇️
Archai enables the execution of modern NAS methods from a simple command-line interface.
Archai developers are striving to rapidly update the list of algorithms.
Current deck:
- PC-DARTS
- Geometric NAS
- ProxyLess NAS
- SNAS
- DATA
- RandNAS
2/5
Benefits for the adopters of NAS techniques:
- Declarative Approach and Reproducibility
- Search-Space Abstractions
- Mix-and-Match Techniques
- & more!