Familiarity with Flux.jlUnderstanding of convolutional layersBasic knowledge of recurrent networks
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
35
調査方針
Refer to the linked MXNet implementation for reference. Start by examining existing convolutional layers in Flux (e.g., Conv, ConvTranspose) and recurrent cells (e.g., LSTM, GRU). Implement a ConvRNN cell similar to the MXNet version, then combine multiple cells to form ConvLSTM. Ensure compatibility with Flux's automatic differentiation. Open a draft PR early for feedback.