[D] MCDropout and CNNs

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • DropoutUncertaintyExps

    Experiments used in "Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning"

  • I found a piece of code by Gal, who defines a log likelihood, and they use that to determine the best model: https://github.com/yaringal/DropoutUncertaintyExps/blob/master/net/net.py. Is that somewhat the standard approach?

  • EfficientNet-PyTorch

    A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!)

  • I used this with the popular pytorch implementation of EfficientNet. You can see what I'm talking about here https://github.com/lukemelas/EfficientNet-PyTorch/blob/master/efficientnet_pytorch/model.py on line 127. Once you understand this code it is pretty straightforward to modify your forward pass to allow "stochastic depth" during inference.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts