[mlpack-git] [mlpack/mlpack] Inception layer (#757)

Marcus Edel notifications at github.com
Mon Aug 8 20:18:31 EDT 2016


> + * Definition of the ConcatLayer class.
> + */
> +
> +#ifndef MLPACK_METHODS_ANN_LAYER_CONCAT_LAYER_HPP
> +#define MLPACK_METHODS_ANN_LAYER_CONCAT_LAYER_HPP
> +
> +#include <mlpack/core.hpp>
> +#include <mlpack/methods/ann/activation_functions/rectifier_function.hpp>
> +#include <mlpack/methods/ann/layer/layer_traits.hpp>
> +#include <mlpack/methods/ann/layer/one_hot_layer.hpp>
> +#include <mlpack/methods/ann/layer/conv_layer.hpp>
> +#include <mlpack/methods/ann/layer/pooling_layer.hpp>
> +#include <mlpack/methods/ann/layer/softmax_layer.hpp>
> +#include <mlpack/methods/ann/layer/bias_layer.hpp>
> +#include <mlpack/methods/ann/layer/linear_layer.hpp>
> +#include <mlpack/methods/ann/layer/base_layer.hpp>

It looks like, we can remove all header files except:

```
#include <mlpack/core.hpp>
#include <mlpack/methods/ann/layer/layer_traits.hpp>
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/757/files/06d923321f246f2c6ead9ad56e99309fe24a6f5c#r73979883
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160808/769feec1/attachment.html>


More information about the mlpack-git mailing list