[mlpack-git] [mlpack] Add Dropout/DropConnect (#413)

Marcus Edel notifications at github.com
Sun Mar 6 17:30:52 EST 2016


```
template<
    typename InputDataType,
    typename OutputDataType
>
class LayerTraits<DropConnectLayer<InputDataType, OutputDataType> >
{
 public:
  static const bool IsBinary = false;
  static const bool IsOutputLayer = false;
  static const bool IsBiasLayer = false;
  static const bool IsLSTMLayer = false;
  static const bool IsConnection = true;
};
```

Looks, good, the DropConnectLayer is connection, since it connects two layer. Btw. I really like your commit message.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/413#issuecomment-193008698
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160306/edeefef8/attachment.html>


More information about the mlpack-git mailing list