Skip to content

Deep learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 19,972 public repositories matching this topic...

janwendt
janwendt commented Oct 16, 2019

I could not find anything in the docs about how to handle different frequencies of time series. I have a Dataset A with monthly data that i want to use to predict the values from Dataset B that contains quarterly based data. So the target value e.g. quarter 1 is based on the values from month 1-3.

Dataset A (Features):

| Month | Value1 | Value2 | Value3 |
| ------------- | ------------- |

yf225
yf225 commented Sep 30, 2019

Context

We would like to add torch::nn::functional::gumbel_softmax to the C++ API, so that C++ users can easily find the equivalent of Python API torch.nn.functional.gumbel_softmax.

Steps

  • Add torch::nn::GumbelSoftmaxOptions to torch/csrc/api/include/torch/nn/options/activation.h (add this file if it doesn’t exist), which should include the following parameters (based on
ZoroDerVonCodier
ZoroDerVonCodier commented Apr 21, 2018

Line 1137 of the Caffe.Proto states "By default, SliceLayer concatenates blobs along the "channels" axis (1)."

Yet, the documentation on http://caffe.berkeleyvision.org/tutorial/layers/slice.html states, "The Slice layer is a utility layer that slices an input layer to multiple output layers along a given dimension (currently num or channel only) with given slice indices." which seems to be

lissyx
lissyx commented Sep 3, 2019

Feedback from some workshop is that we should pay more attention to the quality and working status of the examples we have in the repossitory to help people.

  • Have CI running on examples #2353
  • Ensure examples works with latest stable version #2351
  • Improve documentation by referring to examples
  • Once v0.6, stick examples to it
You can’t perform that action at this time.