facebookresearch / Nds

Licence: mit
On Network Design Spaces for Visual Recognition

Projects that are alternatives of or similar to Nds

Pythondata
python数据分析代码资料
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Bayesian Machine Learning
Notebooks about Bayesian methods for machine learning
Stars: ✭ 1,202 (+1461.04%)
Mutual labels:  jupyter-notebook
Object Cxr
Automatic detection of foreign objects on chest X-rays
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Battle tested
Fully automated python fuzzer built to test if code actually is production ready in seconds.
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Tutorials 2016
Geophysical Tutorials for 2016
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Intro To Sklearn
Notebooks covering introductory material to ML, ML with sklearn and tips.
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Understaing Datasets Estimators Tfrecords
Try to use tf.estimator and tf.data together to train a cnn model.
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Math And Ml Notes
Books, papers and links to latest research in ML/AI
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Pymc3 quickstart guide
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Itversity Books
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Branchynet
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Show ast
An IPython notebook plugin for visualizing ASTs.
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Dash 120million Taxi App
Explore 120 million taxi trips in real time with Dash and Vaex
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Suspeitando
Projeto de análise de contratos com suspeita de superfaturamento e má qualidade na prestação de serviços.
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Ntk
Code for experiments in my blog post on the Neural Tangent Kernel: https://rajatvd.github.io/NTK
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Machine Learning For Beginners
Start writing machine learning code in just 10 hours
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Shot Detection Benchmarks
A comparison of ffmpeg, Shotdetect and PySceneDetect for shot transition detection
Stars: ✭ 76 (-1.3%)
Mutual labels:  jupyter-notebook
Nltk Python Cn
创建《Python自然语言处理》学习代码的中文注释版本。
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Deepfakedetection
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook
Maskdetect Yolov4 Pytorch
基于PyTorch&YOLOv4实现的口罩佩戴检测 ⭐️ 自建口罩数据集分享
Stars: ✭ 77 (+0%)
Mutual labels:  jupyter-notebook

On Network Design Spaces for Visual Recognition

This repository provides the code and data used in the On Network Design Spaces for Visual Recognition work, including full training statistics for over 100,000 models spanning multiple model families.

Comparing networks. (a) Early work on neural networks for visual recognition tasks used point estimates to compare architectures, often irrespective of model complexity. (b) More recent work compares curve estimates of error vs. complexity traced by a handful of selected models. (c) We propose to sample models from a parameterized model design space, and measure distribution estimates to compare design spaces. This methodology allows for a more complete and unbiased view of the design landscape.

Getting Started

Data is available for download here. We provide notebooks to reproduce all figures from the paper, that serve as examples of how to use the data and apply our methodology. All models were trained using pycls.

Citation

If you use the code or data in your research, please use the following BibTex entry:

@InProceedings{Radosavovic2019,
  title = {On Network Design Spaces for Visual Recognition},
  author = {Radosavovic, Ilija and Johnson, Justin and Xie, Saining and Lo, Wan-Yen and Doll{\'a}r, Piotr},
  booktitle = {ICCV},
  year = {2019}
}

License

The code is released under the MIT license. Please see the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].