photo

Vishnu Keyen


Last seen: 16 dagen ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Question


deep learning layer with different output dimension than the input
I want to create a layer where it inputs 3D data with dimesnion labels 'CBT' and outputs reshaped data with dimesion 'SCBT'. I ...

meer dan een jaar ago | 1 answer | 0

1

answer

Answered
How to plot animation plots?
g=sin([1:0.1:10*pi]); for i = 1:length(g) figure(1) if i ~=length(g) plot(1:i,g(1,1:i),'-b'); ...

bijna 3 jaar ago | 1

Answered
Why do I see a drop (or jump) in my final validation accuracy when training a deep learning network?
I think you're getting bad classification accuracy because your model isn't learning anything. Its probably overfitting during t...

bijna 3 jaar ago | 0